# Nationwide Cannabis Dispensary Data (16 US Markets)

**Use case:** 

Licensed cannabis dispensaries across 16 major US markets in one deduplicated feed, from official registries plus platforms, with per-state license coverage.

## Input

```json
{
  "testMode": false,
  "sources": [
    "leafly"
  ],
  "states": [
    "CA",
    "CO",
    "OR",
    "WA",
    "MI",
    "IL",
    "MA",
    "AZ",
    "FL",
    "NV",
    "NY",
    "OK",
    "MO",
    "MD",
    "NM",
    "MT"
  ],
  "includeStateSources": true,
  "maxResultsPerSource": 100,
  "sourceTimeoutSecs": 300,
  "includeMenuData": false,
  "includeEnforcementData": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "geocodeMissingCoordinates": false,
  "maxGeocodePerRun": 2000,
  "maxMenuItemsPerDispensary": 200,
  "licenseExpiryAlertDays": [
    30,
    60,
    90
  ],
  "suppressInitialStateChanges": true,
  "onlyOutputChanges": false,
  "enrichSocialMedia": false,
  "enrichEmail": false,
  "cities": [],
  "services": []
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "chain": {
    "label": "Chain",
    "format": "text"
  },
  "address.city": {
    "label": "City",
    "format": "text"
  },
  "address.state": {
    "label": "State",
    "format": "text"
  },
  "address.street": {
    "label": "Street",
    "format": "text"
  },
  "address.zip": {
    "label": "Zip",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "licenseIssuedDate": {
    "label": "Issued",
    "format": "date"
  },
  "licenseExpiresDate": {
    "label": "Expires",
    "format": "date"
  },
  "socialEquity": {
    "label": "Social Equity",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "acceptsCreditCard": {
    "label": "Credit Card",
    "format": "boolean"
  },
  "deliveryOnly": {
    "label": "Delivery Only",
    "format": "boolean"
  },
  "categories": {
    "label": "Type",
    "format": "array"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "sources": {
    "label": "Sources",
    "format": "array"
  },
  "dedupMethod": {
    "label": "ID Confidence",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "link"
  },
  "lastScraped": {
    "label": "Last Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Cannabis Dispensary Monitor: 47 US States & All of Canada](https://apify.com/registryfeeds/cannabis-dispensary-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/registryfeeds/cannabis-dispensary-scraper) to learn more, explore other use cases, and run it yourself.