# 📍 Google Maps Leads — Verified Emails · $10/1k (`themineworks/maps-leads`) Actor

Scrape Google Maps for B2B leads with MX-verified emails, phone, address, hours, rating & category. Pay only per verified-email lead; closed/no-email rows are free. Cross-run dedup. Works in Claude, ChatGPT & any MCP agent.

- **URL**: https://apify.com/themineworks/maps-leads.md
- **Developed by:** [The Mine Works](https://apify.com/themineworks) (community)
- **Categories:** Lead generation, MCP servers, Automation
- **Stats:** 1 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.90 / 1,000 leads

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 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 Leads Scraper — Verified Emails, B2B Leads (No Login)

### What is Google Maps Leads Scraper?

**Google Maps Leads Scraper** turns any Google Maps search — "plumbers in Chicago", "dentists in Mumbai", "coffee shops in Austin TX" — into a clean list of B2B leads with business name, category, address, phone, website, rating, review count, opening hours, coordinates, and **MX-verified email addresses**. No Google account, no login, no API key. And the pricing model is the point: **you are billed only for leads that carry at least one confirmed, deliverable email.**

- **Generate qualified local leads** — get contactable businesses, not raw rows
- **Pay only for verified emails** — closed, no-website, and no-email places are always free
- **Never pay twice** — cross-run deduplication skips businesses you already bought
- **Feed your CRM or sequencer** — export as JSON, CSV, or Excel
- **Automate lead research** — re-run on a schedule to pull only fresh businesses

### Beyond the official Google Places API — bypass the 120-results limit

The official [Google Places API](https://developers.google.com/maps/documentation/places/web-service/search) caps search results and Google Maps itself will only display and scrape [no more than 120 places per area](https://blog.apify.com/google-places-api-limits/). This scraper drives Google Maps the way a person would — searching, scrolling, and opening each place — so it goes **beyond the official API's limits and past the 120-results-per-area ceiling**, then enriches each business by crawling its website for contact emails. Every email's domain is checked for live DNS MX records before the lead is ever charged, so a dead domain or a typo address never costs you anything. No datacenter-IP blocks (residential proxy by default), no login, no per-seat license.

### What data does Google Maps Leads Scraper extract?

Every lead record contains these real fields:

| Field | Description |
| --- | --- |
| 🏢 `name` | Business name |
| 🏷️ `category` | Business category |
| 📍 `address` | Full address |
| 📞 `phone` | Phone number |
| 🌐 `website` | Business website URL |
| 📧 `email` | Best verified email address found |
| ✅ `email_status` | `valid` / `catch_all_likely` / `role_based` / `unverified` |
| 📇 `all_emails` | All emails found, each with its verification status |
| ⭐ `rating` | Google Maps star rating |
| 💬 `review_count` | Number of Google Maps reviews |
| 🕒 `hours` | Business hours by day |
| 🗺️ `coordinates` | Latitude / longitude |
| 🚦 `business_status` | `OPERATIONAL` / `CLOSED_PERMANENTLY` / etc. |
| 🔎 `query_used` | Search query that returned this business |
| 💳 `charged` | Whether this result was billed via PPE |
| 📊 `enrichment_status` | `full` / `email_verified` / `no_email` / `closed_skipped` / `extraction_failed` |
| 🆔 `place_id` | Google Maps place ID (used for cross-run dedup) |
| 🕰️ `scraped_at` | ISO-8601 timestamp |

### How to use Google Maps Leads Scraper (5 steps)

1. Add one or more **Search Queries** — each becomes its own search (e.g. `["plumbers in Chicago", "dentists in Mumbai"]`).
2. Set **Max Leads Per Query** (default 5) to cap volume and cost per query.
3. Leave **Verify Emails (MX Check)** on so you are only charged for deliverable leads.
4. Keep **Skip Permanently Closed Businesses** and **Deduplicate Across Runs** on to avoid paying for dead or repeat businesses.
5. Click **Start**, then export the dataset — or pull it via API/MCP.

#### Example input

```json
{
  "searchQueries": ["coffee shops in Austin TX"],
  "maxLeadsPerQuery": 5,
  "language": "en",
  "verifyEmails": true,
  "skipClosedBusinesses": true,
  "deduplicateAcrossRuns": true,
  "proxyConfig": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
````

#### Example output record

```json
{
  "place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
  "name": "Apex Plumbing Co.",
  "category": "Plumber",
  "address": "412 W Monroe St, Chicago, IL 60606",
  "phone": "+1 312-555-0182",
  "website": "https://apexplumbingchicago.com",
  "email": "service@apexplumbingchicago.com",
  "email_status": "valid",
  "all_emails": [
    { "email": "service@apexplumbingchicago.com", "status": "valid", "mx_found": true, "confidence": 1.0 }
  ],
  "rating": 4.7,
  "review_count": 312,
  "hours": { "Monday": "7 AM-6 PM", "Saturday": "8 AM-2 PM", "Sunday": "Closed" },
  "coordinates": { "lat": 41.8789, "lng": -87.6359 },
  "business_status": "OPERATIONAL",
  "query_used": "plumbers in Chicago",
  "charged": true,
  "enrichment_status": "email_verified",
  "scraped_at": "2026-07-10T09:14:22.000Z"
}
```

Every result appears in the dataset whether it was charged or not. Uncharged rows carry an `enrichment_status` (`closed_skipped`, `no_email`, `extraction_failed`) so you always know exactly why a row was free.

### Use cases

- **B2B outbound prospecting** — build clean, geo-targeted lead lists by niche and city, equipped with verified emails.
- **Local marketing agencies** — pull potential clients in a vertical, prioritized by rating and review volume.
- **Lead-gen resale** — deliver leads you can stand behind, since every email cleared an MX check.
- **Market research** — map business density, category mix, and rating profiles across regions using the coordinates and review fields.
- **CRM enrichment** — refresh phone, website, and email data for local accounts.
- **Franchise / competitor monitoring** — track locations, ratings, and review counts across markets.

### FAQ

#### How do you go past Google's 120-results limit?

A plain Google Maps search screen only exposes about 120 places before the scroll ends. This scraper runs each query as its own search and drives the map like a real user, so across queries you can pull far more than a single map screen would show. Use several distinct, local queries for the widest coverage.

#### When am I charged?

Only when a lead has at least one email that passes DNS MX verification (`enrichment_status: email_verified`). Permanently closed businesses, businesses with no website, businesses with no extractable email, emails that fail MX, and any place already seen in a previous run are all **free**. The charge event is `lead-verified` at **$0.01 per verified lead ($10 per 1,000)**.

#### Do you actually verify the emails?

Yes — regex-harvested strings are not leads. Each candidate email's domain is queried for DNS MX records; addresses on dead domains or NXDOMAIN are marked invalid and never charged. Emails are also scored by relevance to the business domain, and the best one is surfaced in `email`, with the full ranked list in `all_emails`.

#### Does it need a login or API key?

No. It reads only public Google Maps and public business-website data through Apify's residential proxy. No Google account, no cookies, no third-party data API.

#### Can I use it inside an AI agent?

Yes — it is exposed as an MCP tool. See below.

### Use in Claude, ChatGPT & any MCP agent

This actor is exposed as a Model Context Protocol (MCP) tool, so AI agents can pull verified local leads on demand:

```
https://mcp.apify.com/?tools=themineworks/maps-leads
```

Or call it programmatically with the Apify client:

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

const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });

const run = await client.actor('themineworks/maps-leads').call({
  searchQueries: ['coffee shops in Austin TX'],
  maxLeadsPerQuery: 5,
  verifyEmails: true,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.filter((i) => !i._type));
```

### Related lead-generation actors (they chain together)

Google Maps Leads Scraper is the top of a pipeline:

- **maps-leads** (this actor) — find businesses + verified emails from a Google Maps search.
- **[Website Contact Scraper](https://apify.com/themineworks/website-contact-finder)** — take the websites you collected and dig out more emails, phones, and social profiles.
- **[Email Verifier & Validator](https://apify.com/themineworks/email-verifier-validator)** — run a full MX + SMTP check on every address before you send.
- **[B2B Leads Finder](https://apify.com/themineworks/b2b-leads-finder)** — add named decision-makers (email, LinkedIn, phone) behind each company.

Typical flow: **maps-leads → website-contact-finder → email-verifier-validator**.

# Actor input Schema

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

List of Google Maps search queries. Each becomes an independent search run. Example: \["plumbers in Chicago", "dentists in Mumbai"].

## `maxLeadsPerQuery` (type: `integer`):

Maximum number of place results to process per query. Includes both charged and uncharged (no-email) results.

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

Google Maps interface language code (BCP-47). Affects category names and hours labels.

## `verifyEmails` (type: `boolean`):

When true, performs DNS MX-record verification on every extracted email. Only leads with at least one valid/catch-all email are charged. Disable to skip verification and charge for any extracted email.

## `skipClosedBusinesses` (type: `boolean`):

When true, businesses marked CLOSED\_PERMANENTLY are skipped and never charged. They still appear in output with charged:false.

## `includeFields` (type: `array`):

Subset of fields to return. Omitting a field still collects the data internally (needed for dedup/verification) but strips it from the output row.

## `deduplicateAcrossRuns` (type: `boolean`):

When true, stores processed Google Maps place\_ids in a named Key-Value store ('maps-leads-seen'). Places seen in previous runs are skipped. Resets only when you manually clear that store.

## `proxyConfig` (type: `object`):

Apify proxy configuration. Residential proxies are strongly recommended for Google Maps to avoid blocks.

## Actor input object example

```json
{
  "searchQueries": [
    "coffee shops in Austin TX"
  ],
  "maxLeadsPerQuery": 5,
  "language": "en",
  "verifyEmails": true,
  "skipClosedBusinesses": true,
  "includeFields": [
    "name",
    "address",
    "phone",
    "website",
    "email",
    "rating",
    "reviews",
    "hours",
    "category",
    "coordinates"
  ],
  "deduplicateAcrossRuns": true,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "searchQueries": [
        "coffee shops in Austin TX"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("themineworks/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 = { "searchQueries": ["coffee shops in Austin TX"] }

# Run the Actor and wait for it to finish
run = client.actor("themineworks/maps-leads").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 in Austin TX"
  ]
}' |
apify call themineworks/maps-leads --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "📍 Google Maps Leads — Verified Emails · $10/1k",
        "description": "Scrape Google Maps for B2B leads with MX-verified emails, phone, address, hours, rating & category. Pay only per verified-email lead; closed/no-email rows are free. Cross-run dedup. Works in Claude, ChatGPT & any MCP agent.",
        "version": "0.1",
        "x-build-id": "ouq3iSRQdR9hYqQc0"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/themineworks~maps-leads/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-themineworks-maps-leads",
                "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/themineworks~maps-leads/runs": {
            "post": {
                "operationId": "runs-sync-themineworks-maps-leads",
                "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/themineworks~maps-leads/run-sync": {
            "post": {
                "operationId": "run-sync-themineworks-maps-leads",
                "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",
                        "minItems": 1,
                        "type": "array",
                        "description": "List of Google Maps search queries. Each becomes an independent search run. Example: [\"plumbers in Chicago\", \"dentists in Mumbai\"].",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxLeadsPerQuery": {
                        "title": "Max Leads Per Query",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Maximum number of place results to process per query. Includes both charged and uncharged (no-email) results.",
                        "default": 5
                    },
                    "language": {
                        "title": "Language",
                        "type": "string",
                        "description": "Google Maps interface language code (BCP-47). Affects category names and hours labels.",
                        "default": "en"
                    },
                    "verifyEmails": {
                        "title": "Verify Emails (MX Check)",
                        "type": "boolean",
                        "description": "When true, performs DNS MX-record verification on every extracted email. Only leads with at least one valid/catch-all email are charged. Disable to skip verification and charge for any extracted email.",
                        "default": true
                    },
                    "skipClosedBusinesses": {
                        "title": "Skip Permanently Closed Businesses",
                        "type": "boolean",
                        "description": "When true, businesses marked CLOSED_PERMANENTLY are skipped and never charged. They still appear in output with charged:false.",
                        "default": true
                    },
                    "includeFields": {
                        "title": "Fields to Include in Output",
                        "type": "array",
                        "description": "Subset of fields to return. Omitting a field still collects the data internally (needed for dedup/verification) but strips it from the output row.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "name",
                                "address",
                                "phone",
                                "website",
                                "email",
                                "rating",
                                "reviews",
                                "hours",
                                "category",
                                "coordinates"
                            ]
                        },
                        "default": [
                            "name",
                            "address",
                            "phone",
                            "website",
                            "email",
                            "rating",
                            "reviews",
                            "hours",
                            "category",
                            "coordinates"
                        ]
                    },
                    "deduplicateAcrossRuns": {
                        "title": "Deduplicate Across Runs",
                        "type": "boolean",
                        "description": "When true, stores processed Google Maps place_ids in a named Key-Value store ('maps-leads-seen'). Places seen in previous runs are skipped. Resets only when you manually clear that store.",
                        "default": true
                    },
                    "proxyConfig": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Residential proxies are strongly recommended for Google Maps to avoid blocks.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
