# Cannabis Delivery Options in New York

**Use case:** 

Access top cannabis delivery options in New York for easy access to products.

## Input

```json
{
  "maxDispensaries": 50,
  "latitude": "40.7128",
  "longitude": "-74.0060",
  "retailerService": "delivery"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "type": {
    "label": "Type"
  },
  "licenseType": {
    "label": "License"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "Reviews"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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