# Google Maps Lead Intelligence Enriched Business Leads (`b3264/google-maps-lead-intelligence`) Actor

Extract business leads from Google Maps with emails, phone numbers, social profiles, website analysis, and lead scoring. One actor replaces 3 separate scrapers search, enrich, and score in one run.

- **URL**: https://apify.com/b3264/google-maps-lead-intelligence.md
- **Developed by:** [Brandon Hamm](https://apify.com/b3264) (community)
- **Categories:** Lead generation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## Google Maps Lead Intelligence

Extract enriched business leads from Google Maps with emails, phone numbers, social profiles, website analysis, and lead scoring. One actor replaces 3 separate scrapers.

### What It Does

1. **Searches Google Maps** for any business category and location
2. **Visits each business website** to extract contact information
3. **Finds social profiles** (Facebook, Instagram, LinkedIn, Twitter/X)
4. **Scores each lead** 0-100 based on completeness and contactability

No API keys required. Uses Apify residential proxies for reliable extraction.

### Features

- Search by keyword + location (e.g., "plumbers in Chicago", "dentists in Miami FL")
- Extract business name, address, phone, website, rating, review count, categories
- Crawl each business website for email addresses and additional phone numbers
- Detect social media profiles linked from their website
- Lead scoring algorithm rates each prospect 0-100
- Handles JavaScript-rendered Google Maps with Playwright
- Pagination support for deep results

### Input

| Field | Type | Description |
|-------|------|-------------|
| searchQueries | array | Google Maps search queries (e.g., "plumbers in Chicago") |
| maxResults | integer | Max businesses per query (default 50, max 500) |
| extractEmails | boolean | Crawl business websites for emails (default true) |
| extractPhoneNumbers | boolean | Extract phone numbers from websites (default true) |
| extractSocialProfiles | boolean | Find social media links on websites (default true) |
| scoreLeads | boolean | Score leads 0-100 (default true) |
| language | string | Search language code (default "en") |
| country | string | Search country code (default "us") |

### Output

Each result contains:

| Field | Type | Description |
|-------|------|-------------|
| businessName | string | Business name from Google Maps |
| address | string | Full business address |
| phone | string | Phone number from Google Maps |
| website | string | Business website URL |
| rating | float | Star rating (1-5) |
| reviewCount | integer | Total Google reviews |
| categories | array | Business categories |
| latitude | float | Business latitude |
| longitude | float | Business longitude |
| emails | array | Email addresses found on website |
| websitePhones | array | Additional phone numbers from website |
| socialProfiles | object | Facebook, Instagram, LinkedIn, Twitter/X URLs |
| leadScore | integer | Lead quality score 0-100 (100 = best) |
| scoreBreakdown | object | How the score was calculated |
| searchQuery | string | The query that found this business |

### Lead Scoring

Leads are scored 0-100 based on:

- **Contactability (40 pts):** Has website (10), has email (15), has phone (10), has social (5)
- **Business Quality (30 pts):** Rating >= 4.0 (15), 50+ reviews (10), 100+ reviews (5)
- **Online Presence (20 pts):** Has all social profiles (10), website loads (5), has multiple emails (5)
- **Data Completeness (10 pts):** All fields populated (10)

### Use Cases

- **Lead generation agencies:** Build prospect lists with verified contact info
- **Sales teams:** Find and score local business prospects
- **Marketing agencies:** Identify businesses lacking online presence (opportunity)
- **SEO firms:** Find businesses with poor ratings (outreach targets)
- **Market research:** Analyze business density and quality by category/location

### Pricing

Pay per result. Each enriched business lead counts as one result.

### Related Actors

- [Multi-Platform Review Aggregator](https://apify.com/b3264/review-aggregator) - Scrape reviews from Google, Yelp, TripAdvisor, Trustpilot and Facebook in one run
- [Sitejabber Reviews Scraper](https://apify.com/b3264/sitejabber-reviews-scraper) - Extract business reviews and ratings from Sitejabber
- [Songkick Events Scraper](https://apify.com/b3264/songkick-events-scraper) - Scrape concert and festival listings from Songkick
- [Meetup Events Scraper](https://apify.com/b3264/meetup-events-scraper) - Extract events and groups from Meetup.com

# Actor input Schema

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

Google Maps search queries (e.g., 'plumbers in Chicago', 'restaurants in Miami FL')

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

Maximum businesses to extract per search query

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

Visit each business website and extract email addresses

## `extractPhoneNumbers` (type: `boolean`):

Extract phone numbers from business websites

## `extractSocialProfiles` (type: `boolean`):

Find Facebook, Instagram, LinkedIn, Twitter/X profiles from business websites

## `scoreLeads` (type: `boolean`):

Score each lead 0-100 based on completeness, online presence, and contactability

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

Language for search results (e.g., 'en', 'es', 'fr', 'de')

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

Country code for search results (e.g., 'us', 'gb', 'es', 'fr')

## Actor input object example

```json
{
  "searchQueries": [
    "coffee shops in New York"
  ],
  "maxResults": 50,
  "extractEmails": true,
  "extractPhoneNumbers": true,
  "extractSocialProfiles": true,
  "scoreLeads": true,
  "language": "en",
  "country": "us"
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("b3264/google-maps-lead-intelligence").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("b3264/google-maps-lead-intelligence").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 '{}' |
apify call b3264/google-maps-lead-intelligence --silent --output-dataset

```

## MCP server setup

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

```

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/JJlJG0b4GYKKVLFTd/builds/qnJGNGSuviot6XQ5C/openapi.json
