# Scrape new bar liquor license leads

**Use case:** 

Filter new liquor-license records to bars: business, applicant, type, city, date. Prospect list for distributors and vendors. CSV/JSON.

## Input

```json
{
  "states": [
    "CA",
    "NY",
    "TX"
  ],
  "lookbackDays": 30,
  "keyword": "bar",
  "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.