# Monitor Cannabis Product Prices in Los Angeles

**Use case:** 

Track competitor pricing for popular cannabis products across Los Angeles dispensaries to inform your own pricing strategy. Gain a competitive edge by reacting 

## Input

```json
{
  "mode": "products",
  "stateSlug": "california",
  "citySlug": "los-angeles",
  "dispensaryType": "dispensary",
  "productCategory": "flower",
  "searchQuery": "blue dream",
  "isVerified": false,
  "hasDelivery": false,
  "hasPickup": false,
  "isOpenNow": false,
  "maxItems": 100
}
```

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