# Subcontractor license compliance check for California GCs

**Use case:** 

Verify subcontractor licenses across a California county before you add them to a job. Status and classification from CSLB. Try it free.

## Input

```json
{
  "licenseNumber": "123456",
  "businessName": "Construction",
  "county": "Los Angeles",
  "status": "active",
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 8
}
```

## Output

```json
{
  "license_number": {
    "label": "License number",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "bonds": {
    "label": "Bonds",
    "format": "array"
  },
  "workers_comp": {
    "label": "Workers' compensation",
    "format": "object"
  },
  "disciplinary_actions": {
    "label": "Disciplinary actions",
    "format": "array"
  },
  "administrative_actions": {
    "label": "Administrative actions",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [CSLB California Contractor License Scraper](https://apify.com/stackrelay/cslb-california-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/stackrelay/cslb-california-scraper) to learn more, explore other use cases, and run it yourself.