# Find Licensed Contractor Leads in California

**Use case:** 

Scrape verified, actively-licensed contractor leads in California with license type, status and contact details.

## Input

```json
{
  "state": "CA",
  "licenseType": "all",
  "activeOnly": true,
  "maxResults": 50,
  "outputFormat": "json"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "licenseType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Licensed Contractor Leads Scraper — CA, FL, TX, NY](https://apify.com/sleek_waveform/construction-contractor-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sleek_waveform/construction-contractor-leads) to learn more, explore other use cases, and run it yourself.