# Discord Email Scraper Fast Advanced And Cheapest (`solid-scraper/discord-email-scraper-fast-advanced-and-cheapest`) Actor

📧 Extract verified emails fast with Discord Email Scraper—Advanced & budget-friendly. Target leads by keywords, scrape efficiently, and boost outreach for sales, agencies & marketing teams. 🚀 Get the cheapest results today!

- **URL**: https://apify.com/solid-scraper/discord-email-scraper-fast-advanced-and-cheapest.md
- **Developed by:** [SolidScraper](https://apify.com/solid-scraper) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

### Discord Email Scraper - Fast, Advanced and Cheapest 📬

**Discord Email Scraper - Fast, Advanced and Cheapest** helps you extract email addresses from Discord using the keywords and filters you specify. If you’re searching for a **discord email scraper**, a **discord emails extractor**, or a **discord leads email scraper**, this tool streamlines contact discovery from publicly available web data—so you can build outreach lists faster and avoid hours of manual searching. Whether you’re a marketer, recruiter, researcher, or data analyst, it’s built to help you scale email harvesting into a repeatable workflow, saving you hours of manual work.

---

### Why choose Discord Email Scraper - Fast, Advanced and Cheapest?

| Feature | Benefit |
| --- | --- |
| ✅ Email extraction from Discord-focused sources | Quickly collects emails that match your keyword + domain filters |
| ✅ Keyword + domain filtering | Improves relevance by targeting specific email extensions (e.g. `@gmail.com`) |
| ✅ Max email limit control | Prevents runaway runs and helps you control cost/time |
| ✅ Resumable progress | Continues from where it left off using saved progress state |
| ✅ Structured dataset output | Produces consistent records you can analyze or import into tools |
| ✅ Runs incrementally with real-time pushes to dataset | Data becomes available as results are found (not only at the end) |

---

### Key features

- 🔎 **Keyword + filter driven extraction**: Uses your `keywords` to search for relevant Discord email addresses.
- 🎯 **Custom email-domain targeting**: Supports `customDomains` so you can focus on specific email providers (like `@gmail.com`).
- 📍 **Optional location filtering**: Use `location` to narrow results when you need regional targeting.
- 🧩 **Controlled volume with max emails**: Stops when `maxEmails` is reached to help manage runtime and cost.
- 🔄 **Resumable scraping**: Saves progress and already-seen emails so reruns can pick up where they stopped.
- 🛡️ **Reliability-oriented execution**: Includes resilience behaviors and stopping rules to avoid wasting time on unproductive pages.
- 💾 **Structured output for analysis**: Pushes consistent fields like `keyword`, `title`, `url`, and `email` into the dataset.
- 🌐 **Bulk-friendly workflow**: Designed for multiple keywords and multiple domains in a single run.

---

### Input

Provide input via an `input.json` file. Example structure:

```json
{
  "keywords": ["manager", "founder"],
  "location": "United States",
  "customDomains": ["@gmail.com", "@yahoo.com"],
  "maxEmails": 50
}
````

#### Input Fields

| Field | Required | Description |
| --- | --- | --- |
| `keywords` | Yes | A list of keywords or queries to search for. These are the basis of your **discord email scraper** targeting. |
| `location` | No | Location to filter results. Leave it empty if you don’t need geographic targeting. |
| `customDomains` | No | List of custom email domains (e.g. `@gmail.com`, `@yahoo.com`). Helps the actor focus on email types you care about. |
| `maxEmails` | No | Maximum number of emails to collect. The scraper stops once this limit is reached. Higher values may increase time/cost but don’t guarantee the exact number will be found. |

***

### Output

The actor saves results into a dataset in JSON format.

The dataset (title: **Discord Emails Dataset**) stores records with these fields:

```json
[
  {
    "network": "Discord.com",
    "keyword": "manager",
    "title": "No title",
    "description": "No data",
    "url": "No URL",
    "email": "example@gmail.com"
  }
]
```

#### Output Fields

| Field | Type | Description |
| --- | --- | --- |
| `network` | string | Source network label used in the dataset (`Discord.com`). |
| `keyword` | string | The keyword from your input that led to this result. |
| `title` | string | The title text associated with the found item. |
| `description` | string | A text snippet/description extracted from the result. |
| `url` | string | The URL associated with the found item. |
| `email` | string | The extracted email address. |
| `error_message` | string | Not present in the dataset schema/fields pushed by the actor (no error field is pushed in the source code). |

> Export note: after the run, you can export the dataset in common formats (for example, JSON/CSV) from the Apify Console dataset page.

***

### How to use Discord Email Scraper - Fast, Advanced and Cheapest (via Apify Console)

1. **Open Apify Console**\
   Log in to the Apify Console at https://console.apify.com and open the Actors page.

2. **Find the actor**\
   Search for **Discord Email Scraper - Fast, Advanced and Cheapest** and open the actor details.

3. **Go to the INPUT section**\
   Enter your `keywords` (required), and optionally set `location`, `customDomains`, and `maxEmails`.

4. **Configure targeting for better results**\
   Add email domains in `customDomains` (for example `@gmail.com`) to build a more focused **discord emails extractor** output.

5. **Set your limit**\
   Use `maxEmails` to control how many unique emails you want to collect in this run (useful for **bulk discord email scraper** workflows).

6. **Run the actor**\
   Click **Run**. During execution, you’ll see progress and logs as emails are found and pushed.

7. **Open the dataset output**\
   After the run, open the dataset named **Discord Emails Dataset** and view results in the table.

8. **Export the data**\
   Export your scraped leads for downstream use (for example, analysis, segmentation, or CRM import). No coding required—get accurate results in minutes.

***

### Advanced features & SEO optimization

- 🚀 **Engineered for discord email scraping at scale**: Works across multiple `keywords` and multiple `customDomains`, making it a practical **advanced discord email scraper** for lead discovery workflows.
- ⏱️ **Runtime control with max emails**: The scraper stops after reaching your `maxEmails`, helping you run **fast discord email scraper** jobs without excessive over-collection.
- 🔄 **Progress persistence for resumability**: Saves progress and reuses already-seen emails, so you can pause/continue instead of starting over.
- 🧠 **More targeted queries improve outcomes**: Like most **discord email harvesting software**, better input specificity (keywords + domains like `@company.com`) tends to improve result relevance.
- 📊 **Consistent structured data**: Each pushed record includes the key fields you’ll need for a **discord email list generator** workflow (`keyword`, `url`, `email`, etc.).

***

### Best use cases

- 📈 **Growth teams building outreach lists**: Collect Discord-related emails from publicly available sources to expand top-of-funnel contact volume.
- 🧑‍💼 **Recruiters sourcing hiring leads**: Find candidate or role-adjacent contacts by keyword-driven extraction and domain filtering.
- 🏢 **B2B lead gen teams targeting domains**: Use `customDomains` (like provider or organization-style domains) to shape a cleaner **discord leads email scraper** dataset.
- 🔎 **Market researchers validating communities**: Build a contact map for analysis by keyword and email provider type.
- 🛠️ **Data analysts enriching lead tables**: Push structured rows (`keyword`, `url`, `email`, `description`) into workflows for segmentation and scoring.
- 💻 **Developers automating email pipeline jobs**: Use this **discord email scraper API**-style output (dataset records) as a step in a larger automation process.

***

### Technical specifications

- **Supported Input Formats**
  - ✅ `keywords` as an array
  - ✅ Optional `location` as a string
  - ✅ Optional `customDomains` as an array
  - ✅ Optional `maxEmails` as an integer (1–10000)

- **Proxy Support**
  - ✅ Built-in proxy support is used for reliable scraping behavior.

- **Retry Mechanism**
  - ✅ Includes resilience behaviors and stopping rules when results are unproductive.

- **Dataset Structure**
  - ✅ Dataset: **Discord Emails Dataset**
  - ✅ Output fields pushed per record:
    - `network`, `keyword`, `title`, `description`, `url`, `email`

- **Rate Limits & Performance**
  - ✅ Bigger searches/higher limits can take longer.
  - ✅ The run can be extended via Apify **Run Options** timeout (default described as 3600 seconds / 1 hour).

- **Limitations**
  - ✅ Free users are limited to a maximum of **100 emails** (enforced by the actor).
  - ❌ No data for records without extracted emails will appear (output only includes found email matches).

***

### FAQ

#### Is Discord Email Scraper - Fast, Advanced and Cheapest free to use?

There is a free-user limitation enforced by the actor: free runs cap results at a maximum of **100 emails**. If you need more than that, you’ll need a paid plan so `maxEmails` isn’t restricted.

#### What input do I need to start with?

You must provide `keywords`. You can optionally add `location` to narrow results, `customDomains` to focus on specific email domains, and `maxEmails` to control how many unique emails to collect.

#### Can I target specific email providers (like Gmail)?

Yes. Use `customDomains` with values like `@gmail.com` and/or `@yahoo.com`. This is one of the best ways to improve result relevance for a **discord emails extractor** workflow.

#### Does it return emails only, or other data too?

It pushes structured records that include more than the email address—specifically `keyword`, `title`, `description`, and `url` alongside `email`.

#### Will it stop automatically, or can it run indefinitely?

It stops when it reaches your `maxEmails` value (if provided). If you don’t set a limit, the actor may collect more until results become unproductive or the run ends.

#### Is there a way to resume if my run stops?

Yes. The actor saves progress and tracks already-seen emails, so reruns can resume from the last saved cursor state.

#### How do I export the results?

After the run completes, open the actor’s dataset (**Discord Emails Dataset**) in Apify Console and export from there (for example, JSON/CSV depending on what Apify offers for that dataset view).

#### Is it compliant to scrape publicly available sources?

✅ **The tool only accesses publicly accessible sources**. You still must follow applicable laws and platform terms (including GDPR/CCPA, spam regulations, and the target platforms’ rules) for how you store and use the collected data.

***

### Support & feature requests

Want to improve **Discord Email Scraper - Fast, Advanced and Cheapest** for your **discord email scraper** workflow? Share your feedback and feature ideas.

- 💡 **Feature Requests**: Examples include adding more export-friendly fields, improving filtering options beyond `customDomains`, or enhancing how **bulk discord email scraper** runs are managed.
- 📧 **Contact**: For support or proposals, email <dataforleads@gmail.com>.

Your feedback helps shape future improvements to this **discord email extraction tool**.

***

### Closing CTA / Final thoughts

*Get the most comprehensive and SEO-optimized **Discord Email Scraper - Fast, Advanced and Cheapest** workflow for email discovery from publicly available sources—built for speed, control, and structured output.*

# Actor input Schema

## `keywords` (type: `array`):

A list of keywords or queries to search for.

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

Location to filter search results.

## `customDomains` (type: `array`):

List of custom email domains

## `maxEmails` (type: `integer`):

Maximum number of emails to collect. The scraper will stop once this limit is reached. Setting a higher limit allows for more potential results but doesn't guarantee reaching that number. This helps save costs by controlling scraping time.

## Actor input object example

```json
{
  "keywords": [
    "manager",
    "founder"
  ],
  "location": "",
  "customDomains": [
    "@gmail.com",
    "@yahoo.com"
  ],
  "maxEmails": 20
}
```

# 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 = {
    "keywords": [
        "manager",
        "founder"
    ],
    "location": "",
    "customDomains": [
        "@gmail.com",
        "@yahoo.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("solid-scraper/discord-email-scraper-fast-advanced-and-cheapest").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 = {
    "keywords": [
        "manager",
        "founder",
    ],
    "location": "",
    "customDomains": [
        "@gmail.com",
        "@yahoo.com",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("solid-scraper/discord-email-scraper-fast-advanced-and-cheapest").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 '{
  "keywords": [
    "manager",
    "founder"
  ],
  "location": "",
  "customDomains": [
    "@gmail.com",
    "@yahoo.com"
  ]
}' |
apify call solid-scraper/discord-email-scraper-fast-advanced-and-cheapest --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=solid-scraper/discord-email-scraper-fast-advanced-and-cheapest",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Discord Email Scraper Fast Advanced And Cheapest",
        "description": "📧 Extract verified emails fast with Discord Email Scraper—Advanced & budget-friendly. Target leads by keywords, scrape efficiently, and boost outreach for sales, agencies & marketing teams. 🚀 Get the cheapest results today!",
        "version": "1.0",
        "x-build-id": "no6bzmv0zVLdc5gw0"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/solid-scraper~discord-email-scraper-fast-advanced-and-cheapest/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-solid-scraper-discord-email-scraper-fast-advanced-and-cheapest",
                "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/solid-scraper~discord-email-scraper-fast-advanced-and-cheapest/runs": {
            "post": {
                "operationId": "runs-sync-solid-scraper-discord-email-scraper-fast-advanced-and-cheapest",
                "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/solid-scraper~discord-email-scraper-fast-advanced-and-cheapest/run-sync": {
            "post": {
                "operationId": "run-sync-solid-scraper-discord-email-scraper-fast-advanced-and-cheapest",
                "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": [
                    "keywords"
                ],
                "properties": {
                    "keywords": {
                        "title": "Keywords or Queries",
                        "type": "array",
                        "description": "A list of keywords or queries to search for.",
                        "default": [
                            "manager",
                            "founder"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Location to filter search results.",
                        "default": ""
                    },
                    "customDomains": {
                        "title": "Enter Custom Email Domains (e.g. @gmail.com, @yahoo.com)",
                        "type": "array",
                        "description": "List of custom email domains",
                        "default": [
                            "@gmail.com",
                            "@yahoo.com"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxEmails": {
                        "title": "Enter Max Emails",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of emails to collect. The scraper will stop once this limit is reached. Setting a higher limit allows for more potential results but doesn't guarantee reaching that number. This helps save costs by controlling scraping time.",
                        "default": 20
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
