# Map Every Coffee Shop Across 6 Cities (Site Selection)

**Use case:** 

Coffee shops across six Western cities with coordinates, ratings and review counts, a dataset for franchise site selection and whitespace analysis.

## Input

```json
{
  "searchQueries": [
    "coffee shops in Boise, ID",
    "coffee shops in Spokane, WA",
    "coffee shops in Reno, NV",
    "coffee shops in Tucson, AZ",
    "coffee shops in Albuquerque, NM",
    "coffee shops in Colorado Springs, CO"
  ],
  "maxItems": 500,
  "language": "en",
  "countryCode": "US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "placeUrl": {
    "label": "Maps URL",
    "format": "link"
  }
}
```

## About this Actor

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