# Liquor License Leads: New TX & NY Bar/Restaurant Openings

**Use case:** 

Ready-to-run pre-opening bar & restaurant leads from Texas & New York liquor registries: new and pending applications with business type, address and dates.

## Input

```json
{
  "states": [
    "TX",
    "NY"
  ],
  "feed": "pending",
  "mode": "inventory",
  "maxResults": 150
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "feed": {
    "label": "Feed",
    "format": "string"
  },
  "event_type": {
    "label": "Event type",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "business_type": {
    "label": "Business type",
    "format": "string"
  },
  "premise_address": {
    "label": "Premises address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "application_date": {
    "label": "Application date",
    "format": "string"
  },
  "issue_date": {
    "label": "Issue date",
    "format": "string"
  },
  "license_number": {
    "label": "License / application number",
    "format": "string"
  },
  "license_class_raw": {
    "label": "License class (raw)",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Liquor License New Openings Tracker — Bar & Restaurant Leads](https://apify.com/malonestar/liquor-license-new-openings-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/liquor-license-new-openings-tracker) to learn more, explore other use cases, and run it yourself.