# Identify Top-Rated Oregon Dispensaries for Partnership

**Use case:** 

Find top-rated cannabis dispensaries in Oregon with high customer reviews for potential business partnerships or distribution expansion. Focus your outreach eff

## Input

```json
{
  "mode": "dispensaries",
  "stateSlug": "oregon",
  "dispensaryType": "dispensary",
  "isVerified": true,
  "hasDelivery": false,
  "hasPickup": false,
  "isOpenNow": false,
  "minRating": 4.5,
  "maxItems": 50
}
```

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