# Google Maps B2B Leads Scraper (`primeparse/google-maps-scraper`) Actor

Google Maps scraper for B2B leads: extracts names, addresses, phones, emails, sites, ratings, reviews, categories, coords, hours. For sales prospecting, research, CRM. Supports multi-queries, locations, proxies. JSON output. Fast, safe, no-code on Apify.

- **URL**: https://apify.com/primeparse/google-maps-scraper.md
- **Developed by:** [PrimeParse](https://apify.com/primeparse) (community)
- **Categories:** Lead generation, Travel, E-commerce
- **Stats:** 42 total users, 5 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$3.00 / 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 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 B2B Leads Scraper: Business Contact Data & Lead Generation Extractor

Enterprise-grade Google Maps scraper that automatically extracts business contact information, ratings, reviews, coordinates, and operational details — clean, structured, and ready for sales teams, marketing campaigns, or CRM integration.

**High-quality B2B Lead Generation Tool for Sales, Marketing, and Business Intelligence Teams**

Automatically collects business data from Google Maps: company names, addresses, phone numbers, emails, websites, ratings, reviews, categories, GPS coordinates, and opening hours — clean, structured, ready for outreach or analysis.

**Built for:**

- Sales teams & lead generation specialists
- Marketing agencies & campaign managers
- Business intelligence & market research teams
- CRM integration & data enrichment workflows
- Local SEO & directory management services

✅ **Smart multi-query search** ✅ **Full contact data extraction** (phone, email, website) ✅ **Email enrichment via Hunter.io** ✅ **Rich business metadata** (rating, reviews, category, coordinates) ✅ **Location-based filtering** ✅ **Automatic consent page handling** ✅ **AI-ready structured output**

👉 **Runs on Apify • No code required • Pay only for compute used**

### 🚀 Why This Scraper

✔ **Purpose-Built for B2B Lead Generation**  
Intelligently extracts complete business contact information from Google Maps search results — perfect for sales prospecting and lead generation.

✔ **Comprehensive Data Extraction**  
Captures all available business data: name, address, phone, email, website, rating, review count, category, GPS coordinates, and opening hours.

✔ **Smart Email Enrichment**  
Optional integration with Hunter.io API to enrich missing email addresses with confidence scoring and personal email preference.

✔ **Automatic Consent Handling**  
Intelligent bypass of Google consent pages with multiple fallback methods — ensures reliable data collection.

✔ **High Performance & Optimized**  
Powered by Puppeteer with optimized configuration, smart resource blocking, and parallel processing — processes businesses efficiently.

✔ **Clean & Structured Output**  
Removes noise, normalizes data, and provides consistent JSON structure — ready for direct import into CRMs or databases.

✔ **Location-Aware Search**  
Search businesses by category in specific locations (cities, regions, countries) with customizable language settings.

✔ **Safe & Controlled Crawling**  
Automatic request limits, configurable delays, proxy support, and domain restrictions to prevent blocking and ensure compliance.

### 💼 Use Cases

- **Sales prospecting** — Generate targeted lead lists by business category and location
- **Market research** — Analyze business density, ratings, and competition in specific areas
- **CRM data enrichment** — Add missing contact information to existing business records
- **Local SEO** — Build comprehensive business directories and citation databases
- **Lead generation campaigns** — Create targeted lists for email marketing and outreach
- **Business intelligence** — Track business openings, closures, and rating trends
- **Competitive analysis** — Monitor competitor locations, ratings, and customer feedback

### 📊 Supported Data Points

- **Contact Information**: Name, address, phone, email, website
- **Business Metrics**: Rating, review count, category
- **Location Data**: GPS coordinates (latitude/longitude), Google Maps URL
- **Operational Info**: Opening hours, business category
- **Metadata**: Scraping timestamp, source search query

### ⚙️ How It Works

1. Provide search queries (business categories) and optional location
2. Configure email enrichment and limits for safe crawling
3. Run the Actor
4. Download clean, structured business lead datasets

### 🧩 Input Configuration

#### Example JSON Input

```json
{
  "searchQueries": [
    "restaurants",
    "hotels",
    "lawyers",
    "dentists"
  ],
  "location": "New York, NY",
  "maxResultsPerQuery": 50,
  "maxRequestsPerCrawl": 100,
  "requestDelay": 500,
  "language": "en",
  "emailEnrichmentEnabled": true,
  "hunterIoApiKey": "your-api-key-here",
  "hunterIoConfidenceThreshold": 50,
  "hunterIoPreferPersonalEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
````

#### Key Options

**`searchQueries`** — array of business category search terms (required)

- Examples: `"restaurants"`, `"hotels"`, `"lawyers"`, `"dentists"`, `"plumbers"`
- Multiple queries supported for batch processing

**`location`** — geographic location for search (optional)

- Examples: `"New York, NY"`, `"London, UK"`, `"Москва"`
- If empty, searches globally

**`maxResultsPerQuery`** — maximum businesses per search query (default: 5)

- Set to `0` for unlimited results
- Recommended: 10-50 for optimal performance

**`maxRequestsPerCrawl`** — total request limit per run (default: 5)

- Controls cost and crawl size
- Set to `0` for unlimited requests

**`requestDelay`** — delay between requests in milliseconds (default: 500)

- Recommended: 1000-3000ms to avoid blocking
- Lower values = faster but higher risk of blocking

**`language`** — Google Maps interface language (optional)

- Examples: `"en"`, `"ru"`, `"es"`, `"de"`
- Default: `"en"`

**`emailEnrichmentEnabled`** — enable email enrichment via Hunter.io (default: false)

- Requires `hunterIoApiKey` to be set
- Automatically finds email addresses from business websites

**`hunterIoApiKey`** — your Hunter.io API key (optional)

- Get it from https://hunter.io/api
- Required if `emailEnrichmentEnabled` is true

**`hunterIoConfidenceThreshold`** — minimum confidence score for emails (0-100, default: 50)

- Higher values = more reliable emails but fewer results
- Recommended: 50-70 for balanced results

**`hunterIoPreferPersonalEmails`** — prefer personal emails over generic (default: true)

- Personal: `john@company.com`
- Generic: `info@company.com`, `contact@company.com`

**`proxyConfiguration`** — proxy settings for anti-blocking (optional)

- Use Apify Proxy for automatic IP rotation
- Recommended for large-scale scraping

### 📂 Output Dataset

#### Example Output Record

```json
{
  "name": "Q4 Hotel New York City",
  "address": "29-09 Queens Plaza N, Long Island City, NY 11101, United States",
  "phone": "+1 718-706-7700",
  "email": "info@q4hotelny.com",
  "website": "https://www.q4hotelny.com/",
  "rating": 4.2,
  "reviewCount": 1247,
  "category": "Hotel",
  "googleMapsUrl": "https://www.google.com/maps/place/Q4+Hotel+New+York+City/@40.7499046,-73.9374619,17z",
  "coordinates": {
    "lat": 40.7499046,
    "lng": -73.9374619
  },
  "openingHours": [
    "Monday: Open 24 hours",
    "Tuesday: Open 24 hours",
    "Wednesday: Open 24 hours",
    "Thursday: Open 24 hours",
    "Friday: Open 24 hours",
    "Saturday: Open 24 hours",
    "Sunday: Open 24 hours"
  ],
  "scrapedAt": "2025-12-19T10:30:45.750Z",
  "searchQuery": "hotels"
}
```

#### Output Fields

| Field | Type | Description |
|-------|------|-------------|
| `name` | string | Business name |
| `address` | string | null | Full business address |
| `phone` | string | null | Phone number |
| `email` | string | null | Email address (enriched via Hunter.io if enabled) |
| `website` | string | null | Business website URL |
| `rating` | number | null | Google rating (0-5) |
| `reviewCount` | number | null | Number of reviews |
| `category` | string | null | Business category |
| `googleMapsUrl` | string | Direct link to Google Maps listing |
| `coordinates` | object | null | GPS coordinates `{lat, lng}` |
| `openingHours` | string\[] | null | Array of opening hours strings |
| `scrapedAt` | string | ISO timestamp of scraping |
| `searchQuery` | string | Original search query that found this business |

**Tags**: `google-maps`, `b2b-leads`, `lead-generation`, `business-data`, `contact-extraction`, `sales-prospecting`, `crm-enrichment`, `local-seo`, `web-scraping`, `puppeteer`, `crawlee`, `hunter-io`, `email-enrichment`, `business-intelligence`

***

**Built with ❤️ on Apify**

# Actor input Schema

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

Business category search queries for Google Maps (e.g., 'restaurants', 'hotels', 'lawyers')

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

Geographic location for search (e.g., 'New York, NY' or 'London, UK'). Try to be explicit as much as possible.

## `maxResultsPerQuery` (type: `integer`):

Maximum number of businesses per search query (0 = unlimited)

## `maxRequestsPerCrawl` (type: `integer`):

Maximum number of requests per run (0 = unlimited)

## `requestDelay` (type: `integer`):

Delay between requests in milliseconds (recommended 1000-3000 to avoid blocking)

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

Google Maps interface language code (e.g., 'en', 'ru', 'es', 'de')

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

Proxy settings for anti-blocking protection

## `hunterIoApiKey` (type: `string`):

Your Hunter.io API key for email enrichment. Get it from https://hunter.io/api. Leave empty to disable email enrichment.

## `emailEnrichmentEnabled` (type: `boolean`):

Enable email enrichment via Hunter.io API (requires Hunter.io API Key)

## `hunterIoConfidenceThreshold` (type: `integer`):

Minimum confidence score (0-100) for accepting emails from Hunter.io. Higher values = more reliable emails but fewer results. Default: 50

## `hunterIoPreferPersonalEmails` (type: `boolean`):

Prefer personal emails (e.g., john@company.com) over generic ones (e.g., info@company.com) when available

## Actor input object example

```json
{
  "searchQueries": [
    "restaurants",
    "hotels"
  ],
  "location": "New York, NY",
  "maxResultsPerQuery": 5,
  "maxRequestsPerCrawl": 5,
  "requestDelay": 500,
  "language": "en",
  "hunterIoApiKey": "your-api-key-here",
  "emailEnrichmentEnabled": false,
  "hunterIoConfidenceThreshold": 50,
  "hunterIoPreferPersonalEmails": true
}
```

# Actor output Schema

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

Dataset with scraped business leads

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

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

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "restaurants",
        "hotels"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("primeparse/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 = { "searchQueries": [
        "restaurants",
        "hotels",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("primeparse/google-maps-scraper").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": [
    "restaurants",
    "hotels"
  ]
}' |
apify call primeparse/google-maps-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Maps B2B Leads Scraper",
        "description": "Google Maps scraper for B2B leads: extracts names, addresses, phones, emails, sites, ratings, reviews, categories, coords, hours. For sales prospecting, research, CRM. Supports multi-queries, locations, proxies. JSON output. Fast, safe, no-code on Apify.",
        "version": "0.0",
        "x-build-id": "aN9vzDtH8yBvDaeo9"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/primeparse~google-maps-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-primeparse-google-maps-scraper",
                "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/primeparse~google-maps-scraper/runs": {
            "post": {
                "operationId": "runs-sync-primeparse-google-maps-scraper",
                "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/primeparse~google-maps-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-primeparse-google-maps-scraper",
                "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",
                        "type": "array",
                        "description": "Business category search queries for Google Maps (e.g., 'restaurants', 'hotels', 'lawyers')",
                        "items": {
                            "type": "string"
                        },
                        "default": [
                            "restaurants"
                        ]
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Geographic location for search (e.g., 'New York, NY' or 'London, UK'). Try to be explicit as much as possible.",
                        "default": ""
                    },
                    "maxResultsPerQuery": {
                        "title": "Max Results Per Query",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Maximum number of businesses per search query (0 = unlimited)",
                        "default": 5
                    },
                    "maxRequestsPerCrawl": {
                        "title": "Max Requests Per Crawl",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of requests per run (0 = unlimited)",
                        "default": 5
                    },
                    "requestDelay": {
                        "title": "Request Delay (ms)",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Delay between requests in milliseconds (recommended 1000-3000 to avoid blocking)",
                        "default": 500
                    },
                    "language": {
                        "title": "Language",
                        "type": "string",
                        "description": "Google Maps interface language code (e.g., 'en', 'ru', 'es', 'de')",
                        "default": "en"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for anti-blocking protection"
                    },
                    "hunterIoApiKey": {
                        "title": "Hunter.io API Key",
                        "type": "string",
                        "description": "Your Hunter.io API key for email enrichment. Get it from https://hunter.io/api. Leave empty to disable email enrichment.",
                        "default": ""
                    },
                    "emailEnrichmentEnabled": {
                        "title": "Enable Email Enrichment",
                        "type": "boolean",
                        "description": "Enable email enrichment via Hunter.io API (requires Hunter.io API Key)",
                        "default": false
                    },
                    "hunterIoConfidenceThreshold": {
                        "title": "Hunter.io Confidence Threshold",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Minimum confidence score (0-100) for accepting emails from Hunter.io. Higher values = more reliable emails but fewer results. Default: 50",
                        "default": 50
                    },
                    "hunterIoPreferPersonalEmails": {
                        "title": "Prefer Personal Emails",
                        "type": "boolean",
                        "description": "Prefer personal emails (e.g., john@company.com) over generic ones (e.g., info@company.com) when available",
                        "default": true
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
