Check an HVAC contractor's licence in Texas by number or by business name and get one normalized JSON record back, sourced from the Department of Licensing and Regulation (TDLR). The Department of Licensing and Regulation extract holds 80,670 records under these classifications as of 2026-08-05.
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.
A/C Contractor 20,399 recordsA/C Technician 60,271 recordsA 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/TX/103" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: contractor-license-verification2.p.rapidapi.com"
103 is a real TX licence (MLN COMPANY) in this trade, so that call works as written.
A/C contractor is the business licence; A/C technician is the individual registration and does not authorise contracting.
Full coverage detail, including the caveats that apply to every Texas lookup, is on the Texas 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.