# Google Maps Local Business Scraper - Ratings & Contacts

**Use case:** 

Scrape Google Maps businesses: name, category, address, phone, website, rating, reviews & hours. For lead gen, local SEO & competitor research.

## Input

```json
{
  "searchQueries": [
    "coffee shop Dubai Marina"
  ],
  "maxResultsPerQuery": 20,
  "enrichDetails": false,
  "useProxy": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Maps link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Local Business Scraper - Google Maps Places, Ratings & Contacts](https://apify.com/get_anything/local-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/get_anything/local-business-scraper) to learn more, explore other use cases, and run it yourself.