# Scrape Competitor Gin Labels & Applicant Details

**Use case:** 

Gain competitive intelligence by extracting all approved gin labels from a specific competitor's permit ID. Understand their product portfolio, label designs, a

## Input

```json
{
  "mode": "search",
  "productOrFancifulName": "whiskey",
  "productNameSearchType": "E",
  "dateCompletedFrom": "01/01/2020",
  "dateCompletedTo": "12/31/2024",
  "productCategory": "GIN",
  "originCode": "",
  "permitId": "DSP-KY-10",
  "statusFilter": "",
  "ttbIds": [],
  "includeApplicantDetails": true,
  "includeLabelImages": true,
  "maxItems": 200
}
```

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