# Discover Trends in Approved Imported Malt Beverages

**Use case:** 

Identify new product trends and market shifts within the imported malt beverage sector by scraping recently approved labels. This helps with portfolio planning 

## Input

```json
{
  "mode": "search",
  "productOrFancifulName": "whiskey",
  "productNameSearchType": "E",
  "dateCompletedFrom": "01/01/2023",
  "dateCompletedTo": "12/31/2024",
  "productCategory": "MALT_BEVERAGES_IMPORTED",
  "originCode": "",
  "statusFilter": "APPROVED",
  "ttbIds": [],
  "includeApplicantDetails": true,
  "includeLabelImages": true,
  "maxItems": 250
}
```

## Output

```json
{
  "ttbId": {
    "label": "Ttb id"
  },
  "brandName": {
    "label": "Brand name"
  },
  "fancifulName": {
    "label": "Fanciful name"
  },
  "classTypeDescription": {
    "label": "Class type description"
  },
  "originDescription": {
    "label": "Origin description"
  },
  "status": {
    "label": "Status"
  },
  "approvalDate": {
    "label": "Approval date"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [TTB COLA Registry Scraper](https://apify.com/crawlerbros/ttb-cola-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/ttb-cola-registry-scraper) to learn more, explore other use cases, and run it yourself.