Check a general contractor's licence in Connecticut by number or by business name and get one normalized JSON record back, sourced from the Department of Consumer Protection (DCP).
Try a free lookup — no signup, right here on this page. For programmatic access, take a free API key — 250 requests a month, no card. Also on RapidAPI and, if you would rather not write code at all, the Apify Store.
MCO — Major ContractorNHC — New Home Construction ContractorHIC — Home Improvement ContractorA record's classifications array carries these codes, so you can tell a
licence that covers the work from one that merely exists.
curl "https://contractor-license-verification2.p.rapidapi.com/v1/licenses/CT/MCO.0900004" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: contractor-license-verification2.p.rapidapi.com"
MCO.0900004 is a real CT licence (DELRAY CONTRACTING INC) in this trade, so that call works as written.
Connecticut has no single “general contractor” licence, and which of the three a contractor needs depends on the work. Home Improvement Contractor (HIC) is the registration for work on an existing home, and it is the one most homeowners are actually asking about — 134,746 of them. New Home Construction (NHC) covers building a house from scratch. Major Contractor (MCO) is for public works above a dollar threshold. A contractor holding only HIC is not registered to build you a new house.
Full coverage detail, including the caveats that apply to every Connecticut lookup, is on the Connecticut page.
The API is on RapidAPI with a free tier: Contractor License Verification. It is also on the Apify Store: Contractor License Lookup & Verification. Full schema at /docs.