# Map competitor retail store locations using Google Maps data

**Use case:** 

Scrape location data and image URLs for specific retail chains to analyze physical footprint distribution. Gain critical geographic insights to plan your next b

## Input

```json
{
  "mode": "search",
  "searchQuery": "coffee shop in New York",
  "maxResults": 5,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "categoryName": {
    "label": "Category name"
  },
  "totalScore": {
    "label": "Total score"
  },
  "reviewsCount": {
    "label": "Reviews count"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "priceLevel": {
    "label": "Price level"
  },
  "googleMapsUrl": {
    "label": "Google maps url"
  }
}
```

## About this Actor

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