# Google Maps Leads Scraper (`crawlerbros/google-maps-leads`) Actor

Scrape business leads from Google Maps. Search by query and extract business name, category, address, phone, website, rating, review count, place ID, and coordinates. Optionally enrich with emails, phone numbers, and social links crawled from each business's website.

- **URL**: https://apify.com/crawlerbros/google-maps-leads.md
- **Developed by:** [Crawler Bros](https://apify.com/crawlerbros) (community)
- **Categories:** Lead generation, Real estate, SEO tools
- **Stats:** 135 total users, 33 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 Leads Scraper

Extract business leads from Google Maps at scale. Enrich each lead with emails,
phone numbers, and social media links crawled directly from the business website.

### Features

- Search Google Maps by any query ("restaurants in Brooklyn", "dentists Berlin")
- Extract name, category, address, phone, website, rating, reviews, place ID, coordinates
- Optional website crawl: emails, additional phones, Facebook / Instagram / LinkedIn / X / YouTube / TikTok
- Global — works for any country/language via the `language` input

### Input

| Field | Type | Description |
|------|------|-------------|
| `category` | select | Common business category (e.g. `bakery`, `dentist`, `plumber`). Used when `keyword` is not set. Use `keyword` for a category not in the dropdown. |
| `keyword` | string | Custom keyword search, overrides `category` (e.g. `"boutique coffee"`). |
| `state` | select | US state 2-letter code, or `All` for nationwide. Only applies when `country` is US or unset. |
| `country` | select | Target country for a global search (e.g. `GB`, `DE`, `AU`). When set to a non-US country, `state` is ignored. |
| `searchQueries` | array | Advanced: raw free-text Google Maps queries. Overrides `category`/`keyword`+`state`/`country` when provided. |
| `max_results` | int | Maximum total leads to return across all queries (1–10,000, default 100). Note: Google Maps caps a single query at roughly 120 results, so split large targets across multiple `searchQueries` (e.g. one per city/borough) rather than relying on one query with a very high `max_results`. |
| `minRating` | number | Only include businesses rated at or above this value (1.0–5.0). |
| `minReviews` | int | Only include businesses with at least this many Google reviews. |
| `requireWebsite` | bool | Only include businesses with a website listed on Google Maps (default `false`). Useful for lead lists since email enrichment only works on businesses with a website. |
| `extractEmails` | bool | Crawl each business website for emails and social links (default `true`). |
| `language` | select | Language for Google Maps results (default `en`). |
| `proxyConfiguration` | object | Apify Proxy settings — `AUTO` datacenter group works for most searches. |

### Output

One dataset record per business with only the fields we could populate:
`name`, `googleBusinessCategories`, `street`, `city`, `state`, `zip`, `country`,
`countryCode`, `phoneNumber`, `url`, `reviewScore`, `reviewsNumber`, `placeId`,
`googleMapsUrl`, `priceLevel`, `plusCode`, `location`, `email`, `emails`,
`facebook`, `instagram`, `linkedin`, `twitter`, `youtube`, `tiktok`,
`websitePhones`, `contactPageUrl`, `websitePagesCrawled`, `scrapedAt`.

### FAQ

**Q: Do I need a proxy?**
A: Not for most searches. The actor retries with Apify Residential automatically
if the first attempt fails.

**Q: Why are some fields missing?**
A: We omit fields we couldn't populate rather than emit `null`. Every field
in your record has real data.

**Q: Does enrichment slow things down?**
A: Website crawl adds ~1-3s per business. Disable `enrichWithWebsite` for a
Maps-only run.

### 🗺️ Complete Google Maps Scraper Suite

This actor is part of a comprehensive Google Maps data extraction toolkit by **crawlerbros**. All actors run on the free Apify plan, use no proxy by default, and return clean, structured data.

| Actor | What it does |
|---|---|
| 🏢 [Google Maps Business Scraper](https://apify.com/crawlerbros/google-maps-scraper) | Extract business data — name, address, phone, website, rating, reviews, hours, amenities |
| ⭐ [Google Maps Reviews Scraper](https://apify.com/crawlerbros/google-maps-reviews-scraper) | Scrape reviews with reviewer Local Guide level, photos, mentioned items, owner replies |
| 📸 [Google Maps Photos Scraper](https://apify.com/crawlerbros/google-maps-photos) | Extract all photos from any place — max-resolution URLs, contributor info, categories |
| 🕐 [Google Maps Business Hours Scraper](https://apify.com/crawlerbros/google-maps-business-hours) | Full 7-day hours, timezone, current local time, next open/close, holiday hours |
| 📊 [Google Maps Popular Times Scraper](https://apify.com/crawlerbros/google-maps-popular-times) | Busy hours histogram for all 7 days + current busyness + typical visit time |
| 📧 [Google Maps Email Extractor](https://apify.com/crawlerbros/google-maps-email-extractor) | Find business emails + social media links by crawling websites |
| 🗺️ [Google Maps Area Scanner](https://apify.com/crawlerbros/google-maps-area-scanner) | Geographic grid scanning — bypass the 120-place limit with bounding box / circle / polygon |
| 🤖 [Google Maps MCP Server](https://apify.com/crawlerbros/google-maps-mcp) | Unified MCP server combining search + reviews for AI assistants |
| 🧭 [Google Maps Directions Scraper](https://apify.com/crawlerbros/google-maps-directions) | A→B routing — distance, duration, traffic, route alternatives for driving/walking/transit |
| 📍 [Google Maps Geocoding Scraper](https://apify.com/crawlerbros/google-maps-geocoding) | Bidirectional geocoding — address ↔ coordinates, with address components |
| 🔗 [Google Maps Similar Places Scraper](https://apify.com/crawlerbros/google-maps-similar-places) | "People also search for" / related place discovery — competitor & alternative finder |
| 🍽️ [Google Maps Menu Scraper](https://apify.com/crawlerbros/google-maps-menu) | Restaurant menu items, prices, descriptions, photos |
| 📌 [Google Maps Nearby Scraper](https://apify.com/crawlerbros/google-maps-nearby) | Find places near a coordinate point — lightweight POI search by category |
| 📋 [Google Maps Place List Scraper](https://apify.com/crawlerbros/google-maps-place-list) | Extract Google's curated "Top X in Y" lists — best hotels/restaurants/things to do |
| 🌍 [Google Maps Timezone Scraper](https://apify.com/crawlerbros/google-maps-timezone) | IANA timezone + current local time from coordinates |

# Actor input Schema

## `category` (type: `string`):

Common Google Maps business category. Used when keyword is not provided. Pick a category not listed here by using the Keyword field instead.

## `keyword` (type: `string`):

Custom keyword search. If provided, takes priority over category (e.g., 'boutique coffee', 'pet grooming').

## `state` (type: `string`):

US state filter (2-letter code) or 'All' for nationwide. Only used when country is US or not set.

## `country` (type: `string`):

Target country for global searches. When set to a non-US country, the state filter is ignored.

## `max_results` (type: `integer`):

Maximum number of business leads to return (1–10,000).

## `minRating` (type: `number`):

Only include businesses with a rating at or above this value (1.0–5.0). Leave empty to include all.

## `minReviews` (type: `integer`):

Only include businesses with at least this many Google reviews. Leave empty to include all.

## `requireWebsite` (type: `boolean`):

Only include businesses that have a website listed on Google Maps. Useful for lead lists since email enrichment only works on businesses with a website.

## `extractEmails` (type: `boolean`):

If on, crawls each business website to extract email addresses and social media links.

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

Language for Google Maps interface and results.

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

Optional array of free-text Google Maps queries. If provided, overrides the category/keyword+state/country combination.

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

Proxy settings. Apify Proxy AUTO is recommended.

## Actor input object example

```json
{
  "category": "bakery",
  "state": "CA",
  "max_results": 10,
  "requireWebsite": false,
  "extractEmails": true,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset with business leads.

# 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 = {
    "category": "bakery",
    "state": "CA",
    "max_results": 10,
    "requireWebsite": false,
    "extractEmails": true,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawlerbros/google-maps-leads").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 = {
    "category": "bakery",
    "state": "CA",
    "max_results": 10,
    "requireWebsite": False,
    "extractEmails": True,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("crawlerbros/google-maps-leads").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "category": "bakery",
  "state": "CA",
  "max_results": 10,
  "requireWebsite": false,
  "extractEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call crawlerbros/google-maps-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawlerbros/google-maps-leads"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/cuxgeQ8Fx4s4w1iOf/builds/7BE75HzU7AIF2IBNt/openapi.json
