# Email digest of new liquor license filings

**Use case:** 

Daily email digest of new liquor-license records: business, applicant, license type, city, date and detail link. Lead-ready.

## Input

```json
{
  "states": [
    "CA",
    "NY",
    "TX"
  ],
  "lookbackDays": 1,
  "maxRecords": 0,
  "monitorMode": true,
  "alertOnNewLicense": true,
  "emailRecipients": [
    "leads@example.com"
  ],
  "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.