# New York Active Cannabis Dispensaries

**Use case:** 

List active adult-use retail cannabis dispensary licenses in New York State with business name, address, county and status.

## Input

```json
{
  "query": "",
  "maxItems": 50,
  "licenseType": "Adult-Use Retail Dispensary License",
  "licenseStatus": "Active"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "dba": {
    "label": "Trade Name (DBA)",
    "format": "text"
  },
  "licenseType": {
    "label": "License Type",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "businessWebsite": {
    "label": "Website",
    "format": "text"
  },
  "operationalStatus": {
    "label": "Operational",
    "format": "text"
  },
  "issuedDate": {
    "label": "Issued",
    "format": "date"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "date"
  },
  "socialEquityCategory": {
    "label": "SEE Category",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [New York Cannabis Licenses Scraper: Dispensaries & Growers](https://apify.com/scrapers_lat/ny-cannabis-licenses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/ny-cannabis-licenses-scraper) to learn more, explore other use cases, and run it yourself.