# tdlr.texas.gov State Cosmetology License Search Data Export

**Use case:** 

Data Export of tdlr.texas.gov State Cosmetology License Search. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "lastName": "smith",
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "licenseNumber": {
    "label": "🆔 License #",
    "format": "text"
  },
  "status": {
    "label": "⚖️ Status",
    "format": "text"
  },
  "expirationDate": {
    "label": "📅 Expires",
    "format": "text"
  },
  "cityState": {
    "label": "📍 City/State",
    "format": "text"
  },
  "zip": {
    "label": "🏷 ZIP",
    "format": "text"
  },
  "county": {
    "label": "🗺 County",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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