# MapLead Pro - Google Maps Scraper & B2B Lead Contact Finder (`automation_studio/maplead-pro-google-maps-scraper`) Actor

Extract thousands of Google Maps places, reviews, images, plus enriched company contact emails, phone numbers, and decision-maker business lead profiles

- **URL**: https://apify.com/automation\_studio/maplead-pro-google-maps-scraper.md
- **Developed by:** [Asad Naeem](https://apify.com/automation_studio) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 place scrapeds

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

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## 📍 MapLead Pro - Google Maps Scraper & B2B Lead Contact Finder

> **High-speed Google Maps scraper and B2B contact finder. Extract business listings, verified emails, phone numbers, social profiles, reviews, photos, and decision-maker lead profiles with zero external API fees.**

***

### 🔥 Key Features

- **📍 Complete Google Maps Data**: Business name, place ID, category, full address, city, state, postal code, phone number, website URL, GPS coordinates (lat/lng), star rating, total review count, price tier, and opening hours.
- **✉️ Company Contact Crawler**: Automatically crawls company websites to extract direct email addresses, secondary phone numbers, and social media links (Facebook, Instagram, LinkedIn, Twitter/X, YouTube, TikTok).
- **💼 Decision-Maker Lead Finder**: Identifies key business decision-makers (Owner, CEO, General Manager names, work emails, and LinkedIn profile search links).
- **💬 Review & Rating Scraper**: Extracts authentic customer reviews with reviewer names, star ratings, review text, timestamps, and owner responses.
- **📸 High-Res Photo Extractor**: Retrieves place photos with titles and direct image URLs.
- **⚡ All-Inclusive Pay-Per-Event (PPE) Pricing**: Everything (contacts, reviews, images, leads) included in one simple, transparent price per place scraped!

***

### 💳 Transparent All-Inclusive Pricing (Pay-Per-Result)

Pay only for the places you scrape with **all enrichment features included** (no hidden add-on fees):

| Event / Tier | Unit Price | Price per 1,000 Places | Description |
| :--- | :--- | :--- | :--- |
| **Actor Start** (`apify-actor-start`) | **$0.0003** | — | Flat fee for starting an Actor run. |
| **Place Scraped** (Standard Tier) | **$0.0025** | **$2.50 / 1,000** | Full enriched business lead with contacts, reviews, & leads. |
| **Bronze Volume Discount** | **$0.0020** | **$2.00 / 1,000** | Automatic tier discount on larger runs. |
| **Silver Volume Discount** | **$0.0015** | **$1.50 / 1,000** | High-volume scaling tier. |
| **Gold Volume Discount** | **$0.0010** | **$1.00 / 1,000** | Enterprise bulk scraping tier (60% OFF). |
| **Platform Compute Usage** | **FREE** | **$0.00** | Covered under Pay-Per-Event model. |

***

### 🛠️ Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `searchStrings` | Array | `["Restaurants in Miami"]` | Search terms or queries to find places on Google Maps. |
| `locationFilter` | String | `"California"` | Optional geographic filter (city, state, country). |
| `maxCrawledPlaces` | Integer | `50` | Maximum number of places to scrape (1 to 10,000). |
| `extractCompanyContacts` | Boolean | `true` | Crawl business websites for emails & social links. |
| `enrichBusinessLeads` | Boolean | `true` | Generate decision-maker executive lead details. |
| `maxReviewsPerPlace` | Integer | `5` | Number of customer reviews to extract per place (0 = skip). |
| `maxImagesPerPlace` | Integer | `3` | Number of high-resolution photos to extract (0 = skip). |
| `minStarRating` | Number | `0` | Minimum star rating threshold (e.g. 4.0). |
| `onlyPlacesWithWebsite` | Boolean | `false` | Skip places without an official website. |
| `skipClosedPlaces` | Boolean | `true` | Skip permanently or temporarily closed places. |

***

### 📊 Sample Output Lead Record

```json
{
  "title": "Pinecrest Bakery - Coconut Grove",
  "placeId": "ChIJb_k4bYm32YgRuP2g6zD",
  "categoryName": "Bakery",
  "address": "2810 SW 27th Ave, Miami, FL 33133",
  "city": "Miami",
  "state": "FL",
  "postalCode": "33133",
  "country": "US",
  "phone": "+1 305-442-1200",
  "website": "https://pinecrestbakery.com",
  "emails": [
    "info@pinecrestbakery.com",
    "catering@pinecrestbakery.com"
  ],
  "decisionMakerName": "Owner / Executive (Pinecrest Bakery)",
  "decisionMakerEmail": "info@pinecrestbakery.com",
  "decisionMakerTitle": "Business Owner / General Manager",
  "decisionMakerLinkedIn": "https://www.linkedin.com/search/results/people/?keywords=Pinecrest%20Bakery",
  "facebook": "https://facebook.com/pinecrestbakery",
  "instagram": "https://instagram.com/pinecrestbakery",
  "totalScore": 4.9,
  "reviewsCount": 2163,
  "reviews": [
    {
      "author": "Maria G.",
      "rating": 5,
      "text": "Best Cuban pastries and coffee in Coconut Grove! Always fresh.",
      "publishedAt": "2 weeks ago"
    }
  ],
  "images": [
    {
      "url": "https://lh5.googleusercontent.com/p/AF1QipN..."
    }
  ],
  "isClaimed": true,
  "isClosed": false,
  "url": "https://www.google.com/maps/place/?q=place_id:ChIJb_k4bYm32YgRuP2g6zD"
}
```

***

### 🛡️ Built-in Proxy Optimization

MapLead Pro automatically routes requests through **Apify Google SERP & Datacenter Proxies** to maintain lightning-fast response times and prevent rate limits.

# Actor input Schema

## `searchStrings` (type: `array`):

Enter search terms to find locations (e.g. 'Restaurants in Miami', 'Dentists in New York', 'Plumbers near Los Angeles').

## `locationFilter` (type: `string`):

Optional geographic region to narrow down Google Maps results (e.g. 'United States', 'California', 'London, UK').

## `maxCrawledPlaces` (type: `integer`):

Maximum number of total Google Maps places to extract.

## `extractCompanyContacts` (type: `boolean`):

Crawl business websites to find company emails, phone numbers, and social media handles (Facebook, Instagram, LinkedIn, Twitter, YouTube, TikTok).

## `enrichBusinessLeads` (type: `boolean`):

Extract key contact profiles (Full Name, Work Email, Job Title, LinkedIn profile) for business owners and executives.

## `maxReviewsPerPlace` (type: `integer`):

Number of customer reviews to extract per place (0 = skip reviews).

## `maxImagesPerPlace` (type: `integer`):

Number of high-resolution photos to extract per place (0 = skip images).

## `minStarRating` (type: `number`):

Filter results to only include places with at least this star rating (e.g. 4.0).

## `onlyPlacesWithWebsite` (type: `boolean`):

When enabled, skips places that do not have an official website listed.

## `skipClosedPlaces` (type: `boolean`):

When enabled, skips places marked as permanently or temporarily closed.

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

Configure Apify Proxies. Pre-configured with GOOGLE\_SERP to maintain high speed and prevent rate limits.

## Actor input object example

```json
{
  "searchStrings": [
    "Clothing store in California",
    "Restaurants in Miami"
  ],
  "locationFilter": "California",
  "maxCrawledPlaces": 50,
  "extractCompanyContacts": true,
  "enrichBusinessLeads": true,
  "maxReviewsPerPlace": 5,
  "maxImagesPerPlace": 3,
  "minStarRating": 0,
  "onlyPlacesWithWebsite": false,
  "skipClosedPlaces": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

Dataset containing all extracted Google Maps places, emails, and decision-maker 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 = {
    "searchStrings": [
        "Clothing store in California",
        "Restaurants in Miami"
    ],
    "locationFilter": "California"
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation_studio/maplead-pro-google-maps-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 = {
    "searchStrings": [
        "Clothing store in California",
        "Restaurants in Miami",
    ],
    "locationFilter": "California",
}

# Run the Actor and wait for it to finish
run = client.actor("automation_studio/maplead-pro-google-maps-scraper").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 '{
  "searchStrings": [
    "Clothing store in California",
    "Restaurants in Miami"
  ],
  "locationFilter": "California"
}' |
apify call automation_studio/maplead-pro-google-maps-scraper --silent --output-dataset

```

## MCP server setup

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

```

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/g9rahlnUXvabBLBls/builds/S8H0m7e6jbmmfbkKq/openapi.json
