California Contractor Directory by Trade & County (CSLB) avatar

California Contractor Directory by Trade & County (CSLB)

Pricing

$0.002 / dataset-item

Go to Apify Store
California Contractor Directory by Trade & County (CSLB)

California Contractor Directory by Trade & County (CSLB)

Every licensed California contractor in a county by trade — license #, business, contact, classifications, bond & workers' comp — from the official CSLB registry.

Pricing

$0.002 / dataset-item

Rating

0.0

(0)

Developer

ByteMe

ByteMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Share

Pull every licensed contractor in a California county by trade — business name, contact details, license status, classifications, bond, and workers' comp — straight from the official CSLB registry. One run returns a clean, structured list ready for lead generation, CRM import, license verification, or market analysis.

How to use

Set the input, run the actor, and collect results from the run's dataset (export to JSON/CSV/Excel, or pull via the Apify API). Example input:

{
"licenseClass": "C-10",
"county": "Los Angeles",
"maxResults": 1000
}

See Inputs below for every available field.

What you get

One row per record:

FieldDescription
license_numberCSLB license number
business_nameLicensed business name
business_typeSole Owner, Corporation, LLC, Partnership…
addressBusiness street address
cityCity
countyCounty
zip_codeZIP code
phoneBusiness phone
classificationsAll classification codes held (e.g. ["A","C10"])
statusLicense status (e.g. CLEAR)
issue_dateOriginal license issue date
expiration_dateLicense expiration date
surety_companyContractor bond surety company
bond_numberContractor bond number
workers_comp_typeWorkers' comp coverage type (Insurance / Exempt / …)
workers_comp_companyWorkers' comp insurance carrier
source_urlLink to the official CSLB license detail page

Sample:

{
"license_number": "22726",
"business_name": "RANSOME COMPANY",
"business_type": "Corporation",
"address": "1933 WILLIAMS STREET",
"city": "SAN LEANDRO",
"county": "Alameda",
"zip_code": "94577",
"phone": "(510) 686 9900",
"classifications": [
"A",
"C10"
],
"status": "CLEAR",
"issue_date": "07/01/1932",
"expiration_date": "10/31/2027",
"surety_company": "HARCO NATIONAL INSURANCE COMPANY",
"bond_number": "354811",
"workers_comp_type": "Workers' Compensation Insurance",
"workers_comp_company": "TRAVELERS PROPERTY CASUALTY COMPANY OF AMERICA",
"source_url": "https://www.cslb.ca.gov/onlineservices/checklicenseII/LicenseDetail.aspx?LicNum=22726"
}

Inputs

FieldRequiredTypeDefaultDescription
licenseClassyesstring"C-10"CSLB classification code, e.g. 'B' (General Building), 'C-10' (Electrical), 'C-36' (Plumbing). Returns every active contractor holding this classification in the chosen county.
countyyesstring"Sacramento"Full California county name, e.g. 'Los Angeles', 'Sacramento', 'Orange'.
maxResultsnointegerCap on the number of license records returned in a single run. Leave empty to return all matches.
proxyConfigurationnoobject{"useApifyProxy": false}Optional. CSLB is usually reachable directly; enable a proxy (e.g. residential) only if runs return no data because the IP is blocked.

Pricing (Pay Per Event)

You pay per result (dataset-item) — no charge for empty runs. Example: 500 C-10 electricians in Los Angeles County at $0.002/result$1.00.

Illustrative — the final per-result price is set at publish time. Apify platform usage (compute) is billed separately per your plan.

Use cases

  • B2B lead lists — target licensed trades (electricians, plumbers, general builders) by county for suppliers, SaaS, insurers, and lenders.
  • License verification & compliance — confirm a contractor's status, bond, and workers' comp coverage.
  • Market analysis — size and segment the contractor market by classification and county.

Limitations & updates

Covers California's CSLB public registry only (public record under Business & Professions Code §7000 et seq.). Results reflect the live registry and change as it updates. One classification + county per run.

Which actor to choose

Part of the California CSLB contractor suite — pick the one that fits your goal:

  • California Contractor Directory by Trade & County (CSLB) (this actor) — You want a bulk lead list — every licensed contractor of a given trade (classification) in a county, in one run.
  • California Contractor License Lookup & Verify (CSLB) — You want to verify or look up specific contractors — by license number, business name, or a person's name (owner/personnel).