# Google Maps Local Business Scraper $1.5/1k EN/FR/ES/DE (`moorish-dev/google-maps-local-business-scraper`) Actor

Extract business name, address, phone, website, rating, reviews and category from Google Maps. Supports English, French and Spanish search queries. No API key required.

- **URL**: https://apify.com/moorish-dev/google-maps-local-business-scraper.md
- **Developed by:** [Ziad Tarik](https://apify.com/moorish-dev) (community)
- **Categories:** Lead generation, AI, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 result extracteds

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Google Maps Local Business Scraper — EN / FR / ES

Scrape Google Maps for business listings at scale. Extract highly accurate names, addresses, phone numbers, websites, ratings, reviews, coordinates, and categories from any location worldwide. 

Built for speed and cost-efficiency, this scraper features native multilingual support for English, French, and Spanish queries. No Google API key required.

### What does this scraper do?
This Apify actor extracts rich structured data directly from Google Maps search results. Give it a list of search keywords (e.g., "coffee shops in London"), and it will return detailed information about every matching business in a clean, exportable format.

### Why use this scraper?
- **Lead Generation:** Build highly targeted lists of local businesses complete with phone numbers and websites.
- **Market Research:** Analyze competitor density, ratings, and reviews in any specific city or neighbourhood.
- **Local SEO:** Monitor your clients' business listings and track their rating performance over time.
- **Data Enrichment:** Seamlessly enrich your CRM with pristine location data.

### Pricing
We believe in 100% transparent pricing. You only pay for what you extract.
- **$0.0015 per result** extracted. 
- A search returning 100 businesses costs exactly $0.15.

### Supported Languages
Unlike basic scrapers, this actor is natively optimized to handle international search intent:

| Language | Example query |
|---|---|
| English | `plumbers London` |
| French | `plombiers Lyon` / `restaurants Casablanca` |
| Spanish | `fontaneros Madrid` / `restaurantes Buenos Aires` |

### Input Options

| Field | Type | Description |
|---|---|---|
| `searchQueries` | array | Search terms to look for. Each keyword is searched independently. |
| `language` | string | **Output Language**. Controls the language of the extracted data (e.g., category names like "Coffee shop" vs "Café", and address formatting). |
| `city` | string | (Optional) A city name automatically appended to all queries to focus the search area (e.g., `London`). |
| `countryCode` | string | (Optional) Country code to bias results geographically (e.g., `US`, `FR`). |
| `maxResults` | integer | Maximum unique places to collect per query. |
| `includeOpeningHours` | boolean | **Enrich Data Toggle**. Set to `true` to visit each business's detail page. This is required to extract the `website`, `phone`, `fullAddress`, `openingHours`, and accurate `reviewCount`. |

#### Input Example
```json
{
  "searchQueries": ["coffee shops in Paris"],
  "language": "en",
  "maxResults": 20,
  "includeOpeningHours": false
}
````

### Output Data

The scraper stores results in your Apify dataset. Each place is stored as a separate item with the following key fields:

| Field | Type | Description |
|---|---|---|
| `name` | string | Business or place name |
| `category` | string | Business category (e.g., "Coffee shop") |
| `address` | string | Short street address |
| `fullAddress` | string | Complete postal address (if available) |
| `phone` | string | Phone number |
| `website` | string | Website URL |
| `rating` | number | Average rating (1.0 - 5.0) |
| `reviewCount` | integer | Total number of reviews |
| `latitude` | number | Latitude coordinate |
| `longitude` | number | Longitude coordinate |
| `googleMapsUrl` | string | Direct link to the Google Maps listing |

#### Output Example

```json
{
  "name": "Café de Flore",
  "category": "Coffee shop",
  "address": "172 Bd Saint-Germain, 75006 Paris",
  "fullAddress": "172 Bd Saint-Germain, 75006 Paris, France",
  "phone": "+33 1 45 48 55 26",
  "website": "https://cafedeflore.fr",
  "rating": 4.3,
  "reviewCount": 12847,
  "latitude": 48.8539,
  "longitude": 2.3328,
  "googleMapsUrl": "https://www.google.com/maps/place/...",
  "openingHours": { "Monday": "8:00–18:00", "Tuesday": "8:00–18:00" },
  "scrapedAt": "2026-06-10T20:31:03.588Z"
}
```

> **Note:** `fullAddress`, `phone`, `website`, and `openingHours` are only populated when the **Enrich Data** toggle (`includeOpeningHours`) is set to `true`. Without enrichment, these fields will be `null`.

### Proxy Configuration Strategy

To maximize success rates and avoid Google's anti-bot captchas, we strongly recommend following this dual-proxy strategy based on your **Enrich Data** toggle:

- **Enrich Data OFF (Fast List Scraping):** Use standard **Datacenter Proxies**. The scraper will use a special cookie bypass to extract list-level data extremely quickly without getting blocked.
- **Enrich Data ON (Deep Extraction):** Use **Residential Proxies**. When visiting individual business detail pages to extract websites, phone numbers, and hours, Google is highly defensive against bots. Residential Proxies use real household IP addresses, allowing the scraper to naturally bypass deep-navigation captchas.

### Tips for Best Results

- **Be specific:** `"plumbers in Manhattan, NY"` works much better than just `"plumbers"`.
- **Use local languages:** If searching in Spain, use `"restaurantes Madrid"` instead of `"restaurants Madrid"` for maximum coverage.
- **Control your costs:** Keep the Enrich Data toggle (`includeOpeningHours`) set to `false` unless you absolutely need websites or phone numbers, as visiting individual detail pages significantly increases compute usage and requires Residential Proxies.

### Integrations

This scraper connects with almost any cloud service or web app via integrations on the Apify platform. You can seamlessly route your scraped data to:

- **Make & Zapier** — Automate workflows and connect to 5,000+ apps.
- **Google Sheets** — Export results directly to a live spreadsheet.
- **Slack** — Get notifications when scraping completes.
- **Webhooks** — Send results to any custom HTTP endpoint or CRM.

### Notes & Limitations

- Results come from Google Maps public search — no account required.
- Respect Google's Terms of Service and applicable scraping laws in your jurisdiction.
- Google Maps returns a maximum of approximately **120 results per search query** regardless of your `maxResults` setting. For large-scale extractions, split your search into multiple targeted queries by neighbourhood, district, or zip code (e.g. `"coffee shops Soho"`, `"coffee shops Mayfair"`, `"coffee shops Camden"`).

# Actor input Schema

## `searchQueries` (type: `array`):

List of search terms. Examples: 'restaurants Paris', 'dentiste Lyon', 'abogados Madrid'

## `language` (type: `string`):

Language for Google Maps UI — affects result labels and address formats

## `city` (type: `string`):

Optional city or location to automatically combine with your search queries (e.g., 'London', 'New York').

## `countryCode` (type: `string`):

Two-letter country code to bias results geographically

## `maxResults` (type: `integer`):

Maximum number of business listings to extract per search query. Google Maps serves a maximum of ~120 results per search query regardless of this setting. For larger extractions, split your search into multiple geo-specific queries (e.g. 'restaurants Soho', 'restaurants Mayfair', etc.).

## `includeOpeningHours` (type: `boolean`):

Visit each listing's detail page to get website, phone, full address, and opening hours. Slower but more complete data.

## `proxyConfiguration` (type: `object`):

Proxy settings. Leave default for Apify datacenter proxies (included free).

## Actor input object example

```json
{
  "searchQueries": [
    "restaurants near Eiffel Tower",
    "dentiste Lyon",
    "abogados Madrid centro"
  ],
  "language": "en",
  "city": "",
  "countryCode": "",
  "maxResults": 20,
  "includeOpeningHours": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "coffee shops London"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "SHADER"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("moorish-dev/google-maps-local-business-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["coffee shops London"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["SHADER"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("moorish-dev/google-maps-local-business-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "coffee shops London"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "SHADER"
    ]
  }
}' |
apify call moorish-dev/google-maps-local-business-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=moorish-dev/google-maps-local-business-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Maps Local Business Scraper $1.5/1k EN/FR/ES/DE",
        "description": "Extract business name, address, phone, website, rating, reviews and category from Google Maps. Supports English, French and Spanish search queries. No API key required.",
        "version": "1.0",
        "x-build-id": "BW5II0xbiEpgWshfQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/moorish-dev~google-maps-local-business-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-moorish-dev-google-maps-local-business-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/moorish-dev~google-maps-local-business-scraper/runs": {
            "post": {
                "operationId": "runs-sync-moorish-dev-google-maps-local-business-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/moorish-dev~google-maps-local-business-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-moorish-dev-google-maps-local-business-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchQueries"
                ],
                "properties": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "List of search terms. Examples: 'restaurants Paris', 'dentiste Lyon', 'abogados Madrid'",
                        "items": {
                            "type": "string"
                        }
                    },
                    "language": {
                        "title": "Output Language",
                        "enum": [
                            "en",
                            "fr",
                            "es",
                            "de"
                        ],
                        "type": "string",
                        "description": "Language for Google Maps UI — affects result labels and address formats",
                        "default": "en"
                    },
                    "city": {
                        "title": "Location / City",
                        "type": "string",
                        "description": "Optional city or location to automatically combine with your search queries (e.g., 'London', 'New York').",
                        "default": ""
                    },
                    "countryCode": {
                        "title": "Country/region",
                        "enum": [
                            "",
                            "us",
                            "gb",
                            "ca",
                            "au",
                            "nz",
                            "ie",
                            "za",
                            "fr",
                            "be",
                            "ch",
                            "es",
                            "mx",
                            "ar",
                            "co",
                            "cl",
                            "pe",
                            "de",
                            "at",
                            "it",
                            "nl",
                            "se",
                            "no",
                            "dk",
                            "fi",
                            "br",
                            "pt",
                            "jp",
                            "kr",
                            "in",
                            "sg",
                            "ae",
                            "sa",
                            "ma",
                            "eg"
                        ],
                        "type": "string",
                        "description": "Two-letter country code to bias results geographically",
                        "default": ""
                    },
                    "maxResults": {
                        "title": "Max results per query",
                        "minimum": 1,
                        "maximum": 120,
                        "type": "integer",
                        "description": "Maximum number of business listings to extract per search query. Google Maps serves a maximum of ~120 results per search query regardless of this setting. For larger extractions, split your search into multiple geo-specific queries (e.g. 'restaurants Soho', 'restaurants Mayfair', etc.).",
                        "default": 20
                    },
                    "includeOpeningHours": {
                        "title": "Enrich with detail page data",
                        "type": "boolean",
                        "description": "Visit each listing's detail page to get website, phone, full address, and opening hours. Slower but more complete data.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Leave default for Apify datacenter proxies (included free)."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
