# Google Maps Email Extractor — Verified Business Emails (`blackfalcondata/google-maps-email-extractor`) Actor

Extract business emails from Google Maps (google.com/maps) — each business website is mined for emails and verified (syntax + MX), plus name, category, phone, website, and a 0–100 lead score. Geo-accurate, pay per result.

- **URL**: https://apify.com/blackfalcondata/google-maps-email-extractor.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** Business, Lead generation, Automation
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.40 / 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 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

### What does Google Maps Email Extractor do?

Google Maps Email Extractor mines business emails from [Google Maps](https://www.google.com/maps) — for every matching business it crawls the website for emails and verifies them (syntax + MX), and returns name, category, phone, website, and a 0–100 lead score. Geo-accurate to a radius you control.

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi) and use the included $5 monthly platform credit to test this actor.

### Key features

<!-- KEY_FEATURES:START -->
- **✉️ Email extraction + verification** — each business website is crawled for emails, which are then verified (syntax + MX) so your list is outreach-ready (no live-send guarantee).
- **📍 Geo-accurate results** — every business is filtered to the search radius around your location, so you never get out-of-area noise.
- **📇 Full business context** — name, category, phone, website, rating and reviews alongside the email.
- **🔢 0–100 lead score + tier** — rank every lead PREMIUM / HIGH / MEDIUM / LOW from rating, reviews, contactability, and claim status.
- **🎯 Filters that don't cost you** — narrow by minimum rating, minimum reviews, category, and "must have a phone" before any result is billed.
- **♻️ Change tracking + notifications** — re-run any time (NEW / UPDATED / UNCHANGED) and push new leads to Telegram, Slack, Discord, WhatsApp, or any webhook.
- **🤖 Clean structured output** — every lead as consistent JSON, exportable to CSV / Excel, ready for your CRM or AI pipeline.
<!-- KEY_FEATURES:END -->

### What data can you extract from google.com?

Each result includes Core listing fields (`title`, `categoryName`, `cid`, `fid`, `mapsUrl`, `location`, `distanceFromCenterKm`, and `address`, and more) and contact information (`contactPhone`, `extractedEmails`, `extractedPhones`, and `leadEmail`). All fields are always present — unavailable data points are returned as `null`, never omitted.

### Input

The main inputs are an optional location filter and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`searchTerms`** — What to search for, e.g. "plumber", "roofer", "dentist". Add several to scan multiple categories in one run.
- **`location`** — City, area, or region to search within, e.g. "Austin, TX" or "Manchester, UK".
- **`searchRadiusKm`** — How far from the location centre to include results. Results outside the radius are dropped. (default: `25`)
- **`searchRadiusMiles`** — Optional alternative to km. Used only when the km radius is left empty.
- **`maxResults`** — Maximum number of businesses to return. (default: `100`)
- **`gl`** — Country to bias the search and geocoding toward. (default: `"us"`)
- **`hl`** — Result language (2-letter code, e.g. "en"). (default: `"en"`)
- **`minRating`** — Only keep businesses with at least this star rating (0–5). Leave empty for no minimum.
- **`minReviews`** — Only keep businesses with at least this many reviews.
- **`category`** — Keep only businesses whose Google category contains this text (case-insensitive).
- **`requirePhone`** — Keep only businesses that list a phone number (recommended for outreach). (default: `false`)
- **`telegramToken`** — Telegram bot token (from @BotFather). Required for Telegram notifications.
- ...and 9 more parameters

### Input example

**Basic search** — Keyword-driven search scoped to a city with a tight radius.

→ Full payload per result — all standard fields populated where the source provides them.

