# Find CSLB Licenses by Contractor Personnel Name

**Use case:** 

Find California contractor licenses associated with TOMLINSON, ADAM WILLIAM and export license, bond, status, classification, and personnel records.

## Input

```json
{
  "licenseNumbers": [
    "354811"
  ],
  "personnelNames": [
    {
      "lastName": "TOMLINSON",
      "firstName": "ADAM WILLIAM"
    }
  ],
  "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.