# Track competitor alcohol label approvals

**Use case:** 

Monitor a rival brand's new TTB COLA filings to catch launches early: brand, class/type, origin, approval date. Slack alerts.

## Input

```json
{
  "lookbackDays": 7,
  "productSource": "2",
  "brandName": "TITO'S",
  "maxRecords": 25,
  "monitorMode": true,
  "alertOnNewApproval": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "completed_date": {
    "label": "Approved",
    "format": "string"
  },
  "brand_name": {
    "label": "Brand",
    "format": "string"
  },
  "fanciful_name": {
    "label": "Fanciful",
    "format": "string"
  },
  "class_type": {
    "label": "Class/Type",
    "format": "string"
  },
  "origin": {
    "label": "Origin",
    "format": "string"
  },
  "ttb_id": {
    "label": "TTB ID",
    "format": "string"
  },
  "detail_url": {
    "label": "Detail",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TTB COLA Scraper — New Alcohol Label Approvals & Alerts](https://apify.com/scrapersdelight/ttb-cola-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/ttb-cola-scraper) to learn more, explore other use cases, and run it yourself.