USA Contractor License Scraper: Names, Phones & Addresses avatar

USA Contractor License Scraper: Names, Phones & Addresses

Pricing

from $17.00 / 1,000 results

Go to Apify Store
USA Contractor License Scraper: Names, Phones & Addresses

USA Contractor License Scraper: Names, Phones & Addresses

Scrape US state contractor licenses: business name, principal contact, license number and type, status, address, phone, dates and liability insurance. Filter by keyword, city, type or status. Export to JSON, CSV or Excel.

Pricing

from $17.00 / 1,000 results

Rating

5.0

(2)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

USA Contractor License Scraper: Names, Phones & Addresses

USA Contractor License Scraper: Names, Phones & Addresses

Here is one real result, with every field the actor returns:

{
"businessName": "24/7 ROOFING INSTALLATION LLC",
"primaryPrincipalName": "QUIROZ ARELLANO, SERGIO",
"contractorLicenseNumber": "247RORI742C6",
"contractorLicenseTypeCode": "CC",
"contractorLicenseType": "CONSTRUCTION CONTRACTOR",
"specialtyCode1": "01",
"specialty1": "GENERAL",
"specialtyCode2": null,
"specialty2": null,
"statusCode": "A",
"status": "ACTIVE",
"addressStreet": "3213 83RD ST S",
"addressStreet2": "TRLR 14",
"city": "LAKEWOOD",
"state": "WA",
"zip": "98499",
"phone": "2064510653",
"ubi": "606067689",
"businessTypeCode": "L",
"businessType": "Limited Liability Company",
"effectiveDate": "2026-02-26",
"expirationDate": "2028-02-26",
"suspendDate": null,
"insuranceCompany": "Maxum Indemnity Co",
"insurancePolicyNumber": "BDG314177301",
"insuranceAmount": 1000000,
"insuranceEffectiveDate": "2026-02-25",
"insuranceExpirationDate": "2027-02-25",
"insuranceAgency": null,
"bondCompany": "Travelers Cas Insurance Co of America",
"bondNumber": "108445064",
"bondAmount": 30000,
"bondEffectiveDate": "2026-02-25",
"bondExpirationDate": "Until Canceled",
"searchQuery": "Roofing",
"source": "US State Contractor License Register",
"observedAt": "2026-08-10T14:31:49.865Z",
"error": null
}

The most complete US contractor license scraper available. It returns every field the state contractor register exposes for each licensed contractor, including the principal contact, phone, full address, license type and specialty, and the filed liability insurance and surety bond details, and gives you four filters to target exactly the contractors you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor queries the public state contractor license register, applies the filters you pass as input, paginates through the matching contractors, and writes one normalized record per license to the run's dataset. For each contractor it also pulls the filed liability insurance and surety bond records and joins them onto the license, so a single row carries the business identity, contact details, license status and its coverage. Dates are normalized to YYYY-MM-DD, missing source values are returned as null, and numeric amounts (insuranceAmount, bondAmount) are returned as numbers.

Data covers the Washington State contractor register, which lists construction and specialty contractors licensed to work in the state. It is public data, so no account or API key is required.

Quickstart

Open the actor, paste this into the input, and press Run. It returns the 10 most recent roofing contractors.

{
"searchQueries": ["Roofing"],
"maxLicenses": 10
}

Leave searchQueries empty to scan all licenses filtered by the other fields. Every input field is optional; with an empty input the actor pulls contractor licenses with no keyword filter (default maxLicenses is 10).

Input reference

FieldTypeRequiredDefaultDescription
searchQueriesstring[]no["Roofing"]Business or principal / owner names to search for. One search runs per entry. Leave empty to scan all licenses. Example: ["Roofing", "Northwest Electric"].
citiesstring[]no(empty)Keep only licenses in these cities (exact city name). Case-insensitive. Example: ["Seattle", "Tacoma"].
licenseTypesstring[]no(empty)Keep only these license types, by name (for example Construction Contractor, Specialty Contractor, General Contractor) or type code. Leave empty for all types.
statusstringno(empty)Keep only licenses whose status contains this text (for example Active, Expired, Suspended).
maxLicensesintegerno10Maximum number of licenses to collect across the whole run. Minimum 1, maximum 1000000.

Filters combine with logical AND. If you pass no filters at all, the actor returns the most recent contractor licenses.

Output reference

One dataset item per contractor license. Types: string, number, or null when the source value is absent.

