# France Public Administration Directory Scraper (`automation-lab/france-public-administration-directory-scraper`) Actor

Extract official French public administration contacts from Service Public for B2G sales, civic tech, public-affairs, and research workflows.

- **URL**: https://apify.com/automation-lab/france-public-administration-directory-scraper.md
- **Developed by:** [Stas Persiianenko](https://apify.com/automation-lab) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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

## France Public Administration Directory Scraper

Export official French public administration contacts from `lannuaire.service-public.gouv.fr`.

This Apify Actor turns the French government administration directory into a clean dataset for lead generation, public-affairs research, civic-tech products, procurement discovery, and local-service outreach.

### What does France Public Administration Directory Scraper do?

It crawls official Service Public directory pages and saves structured records for public bodies in France.

Each result can include:

- 🏛️ administration name
- 🧭 administration type and selected category
- 📍 address, postal code, city, commune, department, and region
- ☎️ phone number
- ✉️ email address or contact link when available
- 🌐 website link when available
- 🕒 opening hours
- 🗺️ latitude and longitude
- 🔗 official source URL

### Who is it for?

#### B2G sales teams

Build prospect lists for municipalities, prefectures, social-security offices, courts, and other public bodies.

#### Public-affairs and lobbying teams

Monitor official contacts for local and national administration offices.

#### Civic-tech teams

Seed applications with reliable government-office metadata.

#### Procurement and grant researchers

Map public entities by region, department, or category before deeper research.

#### Local-service vendors

Find official local offices for outreach, support, and regional coverage planning.

### Why use this scraper?

The source website is useful for browsing, but manual copying is slow.

This Actor provides:

- ✅ repeatable exports
- ✅ normalized contact fields
- ✅ official source URLs for verification
- ✅ category and direct URL workflows
- ✅ no browser automation for lower cost

### What website does it scrape?

The Actor targets the official French public administration directory:

`https://lannuaire.service-public.gouv.fr/`

The directory is operated as part of the Service Public ecosystem and lists French public organizations and offices.

### What can you scrape?

Common category examples include:

- `mairie`
- `prefecture`
- `caf`
- `cpam`
- `tribunal`
- `ministere`

You can also provide direct directory URLs in the input.

### Data table

| Field | Description |
| --- | --- |
| `name` | Official administration name |
| `administrationType` | Type such as Mairie or Préfecture |
| `category` | Category slug used for discovery |
| `sourceUrl` | Official Service Public URL |
| `region` | Region slug from the URL |
| `department` | Department slug from the URL |
| `commune` | Commune or locality |
| `address` | Combined address |
| `streetAddress` | Street address |
| `postalCode` | Postal code |
| `city` | City/locality |
| `phone` | Phone number |
| `email` | Email address |
| `contactUrl` | Contact page URL when found |
| `websiteUrl` | External website URL when found |
| `openingHours` | Opening hours array |
| `latitude` | Latitude |
| `longitude` | Longitude |
| `siret` | SIRET when present |
| `lastUpdated` | Page update text when present |
| `scrapedAt` | Extraction timestamp |

### How much does it cost to scrape French public administration contacts?

The Actor uses pay-per-event pricing.

You pay a small start fee for the run and a per-record fee for each administration saved.

Because it uses HTTP requests instead of a full browser, it is designed to be cost-efficient for large official-directory exports.

### How to run it

1. Open the Actor on Apify.
2. Choose one or more `categories`.
3. Optionally add direct `startUrls`.
4. Set `maxItems`.
5. Keep `includeDetails` enabled for contact fields.
6. Click **Start**.
7. Export the dataset as JSON, CSV, Excel, XML, or RSS.

### Input options

#### categories

Service Public category slugs to scrape.

Example:

```json
["mairie", "prefecture"]
````

#### startUrls

Direct Service Public directory URLs.

Example:

```json
[{ "url": "https://lannuaire.service-public.gouv.fr/navigation/mairie" }]
```

#### departments

Optional department slugs to narrow category pages.

Example:

```json
["paris", "nord"]
```

#### maxItems

Maximum number of records to save.

Use a small value for testing and a larger value for production exports.

#### includeDetails

When enabled, the Actor opens each organization profile and extracts phone, email, address, hours, and coordinates.

### Example input

```json
{
  "categories": ["mairie"],
  "maxItems": 100,
  "includeDetails": true,
  "requestDelayMillis": 150
}
```

### Example output

```json
{
  "name": "Mairie - Aast",
  "administrationType": "Mairie",
  "category": "mairie",
  "sourceUrl": "https://lannuaire.service-public.gouv.fr/nouvelle-aquitaine/pyrenees-atlantiques/11ce58ab-4a56-43ae-a1d4-f195620c5748",
  "region": "nouvelle-aquitaine",
  "department": "pyrenees-atlantiques",
  "commune": "Aast",
  "address": "1 place de la Mairie, 64460, Aast",
  "phone": "05 62 32 57 00",
  "email": "contact@mairie-aast.fr",
  "openingHours": ["Tuesday 08h30-17h00"],
  "latitude": 43.289192,
  "longitude": -0.0887339,
  "scrapedAt": "2026-06-25T00:00:00.000Z"
}
```

### Tips for better results

- Start with one category and `maxItems: 100`.
- Use direct URLs when you already know the source page.
- Keep detail extraction on when you need contact information.
- Increase `requestDelayMillis` for very large exports.
- Export CSV when importing into a CRM.

### Integrations

Use this scraper with:

- 🧾 CRM enrichment workflows
- 🗺️ territory mapping dashboards
- 📬 outbound B2G lead lists
- 🧑‍💼 public-affairs stakeholder databases
- 🔎 procurement and grant research spreadsheets

### API usage

#### Node.js

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

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/france-public-administration-directory-scraper').call({
  categories: ['mairie'],
  maxItems: 100,
  includeDetails: true,
});
console.log(run.defaultDatasetId);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/france-public-administration-directory-scraper').call(run_input={
    'categories': ['mairie'],
    'maxItems': 100,
    'includeDetails': True,
})
print(run['defaultDatasetId'])
```

#### cURL

```bash
curl -X POST 'https://api.apify.com/v2/acts/automation-lab~france-public-administration-directory-scraper/runs?token=YOUR_APIFY_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"categories":["mairie"],"maxItems":100,"includeDetails":true}'
```

### MCP integration

Use the Actor from Claude Desktop, Claude Code, or any MCP-compatible client through Apify MCP.

MCP tool URL:

`https://mcp.apify.com/?tools=automation-lab/france-public-administration-directory-scraper`

Claude Code setup:

```bash
claude mcp add apify-france-public-administration \
  https://mcp.apify.com/?tools=automation-lab/france-public-administration-directory-scraper
```

Claude Desktop JSON config:

```json
{
  "mcpServers": {
    "apify-france-public-administration": {
      "url": "https://mcp.apify.com/?tools=automation-lab/france-public-administration-directory-scraper"
    }
  }
}
```

Example prompts:

- "Export 100 French mairie contacts and summarize how many have email addresses."
- "Scrape prefecture contacts from the French public administration directory."
- "Create a CSV-ready list of local French public offices with phone numbers."

### Legality

This Actor extracts public information from an official government directory.

You are responsible for using the data lawfully, respecting privacy rules, and complying with applicable outreach, marketing, and data-protection regulations.

### FAQ

#### I got fewer records than expected

Check `maxItems`, category spelling, and whether your direct URL points to a detail page rather than a large category page.

#### Some fields are empty

Not every administration page publishes every field. Empty phone, email, website, SIRET, or opening-hour values usually mean the source page does not provide that data.

#### Do I need proxies?

Usually no. The official directory is public and works with normal HTTP requests. Proxy settings are available only as a fallback.

### Related scrapers

You may also be interested in other Automation Lab public-data and lead-generation actors:

- https://apify.com/automation-lab/website-contact-finder
- https://apify.com/automation-lab/company-domain-finder
- https://apify.com/automation-lab/google-maps-lead-finder

### Changelog

#### 0.1

Initial private build for extracting official French public administration directory records.

### Support

If you need another category, a custom output field, or a workflow example, open an issue on the Apify Actor page.

# Actor input Schema

## `categories` (type: `array`):

Service Public directory category slugs to scrape. Examples: mairie, prefecture, caf, cpam, tribunal, ministere.

## `startUrls` (type: `array`):

Optional direct lannuaire.service-public.gouv.fr category, department, or organization detail URLs. These are added to the selected categories.

## `departments` (type: `array`):

Optional Service Public department slugs to narrow category pages, for example paris, nord, pyrenees-atlantiques. Leave empty for all France.

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

Maximum number of public administration records to save.

## `includeDetails` (type: `boolean`):

Open each administration profile to extract phone, email, address, opening hours, website, and GPS coordinates when available.

## `startPage` (type: `integer`):

Pagination page to start from for category URLs.

## `requestDelayMillis` (type: `integer`):

Optional polite delay between HTTP requests. Increase it if you run very large exports.

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

Optional Apify proxy settings. The official directory is public and usually works without a proxy.

## Actor input object example

```json
{
  "categories": [
    "mairie"
  ],
  "startUrls": [
    {
      "url": "https://lannuaire.service-public.gouv.fr/navigation/mairie"
    }
  ],
  "departments": [],
  "maxItems": 20,
  "includeDetails": true,
  "startPage": 1,
  "requestDelayMillis": 150,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "categories": [
        "mairie"
    ],
    "startUrls": [
        {
            "url": "https://lannuaire.service-public.gouv.fr/navigation/mairie"
        }
    ],
    "departments": [],
    "maxItems": 20,
    "includeDetails": true
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/france-public-administration-directory-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 = {
    "categories": ["mairie"],
    "startUrls": [{ "url": "https://lannuaire.service-public.gouv.fr/navigation/mairie" }],
    "departments": [],
    "maxItems": 20,
    "includeDetails": True,
}

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/france-public-administration-directory-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 '{
  "categories": [
    "mairie"
  ],
  "startUrls": [
    {
      "url": "https://lannuaire.service-public.gouv.fr/navigation/mairie"
    }
  ],
  "departments": [],
  "maxItems": 20,
  "includeDetails": true
}' |
apify call automation-lab/france-public-administration-directory-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=automation-lab/france-public-administration-directory-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "France Public Administration Directory Scraper",
        "description": "Extract official French public administration contacts from Service Public for B2G sales, civic tech, public-affairs, and research workflows.",
        "version": "0.1",
        "x-build-id": "Pz9mSRsSx0V2L33N8"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~france-public-administration-directory-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-france-public-administration-directory-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/automation-lab~france-public-administration-directory-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-france-public-administration-directory-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/automation-lab~france-public-administration-directory-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-france-public-administration-directory-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": [
                    "categories",
                    "maxItems"
                ],
                "properties": {
                    "categories": {
                        "title": "Administration categories",
                        "type": "array",
                        "description": "Service Public directory category slugs to scrape. Examples: mairie, prefecture, caf, cpam, tribunal, ministere.",
                        "default": [
                            "mairie"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional direct lannuaire.service-public.gouv.fr category, department, or organization detail URLs. These are added to the selected categories.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "departments": {
                        "title": "Department slugs",
                        "type": "array",
                        "description": "Optional Service Public department slugs to narrow category pages, for example paris, nord, pyrenees-atlantiques. Leave empty for all France.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Maximum administrations",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of public administration records to save.",
                        "default": 20
                    },
                    "includeDetails": {
                        "title": "Include detail data",
                        "type": "boolean",
                        "description": "Open each administration profile to extract phone, email, address, opening hours, website, and GPS coordinates when available.",
                        "default": true
                    },
                    "startPage": {
                        "title": "Start page",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Pagination page to start from for category URLs.",
                        "default": 1
                    },
                    "requestDelayMillis": {
                        "title": "Delay between requests (ms)",
                        "minimum": 0,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Optional polite delay between HTTP requests. Increase it if you run very large exports.",
                        "default": 150
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional Apify proxy settings. The official directory is public and usually works without a proxy.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
