# Verify California CSLB Contractor License 354811

**Use case:** 

Check official CSLB license 354811 and export its status, expiration, classifications, bond, workers' compensation, and associated personnel.

## Input

```json
{
  "licenseNumbers": [
    "354811"
  ],
  "maxItems": 1
}
```

## 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.