US Contractor License Lookup & Lead Lists (WA/OR/TX/NY)
Pricing
from $2.00 / 1,000 license records
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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:
| State | Registry | What it contains | Records |
|---|---|---|---|
| WA | Department of Labor & Industries — Contractor License Data | business, principal, license type & specialties, status, effective/expiration dates, address, phone, UBI | ~160,000 |
| OR | Construction Contractors Board — Active Licenses | business, responsible individual, endorsement (residential/commercial level), county, phone, bond company & amount, insurance company & amount | ~56,000 |
| TX | Department 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 |
| NY | Department 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 marketing —
expiringWithinDays: 60gives 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
- Pick the states.
- 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).
- 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}
| Field | Default | Meaning |
|---|---|---|
states | all four | WA, OR, TX, NY |
query | — | contains-search across business, principal/owner and license number |
licenseNumber | — | exact license / certificate number |
licenseType | — | contains-match on type, specialty and endorsement fields (GENERAL, ELECTRICAL, PLUMBING, HVAC, ROOFING…). Texas defaults to contractor and electrician types. |
city / county / zip | — | exact city, exact county (OR, TX), ZIP prefix |
activeOnly | true | drop inactive / expired licenses |
expiringWithinDays | 0 | keep only licenses expiring within N days |
maxRecordsPerState | 1000 | cap per state (unfiltered exports are capped at 5,000) |
socrataAppToken | — | optional 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
sourceDatasetlink 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から直接取得しており、スクレイピングではありません。