# Licensed Building Contractors in Orange County

**Use case:** 

Scrape licensed general building contractors in Orange County from the CSLB. Get license numbers, business names and contacts.

## Input

```json
{
  "maxItems": 40,
  "withDetails": true,
  "classifications": [
    "B"
  ],
  "counties": [
    "30"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "issueDate": {
    "label": "Issued",
    "format": "text"
  },
  "expireDate": {
    "label": "Expires",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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