US Contractor License Lookup & Lead Lists (WA/OR/TX/NY) avatar

US Contractor License Lookup & Lead Lists (WA/OR/TX/NY)

Pricing

from $2.00 / 1,000 license records

Go to Apify Store
US Contractor License Lookup & Lead Lists (WA/OR/TX/NY)

US Contractor License Lookup & Lead Lists (WA/OR/TX/NY)

Verify contractors and export license-holder lists from official state registries (Washington L&I, Oregon CCB, Texas TDLR, New York Contractor Registry). Search by name or license number, filter by trade, city, county, ZIP, status and expiration date. Government open data, no scraping.

Pricing

from $2.00 / 1,000 license records

Rating

0.0

(0)

Developer

tatsuya handa

tatsuya handa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

US Contractor License Lookup & Lead Lists (WA, OR, TX, NY) — official open data

Verify a contractor's license in seconds, or export a list of licensed contractors by trade, city, ZIP or expiration date — from the official state registries, not from a third-party directory.

The Actor queries the open-data registries that four state licensing agencies publish and refresh daily:

StateRegistryWhat it containsRecords
WADepartment of Labor & Industries — Contractor License Databusiness, principal, license type & specialties, status, effective/expiration dates, address, phone, UBI~160,000
ORConstruction Contractors Board — Active Licensesbusiness, responsible individual, endorsement (residential/commercial level), county, phone, bond company & amount, insurance company & amount~56,000
TXDepartment of Licensing and Regulation — All Licenses (contractor & electrician types)business, owner, license type (A/C contractor, electrical contractor, master/journeyman electrician …), county, expiration~100,000 contractor-type
NYDepartment of Labor — Contractor Registry Certificates (public-work contractors)business, DBA, business type, address, phone, status, issue/expiration, debarment and wage-assessment flags~15,000

Every record is normalised to one schema, so a multi-state export is a single table.

Output

{
"type": "license",
"state": "OR",
"source": "Oregon Construction Contractors Board (open data)",
"sourceDataset": "https://data.oregon.gov/d/g77e-6bhs",
"licenseNumber": "259647",
"businessName": "PHENIX ROOFING AND REPAIRS LLC",
"dbaName": null,
"principalName": "LEO FRANCIS BRISTOL",
"licenseType": "Residential General Contractor",
"specialty": "RGC",
"status": "ACTIVE",
"issueDate": "2026-03-11",
"expirationDate": "2028-03-11",
"address": "PO BOX 123",
"city": "LAGRANDE",
"county": "Union",
"zip": "97850",
"phone": "5417866916",
"bondCompany": "TRAVELERS CASUALTY & SURETY CO OF AMERICA",
"bondAmount": 25000,
"insuranceCompany": "AXIS SURPLUS INSE CO",
"insuranceAmount": 1000000,
"businessType": null,
"extra": { "exempt": "Nonexempt", "bondExpDate": "2028-03-11", "insuranceExpDate": "2026-10-01" },
"checkedAt": "2026-09-04T06:40:00.000Z"
}

A summary record lists, per state, how many rows were fetched, how many were emitted, and the exact filter that was sent to the registry.

Why use it

  • Verification — check that a subcontractor's license is active before you sign, with the registry's own expiration date, bond and insurance details (OR).
  • Lead generation — insurers, bonding agents, building-material suppliers, software vendors and marketing agencies sell to licensed contractors. Filter by trade and location, export names and phone numbers, load into your CRM.
  • Renewal marketingexpiringWithinDays: 60 gives you every license that expires in the next two months (WA, NY server-side; OR, TX client-side).
  • Risk & compliance — NY flags debarment and outstanding wage assessments.
  • AI agents — call it as a tool: "Is license ECOSTSC758NN active?" or "List HVAC contractors in Houston".

How to use

  1. Pick the states.
  2. Either type a search (business name, principal, or license number — 'contains', case-insensitive), an exact license number, or leave the search empty and use the filters (trade, city, county, ZIP prefix, expiring window).
  3. Run. Download JSON / CSV / Excel, or read the dataset through the API.

Input

{
"states": ["WA", "OR"],
"licenseType": "ROOF",
"zip": "98",
"activeOnly": true,
"expiringWithinDays": 0,
"maxRecordsPerState": 1000
}
FieldDefaultMeaning
statesall fourWA, OR, TX, NY
querycontains-search across business, principal/owner and license number
licenseNumberexact license / certificate number
licenseTypecontains-match on type, specialty and endorsement fields (GENERAL, ELECTRICAL, PLUMBING, HVAC, ROOFING…). Texas defaults to contractor and electrician types.
city / county / zipexact city, exact county (OR, TX), ZIP prefix
activeOnlytruedrop inactive / expired licenses
expiringWithinDays0keep only licenses expiring within N days
maxRecordsPerState1000cap per state (unfiltered exports are capped at 5,000)
socrataAppTokenoptional free token to raise rate limits for very large exports

Pricing

Pay-per-event: a small fee per run plus a fee per license record returned. A verification of one license costs one record; a 1,000-contractor lead list costs 1,000 records.

Coverage notes & roadmap

  • Fields differ by state: Texas publishes no address or phone; Oregon publishes bond and insurance; New York publishes compliance flags.
  • Data is exactly what the agency publishes; check the sourceDataset link for the registry's own disclaimer. These are public records intended for verification and business use. Do not use them for consumer credit, employment or tenant screening decisions (FCRA).
  • On the roadmap: California (CSLB public data portal), Florida (DBPR public-records extracts), Arizona ROC, Nevada NSCB. Vote by opening an issue on the Actor page.

日本語

米国4州(ワシントン・オレゴン・テキサス・ニューヨーク)の州政府が公開している建設業者ライセンス登録簿を横断検索し、1つのスキーマに正規化して返します。用途はライセンスの真偽確認と、業種・地域・有効期限で絞った営業リストの作成(保険・ボンド・建材・ソフトウェアの営業先)。データは各州のオープンデータAPIから直接取得しており、スクレイピングではありません。