# Google Maps Scraper – Leads, Reviews & Emails

**Use case:** 

Scrape Google Maps businesses at scale: name, address, phone, website, hours, price, reviews, emails and social profiles. No code — pay per
  result

## Input

```json
{
  "query": "coffee shops",
  "location": "London",
  "scrapeContactDetails": false,
  "scrapePlaceDetails": false,
  "scrapeReviews": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Name",
    "format": "text"
  },
  "business_type": {
    "label": "Category",
    "format": "text"
  },
  "average_rating": {
    "label": "Rating",
    "format": "text"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "price_level": {
    "label": "Price",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "opening_hours": {
    "label": "Hours",
    "format": "object"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "google_maps_url": {
    "label": "Google Maps",
    "format": "link"
  }
}
```

## About this Actor

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