# Search California Contractor Licenses by Business Name

**Use case:** 

Search CSLB for TOMLINSON CONSTRUCTION and export matching California contractor license status, classifications, bond, personnel, and contact data.

## Input

```json
{
  "licenseNumbers": [
    "354811"
  ],
  "businessNames": [
    "TOMLINSON CONSTRUCTION"
  ],
  "maxItems": 5
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License #",
    "format": "string"
  },
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "string"
  },
  "entityType": {
    "label": "Entity",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "string"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zipCode": {
    "label": "ZIP",
    "format": "string"
  },
  "sourceUrl": {
    "label": "CSLB source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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