# Discover Weedmaps Dispensaries with Deals in Beverly Hills

**Use case:** 

Discover Weedmaps dispensaries with active deals in Beverly Hills and collect ratings, contact information, delivery options, and store details for outreach.

## Input

```json
{
  "searchLocations": [
    "Beverly hills, US"
  ],
  "dispensariesPerSearch": 50,
  "filters": [
    "Storefronts",
    "Has deals"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "🏷 Store",
    "format": "string"
  },
  "city": {
    "label": "🏙 City",
    "format": "string"
  },
  "top_deals": {
    "label": "💰 Deals",
    "format": "array"
  },
  "top_deals_count": {
    "label": "🔢 Deal Count",
    "format": "number"
  },
  "has_featured_deal": {
    "label": "🚀 Featured",
    "format": "boolean"
  }
}
```

## About this Actor

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