# Research Competitor Locations on Google Maps

**Use case:** 

Compare local competitors, branch coverage, ratings, reviews, phones, websites, and addresses across any target market.

## Input

```json
{
  "searchQueries": [
    "coffee shops in London, UK"
  ],
  "maxBusinessesPerQuery": 100,
  "countryCode": "us",
  "language": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "link"
  },
  "yearsInBusiness": {
    "label": "Years in business",
    "format": "number"
  },
  "openStatus": {
    "label": "Status",
    "format": "text"
  },
  "searchQuery": {
    "label": "Source query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Scraper API | 💵 $2/1K](https://apify.com/webdata_labs/google-maps-business-scraper-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-maps-business-scraper-api) to learn more, explore other use cases, and run it yourself.