# US State Liquor License Aggregator — Full Export

**Use case:** 

Scrape the full us state liquor license aggregator dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract us state liquor license aggregator for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "CA",
    "TX",
    "NY"
  ],
  "licenseStatus": "active",
  "maxItems": 200
}
```

## Output

```json
{
  "licenseHolderName": {
    "label": "Licenseholdername",
    "format": "string"
  },
  "tradeName": {
    "label": "Tradename",
    "format": "string"
  },
  "licenseType": {
    "label": "Licensetype",
    "format": "string"
  },
  "licenseClass": {
    "label": "Licenseclass",
    "format": "string"
  },
  "licenseStatus": {
    "label": "Licensestatus",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US State Liquor License Aggregator](https://apify.com/jungle_synthesizer/us-state-liquor-license-aggregator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/us-state-liquor-license-aggregator-scraper) to learn more, explore other use cases, and run it yourself.