# Find Licensed Electricians in Los Angeles

**Use case:** 

Get a list of CSLB-licensed electrical contractors in Los Angeles with license details. Great for hiring and lead generation.

## Input

```json
{
  "maxItems": 100,
  "city": "Los Angeles",
  "licenseClassification": "C-10 - Electrical Contractor",
  "enrichOutput": false
}
```

## Output

```json
{
  "license": {
    "label": "License",
    "format": "text"
  },
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "detailBusinessName": {
    "label": "Detail Business Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "detailBusinessAddress": {
    "label": "Detail Business Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone Number",
    "format": "text"
  },
  "detailBusinessPhoneNumber": {
    "label": "Detail Business Phone",
    "format": "text"
  },
  "licenseStatus": {
    "label": "License Status",
    "format": "text"
  },
  "entity": {
    "label": "Entity Type",
    "format": "text"
  },
  "issueDate": {
    "label": "Issue Date",
    "format": "date"
  },
  "expireDate": {
    "label": "Expire Date",
    "format": "date"
  },
  "classifications": {
    "label": "Classifications",
    "format": "text"
  },
  "bondCompany": {
    "label": "Bond Company",
    "format": "text"
  },
  "bondNumber": {
    "label": "Bond Number",
    "format": "text"
  },
  "bondAmount": {
    "label": "Bond Amount",
    "format": "text"
  },
  "bondEffectiveDate": {
    "label": "Bond Effective Date",
    "format": "date"
  },
  "qualifyingIndividual": {
    "label": "Qualifying Individual",
    "format": "text"
  },
  "ownershipPercentage": {
    "label": "Ownership Percentage",
    "format": "text"
  },
  "bqiEffectiveDate": {
    "label": "BQI Effective Date",
    "format": "date"
  },
  "workersCompCompany": {
    "label": "Workers Comp Company",
    "format": "text"
  },
  "workersCompPolicyNumber": {
    "label": "Workers Comp Policy",
    "format": "text"
  },
  "workersCompEffectiveDate": {
    "label": "WC Effective Date",
    "format": "date"
  },
  "workersCompExpireDate": {
    "label": "WC Expire Date",
    "format": "date"
  },
  "workersCompClassificationCodes": {
    "label": "WC Classification Codes",
    "format": "text"
  },
  "personnel": {
    "label": "Personnel",
    "format": "text"
  },
  "otherLicenses": {
    "label": "Other Licenses",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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