# California CSLB Contractor License Scraper

**Use case:** 

Search California CSLB contractor license records by business name and export license numbers with official source URLs.

## Input

```json
{
  "states": [
    "CA"
  ],
  "contractorNames": [
    "ABC"
  ],
  "licenseNumbers": [],
  "city": "",
  "zip": "",
  "texasLicenseType": "-1",
  "includeDetails": false,
  "maxResults": 10
}
```

## Output

```json
{
  "state": {
    "label": "State"
  },
  "sourceAgency": {
    "label": "Source agency"
  },
  "queryType": {
    "label": "Query type"
  },
  "query": {
    "label": "Query"
  },
  "licenseNumber": {
    "label": "License #"
  },
  "licenseType": {
    "label": "License type"
  },
  "businessName": {
    "label": "Name"
  },
  "dbaName": {
    "label": "DBA"
  },
  "status": {
    "label": "Status"
  },
  "issueDate": {
    "label": "Issue date"
  },
  "expirationDate": {
    "label": "Expiration"
  },
  "classifications": {
    "label": "Classifications"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "stateCode": {
    "label": "State code"
  },
  "zip": {
    "label": "ZIP"
  },
  "county": {
    "label": "County"
  },
  "phone": {
    "label": "Phone"
  },
  "bondInfo": {
    "label": "Bond"
  },
  "insuranceInfo": {
    "label": "Insurance"
  },
  "publicNotes": {
    "label": "Public notes"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Contractor License Verification Scraper](https://apify.com/automation-lab/contractor-license-verification-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/contractor-license-verification-scraper) to learn more, explore other use cases, and run it yourself.