# Find appliance installation contractors in Arlington, TX

**Use case:** 

Get licensed appliance installation contractors in Arlington, TX with contact details and live TDLR status.

## Input

```json
{
  "searchMode": "enriched",
  "licenseTypes": [
    "Appliance Installation Contractor"
  ],
  "licenseNumbers": [],
  "counties": [],
  "cities": [
    "ARLINGTON"
  ],
  "requireBusinessAddress": true,
  "activeOnly": true,
  "continuingEducationFlag": "any",
  "maxResults": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3,
  "forceApifyProxy": false
}
```

## Output

```json
{
  "license_number": {
    "label": "License #"
  },
  "license_type": {
    "label": "Type"
  },
  "license_subtype": {
    "label": "Subtype"
  },
  "license_status": {
    "label": "Status"
  },
  "business_name": {
    "label": "Business"
  },
  "owner_name": {
    "label": "Owner"
  },
  "business_address": {
    "label": "Address"
  },
  "business_phone": {
    "label": "Phone"
  },
  "expiration_date": {
    "label": "Expires"
  },
  "source_url": {
    "label": "Source"
  }
}
```

## About this Actor

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