# Plumbing Contractors in Orange County

**Use case:** 

Every active C-36 plumbing contractor in Orange County from the official CSLB registry — business, contact, bond, and workers' comp.

## Input

```json
{
  "licenseClass": "C-36",
  "county": "Orange",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

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

## About this Actor

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