# Scrape newly issued Texas liquor licenses

**Use case:** 

Download newly issued TX TABC liquor licenses: business/DBA, owner, license type, city and issue date. Clean CSV/JSON output.

## Input

```json
{
  "states": [
    "TX"
  ],
  "lookbackDays": 30,
  "maxRecords": 25,
  "monitorMode": false,
  "alertOnNewLicense": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "event_date": {
    "label": "Date",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "business_name": {
    "label": "Business / DBA",
    "format": "string"
  },
  "applicant_name": {
    "label": "Applicant",
    "format": "string"
  },
  "license_type": {
    "label": "License type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "event_type": {
    "label": "Event",
    "format": "string"
  },
  "detail_url": {
    "label": "Detail",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [New Liquor License Monitor — Restaurant & Bar Leads](https://apify.com/scrapersdelight/liquor-license-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/liquor-license-monitor) to learn more, explore other use cases, and run it yourself.