# Identify Top-Rated Coffee Shops in Seattle

**Use case:** 

Find the highest-rated coffee shops across various neighborhoods in Seattle to inform partnership opportunities or personal exploration. This helps identify loc

## Input

```json
{
  "searchTerms": [
    "coffee shop",
    "cafe",
    "espresso"
  ],
  "locations": [
    "Seattle, WA",
    "Capitol Hill, Seattle, WA",
    "Fremont, Seattle, WA"
  ],
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/prince-street-pizza-new-york-2"
    }
  ],
  "searchLimit": 15,
  "reviewLimit": 5,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "runTimeoutSecs": 240
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "aggregatedRating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  }
}
```

## About this Actor

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