# Verify a California Contractor by License Number

**Use case:** 

Confirm a CSLB contractor license — status, classifications, bond, and workers' comp — from the official California registry.

## Input

```json
{
  "query": "22726",
  "includeDetails": true,
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "matched_by": {
    "label": "Matched by",
    "format": "string"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [California Contractor License Lookup & Verify (CSLB)](https://apify.com/fried_calamaries/california-contractor-license-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/california-contractor-license-lookup) to learn more, explore other use cases, and run it yourself.