# Deutsche Messe Exhibitor List Scraper (`automation-lab/deutsche-messe-exhibitor-list-scraper`) Actor

Scrape Hannover Messe and Deutsche Messe exhibitor directories for company lead lists, booth locations, profile URLs, websites, and event intelligence.

- **URL**: https://apify.com/automation-lab/deutsche-messe-exhibitor-list-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

## Deutsche Messe Exhibitor List Scraper

Extract exhibitor leads from public Hannover Messe / Deutsche Messe directories.

The actor turns the public exhibitor search pages into a clean dataset with company names, profile URLs, hall and stand data, locations, descriptions, logos, websites, contact form links, product names, source metadata, and scrape timestamps.

Use it when you need a repeatable B2B trade-fair lead list without manually clicking through hundreds of exhibitor cards.

### What does Deutsche Messe Exhibitor List Scraper do?

- Scrapes public Hannover Messe exhibitor search pages.
- Follows the site's server-rendered pagination.
- Saves one dataset row per exhibitor.
- Captures hall and stand placement where visible.
- Captures location and country code from listing pages.
- Optionally opens exhibitor profiles for richer details.
- Adds source page and total hit metadata for auditability.
- Works with keyword-filtered search URLs and search terms.

### Who is it for?

Sales teams use this actor to build prospect lists before a trade show.

Marketing teams use it to monitor exhibitors, sponsors, and competitors.

Event intelligence teams use it to compare exhibitor categories across editions.

CRM operations teams use it to enrich accounts with booth, website, and source URLs.

Recruiting and partnership teams use it to discover companies active in industrial automation, energy, robotics, manufacturing, and digitalization.

### Why use this actor?

Manual exhibitor research is repetitive.

The public directory is useful, but exporting structured data by hand takes time.

This actor gives you a dataset that can be filtered, exported, joined with CRM data, or sent to enrichment tools.

It is HTTP-first and does not run a browser for normal listing extraction, which keeps runs lightweight.

### Supported source pages

The default source is:

`https://www.hannovermesse.de/en/search/?category=ep`

You can also paste a filtered Hannover Messe search URL.

Use the `search` input to add a keyword such as `robot`, `hydrogen`, `software`, `automation`, or `AI`.

### What data can you extract?

| Field | Description |
| --- | --- |
| `eventName` | Event name inferred from the listing type |
| `eventYear` | Event year, when shown |
| `exhibitorName` | Company or exhibitor name |
| `exhibitorId` | Deutsche Messe profile identifier |
| `profileUrl` | Public exhibitor profile URL |
| `city` | City parsed from the listing |
| `postalCode` | Postal code when visible |
| `country` | Full country from detail pages |
| `countryCode` | Country code from listing pages |
| `address` | Full address from detail pages |
| `hall` | Hall number/name |
| `stand` | Stand/booth number |
| `hallStand` | Combined hall and stand text |
| `description` | Listing or profile description |
| `website` | Company website from detail pages |
| `contactFormUrl` | Public Deutsche Messe contact form URL |
| `logoUrls` | Logo image URLs from the directory |
| `products` | Product names from detail pages |
| `sourceUrl` | Search URL used for extraction |
| `sourcePage` | Search result page number |
| `totalHits` | Total hit count reported by the source page |
| `scrapedAt` | ISO scrape timestamp |

### How much does it cost to scrape Deutsche Messe exhibitors?

This actor uses pay-per-event pricing.

You pay a small run start fee and then per exhibitor saved.

The exact price is shown on the Apify Store pricing panel before you run the actor.

Use a low `maxItems` value for a quick sample.

Increase `maxItems` for full lead generation runs.

Turn on detail enrichment only when you need websites, addresses, contact form URLs, and products.

### Input options

#### Start URLs

Paste one or more Hannover Messe exhibitor search URLs.

If omitted, the actor uses the current public Hannover Messe exhibitor search page.

#### Search term

Use a keyword to narrow the directory.

Examples:

- `robot`
- `hydrogen`
- `software`
- `automation`
- `compressed air`

#### Maximum exhibitors

Controls how many records are saved.

The prefill is intentionally small so first runs are cheap.

#### Open exhibitor detail pages

Enable this when you need richer fields.

Detail pages can add:

