# Extract New York Recreational Cannabis Deals

**Use case:** 

Discover all current recreational cannabis deals offered by dispensaries across New York to identify market trends and promotional strategies. This data helps m

## Input

```json
{
  "mode": "deals",
  "stateSlug": "new-york",
  "dispensaryType": "dispensary",
  "licenseType": "recreational",
  "isVerified": false,
  "hasDelivery": false,
  "hasPickup": false,
  "isOpenNow": false,
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "type": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "isOpen": {
    "label": "Is open"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Weedmaps Scraper — Cannabis Dispensaries & Products](https://apify.com/crawlerbros/weedmaps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/weedmaps-scraper) to learn more, explore other use cases, and run it yourself.