# PagesJaunes Scraper 🇫🇷 Email, SIRET, GPS — France Leads (`bovi/pagesjaunes-directory`) Actor

Scrape PagesJaunes (French Yellow Pages) by city + category. Returns business name, phone, email (website-enriched), website, full address, GPS, SIRET/SIREN, rating, opening hours + a data-quality score. The richest French B2B lead dataset on the Store. Pay per result.

- **URL**: https://apify.com/bovi/pagesjaunes-directory.md
- **Developed by:** [Vitalii Bondarev](https://apify.com/bovi) (community)
- **Categories:** Lead generation, Marketing
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.96 / 1,000 business records

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

**French B2B leads from PagesJaunes — phone, email, SIRET/SIREN, GPS, website, opening hours. Pay per result, no monthly fee.**

PagesJaunes is the authoritative French business directory — 3M+ listings covering every city and trade. This scraper turns it into clean, structured B2B lead records with the **richest field set on the Store** for this source: registration numbers (SIRET/SIREN), GPS coordinates, and website-enriched email that other scrapers don't provide. Build a targeted list of plumbers in Paris, real-estate agencies in Lyon, or lawyers in Marseille in minutes.

### What it does

For each search (city + category) the actor:
1. Fetches the `/annuaire/<city>/<category>` listing pages (~20 results/page, up to ~480 per search).
2. Fetches each business detail page (`/pros/<id>`) for phone, SIRET/SIREN, GPS, rating, hours, website.
3. When a website is present, crawls it for a public B2B email (see *Email enrichment*).
4. Returns a flat, normalized record per business with a data-quality score.

### Input

| Field | Type | Required | Description |
|---|---|---|---|
| `city` | string | yes | City slug (e.g. `paris-75`, `lyon-69`, `marseille-13`) |
| `category` | string | yes | Category slug (e.g. `plombiers`, `restaurants`, `agences-immobilieres`) |
| `maxItems` | integer | no | Max results (0 = all available). Default: 40 |
| `enrichEmail` | boolean | no | Crawl business websites for a public email. Default: on |

**City slugs** = lowercase city name + hyphen + department number (`paris-75`, `lyon-69`, `marseille-13`, `bordeaux-33`).
**Category slugs** = the French plural noun as in the URL (`plombiers`, `restaurants`, `avocats`, `agences-immobilieres`).

### Output schema

| Field | Type | Description |
|---|---|---|
| `name` | string | Business display name |
| `phone` | string | Phone number (French format) |
| `email` | string | Public B2B email, website-enriched (null if none public) |
| `website` | string | Official business website URL |
| `street` | string | Street address |
| `postalCode` | string | French 5-digit postal code |
| `city` | string | City name |
| `latitude` / `longitude` | number | GPS coordinates |
| `siret` / `siren` | string | Official French business registration numbers |
| `detailUrl` | string | Canonical PagesJaunes URL (`/pros/ID`) |
| `image` | string | Business photo URL |
| `rating` / `reviewCount` | number / integer | Aggregate rating + review count |
| `categoryType` | string | Schema.org business type (e.g. "Plumber") |
| `openingHours` | string | Opening hours |
| `description` | string | Business description |
| `parse_confidence` | number | Data-quality score 0.0–1.0 — **unique to this Actor** |
| `warnings` | array | Machine-readable quality-warning codes |

### Why this beats other PagesJaunes scrapers

| | This Actor | Typical PagesJaunes scrapers |
|---|---|---|
| SIRET / SIREN | ✅ | Sometimes |
| GPS coordinates | ✅ | Rarely |
| Email | ✅ verified, website-sourced, domain-matching | Often guessed (spam risk) or absent |
| Opening hours (structured) | ✅ | Rarely |
| Data-quality score | ✅ unique | ✗ |
| Reliability | Multi-tier transport with IP-rotation + browser fallback | Single-tier (breaks on Cloudflare) |

Every record ships a `parse_confidence` score — below 0.7 is a machine-readable signal your pipeline can filter automatically. No other PagesJaunes scraper offers this.

### How to scrape email from PagesJaunes

PagesJaunes deliberately hides email behind an internal contact form — there is **no email on the listing page**. When a business publishes its own website, this Actor crawls that site (homepage + legal/contact pages) for a **public, verified B2B email**, filters out consumer webmails (gmail, orange…), and prefers an address on the business's own domain. Email coverage tracks how many businesses in your category have a website — high for agencies and commerce, lower for small trades. Toggle off with **Enrich email from website**.

**Compliance (France / EU):** these are public professional emails. For cold outreach under French B2B (CNIL opt-out) rules, your first email must identify you, state its purpose and the source of the data, and offer a one-click opt-out; avoid tracking pixels. You remain the data controller.

### How much does it cost?

Pay-per-result: scraping **1,000 businesses costs about $0.99** (see the Pricing tab for the exact current price). No monthly fee; failed runs aren't charged.

| Run size | Approx. cost |
|---|---|
| 100 businesses | $0.10 |
| 500 businesses | $0.50 |
| 1,000 businesses | $0.99 |
| 5,000 businesses | $4.95 |

The residential French proxy is billed to your own Apify account as platform usage.

### Reliability

PagesJaunes uses Cloudflare protection. This Actor uses a resilient multi-tier transport — fresh-IP rotation on blocks with a browser fallback for persistent challenges — on **both** listing and detail pages, so runs stay green where single-tier scrapers fail. A residential FR proxy is prefilled (required — Cloudflare blocks datacenter IPs).

### FAQ

**Do I need a proxy or API key?** No external API key. A residential French proxy is prefilled and uses Apify's own Residential pool (billed to your account).

**What export formats?** JSON, CSV, Excel, XML — from the dataset page or the Apify REST API.

**Why is email empty for some businesses?** Email exists only when the business has a website that publishes one. Many small trades have neither.

**Can I schedule runs?** Yes — Apify Scheduler, n8n, Make, or Zapier.

**Is scraping PagesJaunes legal?** This Actor extracts only publicly visible, non-protected business data for legitimate B2B research. You remain the data controller for any outreach — follow GDPR / CNIL B2B rules.

### Use with AI agents (MCP)

This scraper is callable as a **tool by AI agents** (Claude Desktop, Cursor, VS Code, n8n, LangGraph, CrewAI, or any MCP-compatible client) via Apify's hosted Model Context Protocol server — e.g. "find plumbers in Paris with phone and SIRET", "list real-estate agencies in Lyon with emails for outreach".

```json
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.apify.com/?tools=bovi/pagesjaunes-directory",
        "--header",
        "Authorization: Bearer <YOUR_APIFY_TOKEN>"
      ]
    }
  }
}
````

Minimal call (returns up to 40 results by default):

```json
{ "city": "lyon-69", "category": "agences-immobilieres", "maxItems": 20 }
```

Returns clean, flat rows the agent can reason over directly:

```json
{
  "name": "Régie Thiébaud",
  "phone": "04 78 24 35 09",
  "email": "rtcb@regiethiebaud.fr",
  "website": "http://www.regie-thiebaud.fr",
  "street": "12 Rue de la République",
  "postalCode": "69002",
  "city": "Lyon",
  "latitude": 45.764065,
  "longitude": 4.858097,
  "siret": "89428783800029",
  "siren": "894287838",
  "categoryType": "RealEstateAgent",
  "rating": 4.3,
  "reviewCount": 18,
  "parse_confidence": 1.0,
  "warnings": []
}
```

### Integrations

The JSON/dataset output drops into the tools you already run, no glue code:

- **n8n / Make / Zapier** — pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your CRM): [n8n](https://docs.apify.com/platform/integrations/n8n), [Make](https://docs.apify.com/platform/integrations/make), [Zapier](https://docs.apify.com/platform/integrations/zapier).
- **Webhooks** — fire your endpoint the moment a run finishes ([docs](https://docs.apify.com/platform/integrations/webhooks)).
- **MCP server** — expose this Actor as a tool to Claude, Cursor, or any [MCP client](https://mcp.apify.com).
- **API & SDKs** — fetch the dataset as JSON/CSV/Excel via the Apify REST API or Python/JS SDKs.

See all [Apify integrations](https://apify.com/integrations).

### Disclaimer

This Actor is not affiliated with or endorsed by PagesJaunes / Solocal Group. It accesses publicly available data only.

# Actor input Schema

## `city` (type: `string`):

French city slug as it appears in the PagesJaunes URL path. Format: lowercase city name + hyphen + department number. Examples: 'paris-75', 'lyon-69', 'marseille-13', 'bordeaux-33', 'toulouse-31', 'nice-06', 'nantes-44'. For Paris/Lyon/Marseille use the global department number (75/69/13).

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

Business category slug as it appears in the PagesJaunes URL — French plural noun in lowercase. Examples: 'plombiers' (plumbers), 'electriciens' (electricians), 'restaurants', 'medecins' (doctors), 'avocats' (lawyers), 'coiffeurs' (hairdressers), 'agences-immobilieres' (real-estate). Use the French trade name in plural form.

## `maxItems` (type: `integer`):

Maximum number of business listings to return. Set to 0 for all available results (up to ~480 per search). Each returned result is one charge. For agent use, 20–40 is usually enough to find local businesses.

## `enrichEmail` (type: `boolean`):

When a business publishes a website, crawl it (homepage + legal/contact pages) for a public B2B email. Consumer webmails (gmail, orange, etc.) are filtered out. Adds a little time per business that has a site. PagesJaunes itself hides emails, so this is the only way to get them.

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

Apify proxy settings. A Residential proxy group with country=FR is strongly recommended (and prefilled) — PagesJaunes sits behind Cloudflare, which blocks datacenter IPs, so cloud runs without a residential proxy return zero results.

## Actor input object example

```json
{
  "city": "lyon-69",
  "category": "electriciens",
  "maxItems": 100,
  "enrichEmail": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

# Actor output Schema

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

Dataset containing Pagesjaunes Directory records (name, phone, email, website, street, postalCode, city, latitude, longitude, categoryType, siret, siren, rating, reviewCount, openingHours, detailUrl, image, parse\_confidence).

# 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 = {
    "city": "paris-75",
    "category": "plombiers",
    "maxItems": 40,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "FR"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("bovi/pagesjaunes-directory").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 = {
    "city": "paris-75",
    "category": "plombiers",
    "maxItems": 40,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "FR",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("bovi/pagesjaunes-directory").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 '{
  "city": "paris-75",
  "category": "plombiers",
  "maxItems": 40,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}' |
apify call bovi/pagesjaunes-directory --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "PagesJaunes Scraper 🇫🇷 Email, SIRET, GPS — France Leads",
        "description": "Scrape PagesJaunes (French Yellow Pages) by city + category. Returns business name, phone, email (website-enriched), website, full address, GPS, SIRET/SIREN, rating, opening hours + a data-quality score. The richest French B2B lead dataset on the Store. Pay per result.",
        "version": "0.1",
        "x-build-id": "YEiTptp2EMiOk6Q7Z"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/bovi~pagesjaunes-directory/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-bovi-pagesjaunes-directory",
                "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/bovi~pagesjaunes-directory/runs": {
            "post": {
                "operationId": "runs-sync-bovi-pagesjaunes-directory",
                "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/bovi~pagesjaunes-directory/run-sync": {
            "post": {
                "operationId": "run-sync-bovi-pagesjaunes-directory",
                "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": [
                    "city",
                    "category"
                ],
                "properties": {
                    "city": {
                        "title": "City",
                        "type": "string",
                        "description": "French city slug as it appears in the PagesJaunes URL path. Format: lowercase city name + hyphen + department number. Examples: 'paris-75', 'lyon-69', 'marseille-13', 'bordeaux-33', 'toulouse-31', 'nice-06', 'nantes-44'. For Paris/Lyon/Marseille use the global department number (75/69/13)."
                    },
                    "category": {
                        "title": "Category",
                        "type": "string",
                        "description": "Business category slug as it appears in the PagesJaunes URL — French plural noun in lowercase. Examples: 'plombiers' (plumbers), 'electriciens' (electricians), 'restaurants', 'medecins' (doctors), 'avocats' (lawyers), 'coiffeurs' (hairdressers), 'agences-immobilieres' (real-estate). Use the French trade name in plural form."
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of business listings to return. Set to 0 for all available results (up to ~480 per search). Each returned result is one charge. For agent use, 20–40 is usually enough to find local businesses.",
                        "default": 40
                    },
                    "enrichEmail": {
                        "title": "Enrich email from website",
                        "type": "boolean",
                        "description": "When a business publishes a website, crawl it (homepage + legal/contact pages) for a public B2B email. Consumer webmails (gmail, orange, etc.) are filtered out. Adds a little time per business that has a site. PagesJaunes itself hides emails, so this is the only way to get them.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy settings. A Residential proxy group with country=FR is strongly recommended (and prefilled) — PagesJaunes sits behind Cloudflare, which blocks datacenter IPs, so cloud runs without a residential proxy return zero results."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