- Website
- Full address
- Full country name
- Contact form URL
- Product names
- Longer profile description

#### Request delay

Use the delay to keep requests polite on large enriched runs.

### Example input

```json
{
  "startUrls": [
    { "url": "https://www.hannovermesse.de/en/search/?category=ep" }
  ],
  "search": "robot",
  "maxItems": 50,
  "includeDetails": true,
  "delayMs": 100
}
````

### Example output

```json
{
  "eventName": "HANNOVER MESSE 2026",
  "eventYear": "2026",
  "exhibitorName": "Abodia IT&Medientechnik",
  "exhibitorId": "N1607468",
  "profileUrl": "https://www.hannovermesse.de/exhibitor/abodia-it-medientechnik/N1607468",
  "city": "Schwanewede",
  "countryCode": "DE",
  "hallStand": "Hall 13, Stand F81",
  "website": "http://www.abodia.de/",
  "sourcePage": 1,
  "scrapedAt": "2026-07-05T05:38:53.093Z"
}
```

### How to run

1. Open the actor on Apify.
2. Keep the default search URL or paste your own Hannover Messe search URL.
3. Add a keyword if you only need a specific segment.
4. Set `maxItems`.
5. Decide whether to enable detail enrichment.
6. Start the run.
7. Export the dataset as JSON, CSV, Excel, XML, or via API.

### Lead generation workflow

- Run the actor with a broad event URL.
- Export the dataset to CSV.
- Deduplicate by `exhibitorId` or `profileUrl`.
- Enrich company domains using your CRM or enrichment provider.
- Segment by hall, country, keyword, or product names.
- Assign accounts to sales representatives.
- Re-run before the event to catch new exhibitors.

### Competitor monitoring workflow

Use keyword searches for competitor names, product categories, or technology areas.

Save the `profileUrl`, `hallStand`, and `sourcePage` fields for evidence.

Run the same search periodically to compare changes.

### Tips for best results

- Start with `includeDetails: false` for fast directory coverage.
- Enable details for smaller, high-value lists.
- Use `search` instead of scraping every page if your workflow targets a niche.
- Keep `delayMs` above zero for large enriched runs.
- Export CSV for spreadsheets and JSON for integrations.

### Integrations

You can send the output to:

- HubSpot or Salesforce lead import workflows.
- Google Sheets reporting dashboards.
- Airtable event research bases.
- Clay, Make, Zapier, or n8n enrichment flows.
- Internal competitor intelligence databases.

### 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/deutsche-messe-exhibitor-list-scraper').call({
  startUrls: [{ url: 'https://www.hannovermesse.de/en/search/?category=ep' }],
  search: 'robot',
  maxItems: 50,
  includeDetails: true
});
console.log(run.defaultDatasetId);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient("<APIFY_TOKEN>")
run = client.actor("automation-lab/deutsche-messe-exhibitor-list-scraper").call(run_input={
    "startUrls": [{"url": "https://www.hannovermesse.de/en/search/?category=ep"}],
    "search": "robot",
    "maxItems": 50,
    "includeDetails": True,
})
print(run["defaultDatasetId"])
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/automation-lab~deutsche-messe-exhibitor-list-scraper/runs?token=$APIFY_TOKEN" \
  -H 'Content-Type: application/json' \
  -d '{"maxItems":50,"search":"robot","includeDetails":true}'
```

### MCP usage

Use the Apify MCP server from Claude Code or Claude Desktop.

MCP URL:

`https://mcp.apify.com/?tools=automation-lab/deutsche-messe-exhibitor-list-scraper`

Example prompts:

- "Scrape 50 Hannover Messe robotics exhibitors and summarize the countries represented."
- "Get exhibitors with detail pages and list the companies with websites."
- "Create a CSV-ready lead list from the Hannover Messe exhibitor directory."

### Data quality notes

The actor extracts what is publicly visible on the source pages.

Some exhibitors may not publish a website, address, product names, or full description.

When detail enrichment is disabled, website and full address fields are usually absent.

Country code is often available from listing pages even when the full country name is only on the detail page.

### Troubleshooting

#### Why are website fields empty?

Enable `includeDetails`. Websites are usually on profile pages, not search snippets.

#### Why did my run return fewer items than total hits?

