# Scrape TTB COLA alcohol label approvals

**Use case:** 

Extract every approved beer, wine & spirits label: brand, fanciful name, class/type, origin, TTB ID, approval date. Export CSV/JSON.

## Input

```json
{
  "lookbackDays": 30,
  "productSource": "2",
  "maxRecords": 25,
  "monitorMode": false,
  "alertOnNewApproval": true,
  "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.