# Analyze New Vodka Labels in New York State

**Use case:** 

Perform market research by scraping all recently approved vodka labels originating from New York state. Identify new entrants, product naming conventions, and l

## Input

```json
{
  "mode": "search",
  "productOrFancifulName": "whiskey",
  "productNameSearchType": "E",
  "dateCompletedFrom": "07/01/2023",
  "dateCompletedTo": "06/30/2024",
  "productCategory": "VODKA",
  "originCode": "35",
  "statusFilter": "APPROVED",
  "ttbIds": [],
  "includeApplicantDetails": true,
  "includeLabelImages": true,
  "maxItems": 150
}
```

## 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.