# Texas TDLR Auctioneer License Scraper

**Use case:** 

Scrape licensed auctioneers from the Texas TDLR registry. Get names, license numbers, status, city and county for verification and outreach.

## Input

```json
{
  "maxItems": 50,
  "program": [
    "ltauctnr.csv"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "licenseType": {
    "label": "License Type",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "issueDate": {
    "label": "Issued",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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