# TDLR Texas Contractors in Austin Scraper

**Use case:** 

Scrape TDLR licensed contractors in Austin, Texas with license number, business name, contact, city, county, status, and expiration date. Export to CSV.

## Input

```json
{
  "maxItems": 100,
  "city": "AUSTIN"
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License Number",
    "format": "text"
  },
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "contactName": {
    "label": "Contact Name",
    "format": "text"
  },
  "licenseType": {
    "label": "License Type",
    "format": "text"
  },
  "licenseDescription": {
    "label": "License Description",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration Date",
    "format": "date"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "licenseClass": {
    "label": "License Class",
    "format": "text"
  },
  "issueDate": {
    "label": "Issue Date",
    "format": "date"
  },
  "renewalDate": {
    "label": "Renewal Date",
    "format": "date"
  },
  "discipline": {
    "label": "Discipline",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "sponsor": {
    "label": "Sponsor",
    "format": "text"
  },
  "sponsorLicenseNumber": {
    "label": "Sponsor License Number",
    "format": "text"
  },
  "sponsorExpiration": {
    "label": "Sponsor Expiration",
    "format": "date"
  },
  "bondAmount": {
    "label": "Bond Amount",
    "format": "text"
  },
  "insuranceAmount": {
    "label": "Insurance Amount",
    "format": "text"
  },
  "violations": {
    "label": "Violations",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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