# Find Texas Electricians by Company Name

**Use case:** 

Search TDLR licence data by company name for electrical and trade licences - number, type, status, expiration and city.

## Input

```json
{
  "query": "ELECTRIC",
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "person_name": {
    "label": "Owner",
    "format": "string"
  },
  "license_type": {
    "label": "Type",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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