# Scrape new alcohol label approvals (last 7 days)

**Use case:** 

Daily-friendly scrape of TTB label approvals from the last week: brand, class/type, origin, approval date, detail URL. Export CSV/JSON.

## Input

```json
{
  "lookbackDays": 7,
  "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.