```json
{
  "searchTerms": [
    "marketing agency"
  ],
  "location": "Austin, TX",
  "maxResults": 50
}
````

### Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example listing record

```json
{
  "title": "Bright Marketing",
  "categoryName": "Marketing agency",
  "cid": "12345678901234567890",
  "fid": "0x0:0xab12cd34",
  "mapsUrl": "https://www.google.com/maps?cid=12345678901234567890",
  "location": {
    "lat": 30.2711,
    "lon": -97.7437
  },
  "distanceFromCenterKm": 2.1,
  "address": "100 Guadalupe St, Austin, TX 78701",
  "neighborhood": null,
  "street": "100 Guadalupe St",
  "city": "Austin",
  "state": "TX",
  "postalCode": "78701",
  "countryCode": "US",
  "totalScore": 4.6,
  "reviewsCount": 73,
  "claimThisBusiness": false,
  "openingHoursToday": "Open · Closes 6 PM",
  "website": "https://bright.example",
  "displayDomain": "bright.example",
  "contactPhone": "+15125550142",
  "extractedEmails": [
    "team@bright.example"
  ],
  "extractedPhones": [],
  "extractedUrls": [
    "https://bright.example"
  ],
  "socialProfiles": {
    "linkedin": "https://linkedin.com/company/bright",
    "twitter": null,
    "instagram": null,
    "facebook": null,
    "youtube": null,
    "tiktok": null,
    "github": null,
    "xing": null,
    "bluesky": null,
    "threads": null,
    "mastodon": null
  },
  "leadEmail": "team@bright.example",
  "emailVerifications": [
    {
      "email": "team@bright.example",
      "verification": {
        "status": "valid",
        "confidence": 90,
        "grade": "A",
        "checks": {
          "syntax": true,
          "mxFound": true,
          "disposable": false,
          "role": false,
          "free": false
        }
      }
    }
  ],
  "leadScore": 74,
  "leadTier": "HIGH",
  "changeType": "NEW",
  "scrapedAt": "2026-06-04T00:00:00.000Z"
}
```

### How to scrape google.com

1. Go to [Google Maps Email Extractor](https://apify.com/blackfalcondata/google-maps-email-extractor?fpr=1h3gvi) in Apify Console.
2. Configure the input and optional location filter.
3. Set `maxResults` to control how many results you need.
4. Click **Start** and wait for the run to finish.
5. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Build a verified-email list for a niche in a city.
- Feed a cold-email campaign with business emails + context.
- Qualify and prioritise leads by rating, reviews, and lead score.
- Enrich an existing company list with emails and websites.
- Monitor a market for new businesses and emails over time.

### How much does it cost to scrape google.com?

Google Maps Email Extractor uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.00005 per run
- **Per listing (primary event):** $0.0036

You are billed only for the events your run actually triggers. Prices below are the Free plan tier; higher Apify plans (Bronze → Diamond) pay progressively less per event, down to roughly 5× lower on the top tier.

| Event | Price (Free tier) | Charged when |
|---|---|---|
| Run start | $0.00005 (one-time) | Charged once when the run starts (scales with memory, minimum one). |
| Place scraped (primary) | $0.0036 | A business that passed your filters and was returned. |
| Filtered out | $0.0008 | A discovered business removed by your filters before it was scraped. |
| Place details | $0.0018 | Full structured detail fields for a returned business. |
| Contacts extracted | $0.0018 | Emails and/or social profiles mined for a business. |
| Email verified | $0.005 | An email that passed syntax + MX verification. |
| Tech stack detected | $0.004 | Website technology stack detected for a business. |

Example costs (primary event only — the per-event charges above add cost when detail/contact/enrichment fire):

- 10 results: **$0.04**
- 25 results: **$0.09**
- 100 results: **$0.36**
- 200 results: **$0.72**
- 500 results: **$1.8**

### FAQ

#### How many results can I get from google.com?

The number of results depends on the search query and available listings on google.com. Use the `maxResults` parameter to control how many results are returned per run.

#### Can I integrate Google Maps Email Extractor with other apps?

Yes. Google Maps Email Extractor works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Google Maps Email Extractor with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Google Maps Email Extractor through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode and `descriptionMaxLength` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape google.com?

This actor extracts publicly available data from google.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/google-maps-email-extractor/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [Google Maps Scraper — Places, Contacts & Lead Score](https://apify.com/blackfalcondata/google-maps-scraper?fpr=1h3gvi) — General Google Maps place scraper for names, phones, websites, ratings, reviews, and location data.
- [Google Maps No-Website Leads Scraper](https://apify.com/blackfalcondata/google-maps-no-website-leads-scraper?fpr=1h3gvi) — Find Google Maps businesses without a website for outreach, local lead generation, and agency.
- [Google Maps Unclaimed Business Leads Scraper](https://apify.com/blackfalcondata/google-maps-unclaimed-leads-scraper?fpr=1h3gvi) — Find businesses with unclaimed Google Business Profiles for GBP audits and local marketing.
- [Home Services Lead Scraper (Google Maps)](https://apify.com/blackfalcondata/home-services-lead-scraper?fpr=1h3gvi) — Find contractors and home-services companies on Google Maps with contact, website, and lead-score.
- [Real Estate Lead Scraper (Google Maps)](https://apify.com/blackfalcondata/real-estate-lead-scraper?fpr=1h3gvi) — Find real-estate agents and brokers on Google Maps with contact, website, and lead-score fields.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

# Actor input Schema

## `searchTerms` (type: `array`):

What to search for, e.g. "plumber", "roofer", "dentist". Add several to scan multiple categories in one run.

## `location` (type: `string`):

City, area, or region to search within, e.g. "Austin, TX" or "Manchester, UK".

## `searchRadiusKm` (type: `integer`):

How far from the location centre to include results. Results outside the radius are dropped.

## `searchRadiusMiles` (type: `integer`):

Optional alternative to km. Used only when the km radius is left empty.

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

Maximum number of businesses to return.

## `gl` (type: `string`):

Country to bias the search and geocoding toward.

## `hl` (type: `string`):

Result language (2-letter code, e.g. "en").

## `minRating` (type: `integer`):

Only keep businesses with at least this star rating (0–5). Leave empty for no minimum.

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

Only keep businesses with at least this many reviews.

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

Keep only businesses whose Google category contains this text (case-insensitive).

## `requirePhone` (type: `boolean`):

Keep only businesses that list a phone number (recommended for outreach).

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID. Required when a Telegram token is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API access token. The recipient must have messaged your business number within the last 24h.

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID. Required when a WhatsApp token is set.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 format without + (e.g. "15125550100").

## `webhookUrl` (type: `string`):

Receives a JSON POST with the run's leads after the run finishes (n8n / Make / Zapier / custom).

## `webhookHeaders` (type: `object`):

Optional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).

## `notifyOnlyChanges` (type: `boolean`):

Only send notifications for businesses that are new or changed since the previous run.

## Actor input object example

```json
{
  "searchTerms": [
    "marketing agency"
  ],
  "location": "Austin, TX",
  "searchRadiusKm": 25,
  "maxResults": 5,
  "gl": "us",
  "hl": "en",
  "requirePhone": false,
  "notifyOnlyChanges": false
}
```

# Actor output Schema

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

No description

# 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 = {
    "searchTerms": [
        "marketing agency"
    ],
    "location": "Austin, TX",
    "maxResults": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/google-maps-email-extractor").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 = {
    "searchTerms": ["marketing agency"],
    "location": "Austin, TX",
    "maxResults": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/google-maps-email-extractor").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 '{
  "searchTerms": [
    "marketing agency"
  ],
  "location": "Austin, TX",
  "maxResults": 5
}' |
apify call blackfalcondata/google-maps-email-extractor --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Maps Email Extractor — Verified Business Emails",
        "description": "Extract business emails from Google Maps (google.com/maps) — each business website is mined for emails and verified (syntax + MX), plus name, category, phone, website, and a 0–100 lead score. Geo-accurate, pay per result.",
        "version": "0.1",
        "x-build-id": "G3OsxfkE5hi5ulHgB"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/blackfalcondata~google-maps-email-extractor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-blackfalcondata-google-maps-email-extractor",
                "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/blackfalcondata~google-maps-email-extractor/runs": {
            "post": {
                "operationId": "runs-sync-blackfalcondata-google-maps-email-extractor",
                "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/blackfalcondata~google-maps-email-extractor/run-sync": {
            "post": {
                "operationId": "run-sync-blackfalcondata-google-maps-email-extractor",
                "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",
                "properties": {
                    "searchTerms": {
                        "title": "🔍 Search terms",
                        "type": "array",
                        "description": "What to search for, e.g. \"plumber\", \"roofer\", \"dentist\". Add several to scan multiple categories in one run.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "📍 Location",
                        "type": "string",
                        "description": "City, area, or region to search within, e.g. \"Austin, TX\" or \"Manchester, UK\"."
                    },
                    "searchRadiusKm": {
                        "title": "📏 Search radius (km)",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "How far from the location centre to include results. Results outside the radius are dropped.",
                        "default": 25
                    },
                    "searchRadiusMiles": {
                        "title": "📏 Search radius (miles)",
                        "minimum": 1,
                        "maximum": 125,
                        "type": "integer",
                        "description": "Optional alternative to km. Used only when the km radius is left empty."
                    },
                    "maxResults": {
                        "title": "💯 Max results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of businesses to return.",
                        "default": 100
                    },
                    "gl": {
                        "title": "🌍 Country",
                        "enum": [
                            "us",
                            "gb",
                            "ca",
                            "au",
                            "ie",
                            "nz",
                            "de",
                            "fr",
                            "es",
                            "nl"
                        ],
                        "type": "string",
                        "description": "Country to bias the search and geocoding toward.",
                        "default": "us"
                    },
                    "hl": {
                        "title": "🗣️ Language",
                        "type": "string",
                        "description": "Result language (2-letter code, e.g. \"en\").",
                        "default": "en"
                    },
                    "minRating": {
                        "title": "⭐ Minimum rating",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Only keep businesses with at least this star rating (0–5). Leave empty for no minimum."
                    },
                    "minReviews": {
                        "title": "🗳️ Minimum reviews",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only keep businesses with at least this many reviews."
                    },
                    "category": {
                        "title": "🏷️ Category contains",
                        "type": "string",
                        "description": "Keep only businesses whose Google category contains this text (case-insensitive)."
                    },
                    "requirePhone": {
                        "title": "📞 Require a phone number",
                        "type": "boolean",
                        "description": "Keep only businesses that list a phone number (recommended for outreach).",
                        "default": false
                    },
                    "telegramToken": {
                        "title": "🔑 Telegram bot token",
                        "type": "string",
                        "description": "Telegram bot token (from @BotFather). Required for Telegram notifications."
                    },
                    "telegramChatId": {
                        "title": "💬 Telegram chat ID",
                        "type": "string",
                        "description": "Telegram chat or channel ID. Required when a Telegram token is set."
                    },
                    "discordWebhookUrl": {
                        "title": "🎮 Discord webhook URL",
                        "type": "string",
                        "description": "Discord incoming webhook URL."
                    },
                    "slackWebhookUrl": {
                        "title": "💼 Slack webhook URL",
                        "type": "string",
                        "description": "Slack incoming webhook URL."
                    },
                    "whatsappAccessToken": {
                        "title": "📱 WhatsApp access token",
                        "type": "string",
                        "description": "WhatsApp Cloud API access token. The recipient must have messaged your business number within the last 24h."
                    },
                    "whatsappPhoneNumberId": {
                        "title": "📞 WhatsApp phone number ID",
                        "type": "string",
                        "description": "Your WhatsApp Business phone-number ID. Required when a WhatsApp token is set."
                    },
                    "whatsappTo": {
                        "title": "📲 WhatsApp recipient",
                        "type": "string",
                        "description": "Recipient phone in E.164 format without + (e.g. \"15125550100\")."
                    },
                    "webhookUrl": {
                        "title": "🪝 Generic webhook URL",
                        "type": "string",
                        "description": "Receives a JSON POST with the run's leads after the run finishes (n8n / Make / Zapier / custom)."
                    },
                    "webhookHeaders": {
                        "title": "📋 Webhook headers",
                        "type": "object",
                        "description": "Optional JSON object of custom headers (e.g. {\"Authorization\":\"Bearer ...\"})."
                    },
                    "notifyOnlyChanges": {
                        "title": "🔄 Notify only new / updated",
                        "type": "boolean",
                        "description": "Only send notifications for businesses that are new or changed since the previous run.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
