# Scrape Licensed Electricians in Texas

**Use case:** 

Get actively-licensed electrical contractors in Texas with verified license and contact data for B2B outreach.

## Input

```json
{
  "state": "TX",
  "licenseType": "electrical",
  "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.