# Find licensed contractors in Sacramento, CA

**Use case:** 

Search CSLB-licensed contractors in Sacramento by name. Check status, classification, and expiration. Try it free.

## Input

```json
{
  "licenseNumber": "123456",
  "businessName": "Construction",
  "city": "Sacramento",
  "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"
  },
  "business_phone": {
    "label": "Business phone",
    "format": "string"
  },
  "business_address": {
    "label": "Business address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP code",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  }
}
```

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