The actor stops at `maxItems`. Increase the limit to continue through more pages.

#### Why is the search result different from the website UI?

The source website can change sorting and filters over time. Save your `sourceUrl`, `sourcePage`, and `scrapedAt` fields for reproducibility.

### Legality and responsible use

This actor extracts publicly available business directory pages.

You are responsible for using the data in compliance with applicable laws, platform terms, privacy rules, and email/CRM regulations.

Do not use scraped contact data for spam.

Respect opt-out requests and internal compliance policies.

### Related scrapers

- [Messe Frankfurt Exhibitor List Scraper](https://apify.com/automation-lab/messe-frankfurt-exhibitor-list-scraper)
- [Nürnberg Messe Exhibitor List Scraper](https://apify.com/automation-lab/nuernberg-messe-exhibitor-list-scraper)
- [Messe Munich Exhibitor Scraper](https://apify.com/automation-lab/messe-munich-exhibitor-scraper)

### Changelog

Initial version extracts Hannover Messe / Deutsche Messe exhibitor search results with optional detail enrichment.

### Support

If the source website changes or you need additional Deutsche Messe events, open an issue on the Apify actor page with an example URL and expected output fields.

# Actor input Schema

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

Hannover Messe / Deutsche Messe exhibitor search pages. Use the default for the current Hannover Messe exhibitor directory.

## `search` (type: `string`):

Optional keyword to filter exhibitors by company, product, or description (for example: robotics, hydrogen, software).

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

Maximum number of exhibitor records to save.

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

Fetch each profile page for website, contact form URL, address, and product names. Slower but richer.

## `delayMs` (type: `integer`):

Polite delay between paginated/detail requests. Increase for large enriched runs.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.hannovermesse.de/en/search/?category=ep"
    }
  ],
  "maxItems": 20,
  "includeDetails": false,
  "delayMs": 100
}
```

# 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 = {
    "startUrls": [
        {
            "url": "https://www.hannovermesse.de/en/search/?category=ep"
        }
    ],
    "search": "",
    "maxItems": 20,
    "includeDetails": false,
    "delayMs": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/deutsche-messe-exhibitor-list-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 = {
    "startUrls": [{ "url": "https://www.hannovermesse.de/en/search/?category=ep" }],
    "search": "",
    "maxItems": 20,
    "includeDetails": False,
    "delayMs": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/deutsche-messe-exhibitor-list-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 '{
  "startUrls": [
    {
      "url": "https://www.hannovermesse.de/en/search/?category=ep"
    }
  ],
  "search": "",
  "maxItems": 20,
  "includeDetails": false,
  "delayMs": 100
}' |
apify call automation-lab/deutsche-messe-exhibitor-list-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Deutsche Messe Exhibitor List Scraper",
        "description": "Scrape Hannover Messe and Deutsche Messe exhibitor directories for company lead lists, booth locations, profile URLs, websites, and event intelligence.",
        "version": "0.1",
        "x-build-id": "yJ80PWk6bjBqiSiAW"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~deutsche-messe-exhibitor-list-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-deutsche-messe-exhibitor-list-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~deutsche-messe-exhibitor-list-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-deutsche-messe-exhibitor-list-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~deutsche-messe-exhibitor-list-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-deutsche-messe-exhibitor-list-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",
                "properties": {
                    "startUrls": {
                        "title": "Exhibitor search URLs",
                        "type": "array",
                        "description": "Hannover Messe / Deutsche Messe exhibitor search pages. Use the default for the current Hannover Messe exhibitor directory.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "search": {
                        "title": "Search term",
                        "type": "string",
                        "description": "Optional keyword to filter exhibitors by company, product, or description (for example: robotics, hydrogen, software)."
                    },
                    "maxItems": {
                        "title": "Maximum exhibitors",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of exhibitor records to save.",
                        "default": 20
                    },
                    "includeDetails": {
                        "title": "Open exhibitor detail pages",
                        "type": "boolean",
                        "description": "Fetch each profile page for website, contact form URL, address, and product names. Slower but richer.",
                        "default": false
                    },
                    "delayMs": {
                        "title": "Request delay (ms)",
                        "minimum": 0,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Polite delay between paginated/detail requests. Increase for large enriched runs.",
                        "default": 100
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
