# Find licensed general contractors in Orange County

**Use case:** 

Verify active B general contractor licenses in Orange County. Business name, phone, address, bond, workers-comp. CSLB data. Try it free.

## Input

```json
{
  "licenseNumber": "123456",
  "businessName": "Construction",
  "county": "Orange",
  "classification": "B",
  "status": "active",
  "maxResults": 25,
  "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.