FieldTypeDescription
businessNamestringContractor business name.
primaryPrincipalNamestringPrincipal / owner contact on the license.
contractorLicenseNumberstringContractor license number.
contractorLicenseTypeCodestringLicense type code.
contractorLicenseTypestringLicense type description.
specialtyCode1stringPrimary specialty code.
specialty1stringPrimary specialty / classification.
specialtyCode2stringSecondary specialty code, or null.
specialty2stringSecondary specialty / classification, or null.
statusCodestringLicense status code.
statusstringLicense status (for example ACTIVE, EXPIRED, SUSPENDED).
addressStreetstringBusiness street address.
addressStreet2stringBusiness street address line 2, or null.
citystringCity.
statestringState.
zipstringZIP code.
phonestringBusiness phone number.
ubistringUnified Business Identifier.
businessTypeCodestringBusiness type code.
businessTypestringBusiness type (LLC, corporation, sole proprietor and so on).
effectiveDatestringLicense effective date (YYYY-MM-DD).
expirationDatestringLicense expiration date (YYYY-MM-DD).
suspendDatestringLicense suspension date, or null.
insuranceCompanystringLiability insurance company.
insurancePolicyNumberstringInsurance policy number.
insuranceAmountnumberInsurance coverage amount.
insuranceEffectiveDatestringInsurance effective date (YYYY-MM-DD).
insuranceExpirationDatestringInsurance expiration date (YYYY-MM-DD).
insuranceAgencystringInsurance agency / broker on file, or null.
bondCompanystringSurety / bond company.
bondNumberstringBond account / number.
bondAmountnumberBond amount on file.
bondEffectiveDatestringBond effective date (YYYY-MM-DD).
bondExpirationDatestringBond expiration date, or the literal Until Canceled.
searchQuerystringSearch keyword that produced this record.
sourcestringData source.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"searchQueries": ["Roofing"], "maxLicenses": 10}):

{
"businessName": "24/7 ROOFING INSTALLATION LLC",
"primaryPrincipalName": "QUIROZ ARELLANO, SERGIO",
"contractorLicenseNumber": "247RORI742C6",
"contractorLicenseTypeCode": "CC",
"contractorLicenseType": "CONSTRUCTION CONTRACTOR",
"specialtyCode1": "01",
"specialty1": "GENERAL",
"specialtyCode2": null,
"specialty2": null,
"statusCode": "A",
"status": "ACTIVE",
"addressStreet": "3213 83RD ST S",
"addressStreet2": "TRLR 14",
"city": "LAKEWOOD",
"state": "WA",
"zip": "98499",
"phone": "2064510653",
"ubi": "606067689",
"businessTypeCode": "L",
"businessType": "Limited Liability Company",
"effectiveDate": "2026-02-26",
"expirationDate": "2028-02-26",
"suspendDate": null,
"insuranceCompany": "Maxum Indemnity Co",
"insurancePolicyNumber": "BDG314177301",
"insuranceAmount": 1000000,
"insuranceEffectiveDate": "2026-02-25",
"insuranceExpirationDate": "2027-02-25",
"insuranceAgency": null,
"bondCompany": "Travelers Cas Insurance Co of America",
"bondNumber": "108445064",
"bondAmount": 30000,
"bondEffectiveDate": "2026-02-25",
"bondExpirationDate": "Until Canceled",
"searchQuery": "Roofing",
"source": "US State Contractor License Register",
"observedAt": "2026-08-10T14:31:49.865Z",
"error": null
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~usa-contractor-licenses-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["Roofing"],"cities":["Seattle"],"maxLicenses":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~usa-contractor-licenses-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"licenseTypes":["Construction Contractor"],"status":"Active","maxLicenses":100}'

Apify CLI:

apify call scrapers_lat/usa-contractor-licenses-scraper \
--input '{"searchQueries":["Northwest Electric"]}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per record returned (result event). See the pricing tab for the current per-result price.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxLicenses.

FAQ and troubleshooting

A run returned 0 records. Why? The filter combination matched nothing in the source. Loosen filters (for example remove cities or status), or confirm the keyword appears in the business or principal name. Zero-result runs are not charged.

Which state does this cover? The Washington State contractor register, which lists construction and specialty contractors licensed to work in the state.

Do all records include insurance and bond details? The actor joins the filed liability insurance and surety bond records onto each license where they exist. When a contractor has no bond or insurance record on file, those fields are returned as null.

Why is bondExpirationDate a word instead of a date? Some surety bonds are filed as continuous with no fixed end, in which case the source records the literal Until Canceled. Real source values are never altered.

Can I search several names in one run? Yes. Pass multiple entries in searchQueries; one search runs per entry and all results are merged into the dataset.

Is this an official state tool? No. This actor is independent and has no affiliation with any state licensing agency. It reads only data that is publicly available. Use it in accordance with the source's terms of service.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with any state licensing agency. Accesses only publicly available data. Use in accordance with the source's terms of service.