# Monitor California liquor licenses to Slack

**Use case:** 

CA-only daily watcher pings Slack on each new liquor-license filing: applicant, business, type, city, date. Instant local leads.

## Input

```json
{
  "states": [
    "CA"
  ],
  "lookbackDays": 3,
  "maxRecords": 0,
  "monitorMode": true,
  "alertOnNewLicense": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "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.