# Cannabis Dispensaries Chicago

**Use case:** 

Get licensed cannabis storefronts near Chicago with names, addresses, phone numbers, opening hours and star ratings for retail research.

## Input

```json
{
  "latitude": "41.8781",
  "longitude": "-87.6298",
  "retailerService": "storefront",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## 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.