# Build a Travis County HVAC Contractor List

**Use case:** 

Every licensed A/C contractor in one Texas county from TDLR's open data - licence number, status, business name, city, expiry.

## Input

```json
{
  "county": "TRAVIS",
  "licenseType": "A/C Contractor",
  "maxResults": 500
}
```

## Output

```json
{
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "person_name": {
    "label": "Owner Name",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas Contractor Directory & Leads Scraper (TDLR)](https://apify.com/scrapebench/texas-contractor-directory-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/texas-contractor-directory-leads-scraper) to learn more, explore other use cases, and run it yourself.