# Twitch Email Scraper Fast Advanced And Cheapest (`scrapers-hub/twitch-email-scraper-fast-advanced-and-cheapest`) Actor

🚀 Get targeted Twitch emails fast with “Twitch Email Scraper Fast Advanced And Cheapest”! ⚡ Advanced extraction, quick results, and budget-friendly pricing—perfect for outreach, lead gen, and creator research. 📧

- **URL**: https://apify.com/scrapers-hub/twitch-email-scraper-fast-advanced-and-cheapest.md
- **Developed by:** [Scrapers Hub](https://apify.com/scrapers-hub) (community)
- **Categories:** Lead generation, Social media, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.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/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

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

**Twitch Email Scraper - Fast, Advanced and Cheapest** is an Apify actor that automatically **extracts email addresses from Twitch** based on the keywords and email-domain filters you choose. Whether you’re looking for a **Twitch email extractor**, **Twitch contact email scraper**, or a **Twitch outreach email tool**, this actor helps you solve the “where do I find the right creator emails?” problem fast—so you can scale lead research and outreach without manual searching.

---

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

| Feature | Benefit |
|---|---|
| ✅ **Email-focused Twitch scraping** | Extracts emails from Twitch listings using your keywords and domain filters |
| ✅ **Keyword × domain coverage** | Lets you run multiple keyword and domain combinations in one job for broader results |
| ✅ **Reliability and resilience** | Includes handling for empty results, skips stalled pages, and supports resumed runs |
| ✅ **Structured dataset output** | Stores results in a dedicated dataset with consistent fields for easy export |
| ✅ **Built for scale** | Incrementally pushes data during the run, so results are available even before completion |
| ✅ **Limit controls for cost awareness** | Uses a configurable max email limit and applies a free-tier cap when applicable |

---

### Key features

- 🔍 **Twitch email extraction built for outreach**: Finds email addresses from Twitch using the keywords you provide.
- 🧩 **Flexible targeting inputs**: Combine multiple keywords with multiple `customDomains` (for example `@gmail.com`) to steer results toward the contacts you want.
- 🛡️ **Resumable runs**: Saves progress (including a deduplicated list of seen emails) so you can continue where you left off.
- 🔄 **Resilience with stopping rules**: Stops early when repeated pages yield no new emails and enforces an email cap to keep runs predictable.
- 📊 **Clean, structured output**: Pushes rows to the dataset with keyword, title, description, url, and email—ready for analysis or CRM import.
- 💾 **Incremental data saving**: Pushes each found record immediately, reducing the chance of losing results if a run ends early.
- 🌐 **Domain-filtered results**: Extracts emails only matching the configured custom email domains.

---

### Input

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

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

#### Input Fields

| Field | Required | Description |
|---|---:|---|
| `keywords` | ✅ Yes | A list of keywords (or queries) used to guide which Twitch leads to look for and which contact signals to extract emails from. |
| `location` | ❌ No | Optional location text used to narrow results to a specific region. Leave empty to avoid location filtering. |
| `customDomains` | ❌ No | A list of email domains (for example `@gmail.com`, `@yahoo.com`). The actor extracts emails that match these domains. |
| `maxEmails` | ❌ No | The maximum number of emails to collect. The run stops once this limit is reached (helpful to control cost/time). |

***

### Output

After execution, the actor pushes results incrementally into the **Twitch Emails Dataset** in JSON format.

Example output item (one pushed record):

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

#### Output Fields

| Field | Type | Description |
|---|---|---|
| `network` | string | The source network label used for each record (`"Twitch.com"`). |
| `keyword` | string | The keyword that was used for the current extraction batch. |
| `title` | string | Title text captured alongside the result being processed. |
| `description` | string | The extracted text content used to pull emails from the available snippet text. |
| `url` | string | The URL associated with the result record. |
| `email` | string | The extracted email address (matching one of your `customDomains`). |

> Dataset transformation fields (as configured) include: `keyword`, `title`, `description`, `url`, `email`.

***

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

1. **Open Apify Console**\
   Go to [console.apify.com](https://console.apify.com) and sign in.

2. **Find the actor**\
   Search for **Twitch Email Scraper - Fast, Advanced and Cheapest** in the Actors marketplace.

3. **Configure INPUT**\
   In the **INPUT** section, set:
   `keywords` (required), and optionally `location`, `customDomains`, and `maxEmails`.

4. **Set your targeting strategy (recommended)**\
   Use a few **Twitch email extractor**-style keywords (for example job roles) and a focused set of domains like `@gmail.com` or `@yahoo.com` to improve relevance for **Twitch outreach email tool** use cases.

5. **Choose your run options for time**\
   The actor can take longer with bigger searches or higher limits. You can extend the timeout in **Run Options** (default: 3600 seconds / 1 hour).

6. **Run the actor**\
   Click **Run**. Watch real-time logs—progress is saved and results are pushed incrementally while the run is active.

7. **Review results in the dataset**\
   When the run finishes (or during execution), open the **Twitch Emails Dataset** and export to JSON or CSV from the **OUTPUT** tab.

No coding required — get accurate results in minutes with **Twitch Email Scraper - Fast, Advanced and Cheapest**. ✅

***

### Advanced features & SEO optimization

- ⚡ **Engineered for “fast Twitch email scraper” workflows**: Optimized around bulk keyword and domain combinations so you can gather emails quickly for outreach.
- 🎯 **Keyword and domain-driven extraction**: Better results come from using targeted keywords and specific domains (for example `@gmail.com`), a common pattern for **advanced Twitch email scraper** setups.
- 🧭 **Resumable progress**: If you interrupt a run, it can resume based on saved cursor state and previously seen emails.
- 🧯 **Stop conditions for cleaner performance**: Includes logic to stop when repeated pages stop yielding new emails, helping **cheapest Twitch email scraper** buyers avoid waste.
- 📝 **Built-in logging for troubleshooting**: You get run-time visibility to understand what’s happening during extraction.

***

### Best use cases

- 📈 **Growth marketers building Twitch lead generation email scraper lists**: Rapidly collect creator emails for outreach campaigns without manual research time.
- 👥 **Influencer managers finding Twitch influencer email finder contacts**: Identify likely contact emails by using targeted creator-related keywords and email domains.
- 🏢 **B2B teams enriching creator communications**: Use `customDomains` to focus on domains that match your preferred outreach channels.
- 🔎 **Researchers analyzing public contact signals**: Build a repeatable dataset of Twitch email data for segmentation and analysis.
- 🛠️ **Developers feeding CRM pipelines**: Export the dataset fields (`keyword`, `title`, `description`, `url`, `email`) and load them into your tools.
- 📬 **Email marketing teams expanding sender lists**: Assemble a structured Twitch email list scraper output you can review and process downstream.
- 💼 **Recruiters and community managers**: Search by role-like keywords to extract emails from publicly available Twitch sources.

***

### Technical specifications

**Supported Input Formats**

- ✅ `keywords` as an array of strings (**required**)
- ✅ `location` as a string (optional)
- ✅ `customDomains` as an array of strings (optional)
- ✅ `maxEmails` as an integer (optional; subject to free-tier limitations)

**Proxy Support**

- ✅ Built-in proxy support for reliable scraping
- ✅ Uses Apify proxy configuration when running through Apify

**Retry Mechanism**

- ✅ Includes resilience logic for empty results and run stability

**Dataset Structure**

- ✅ Dataset title: **Twitch Emails Dataset**
- ✅ View: **Scraped Leads**
- ✅ Fields: `keyword`, `title`, `description`, `url`, `email`

**Rate Limits & Performance**

- ✅ Performance depends on search size and limits
- ✅ Timeout can be extended via **Run Options** (default: 3600 seconds / 1 hour)

**Limitations**

- ✅ Uses a configurable `maxEmails` cap
- ✅ Free users can be limited to a maximum of **100 emails maximum** (as enforced by the actor)

***

### FAQ

#### Does Twitch Email Scraper - Fast, Advanced and Cheapest require an API key or coding?

✅ No. You can run it directly from Apify Console using the provided INPUT fields (`keywords`, optional `location`, `customDomains`, and `maxEmails`). No code changes are required for typical use.

#### What does this actor extract emails from?

✅ It extracts email addresses from publicly available Twitch web data using your provided keywords and email-domain filters.

#### How do I get better results with a Twitch email extractor?

✅ Use more targeted keywords and include specific email domains in `customDomains`. The actor is designed to yield better contact relevance when your criteria are focused (for example `@gmail.com`).

#### Can I control how many emails are collected?

✅ Yes. Set `maxEmails` to cap the number of unique emails collected for the run. This helps manage time and cost—though results are not guaranteed to reach the exact number if relevant matches are limited.

#### Is the run resumable if it stops early?

✅ Yes. The actor saves progress and previously seen emails, so rerunning can continue from the saved cursor state.

#### Do free users have restrictions?

✅ Yes. When running as a free user on Apify, the actor applies a cap of **100 emails maximum**. Upgrading to a paid plan removes this limitation.

#### Where can I see the output data?

✅ The actor pushes records into the **Twitch Emails Dataset** under the **Scraped Leads** view, with fields `keyword`, `title`, `description`, `url`, and `email`.

#### Is this legal and compliant to use?

✅ This actor works with **publicly accessible sources**. You are responsible for complying with applicable laws, privacy rules, spam regulations, and platform terms. Use it responsibly for legitimate outreach and data processing.

***

### Support & feature requests

Want to improve **Twitch Email Scraper - Fast, Advanced and Cheapest**? Share feedback on what would make the **Twitch contact email scraper** experience even better.

- 💡 **Feature Requests**: Examples include adding CSV-friendly export options, expanding output fields, or improving matching behavior for specific lead-generation workflows.
- 📧 **Contact**: For support and enhancements, email us at <dataforleads@gmail.com>.

Your feedback helps shape the roadmap for the most useful Twitch email gathering software. 🚀

***

### *Twitch Email Scraper - Fast, Advanced and Cheapest* — scrape smarter, outreach faster, and collect Twitch creator emails at scale.\*

***

### Disclaimer

This tool only accesses **publicly accessible sources**. It does not access private profiles, authenticated data, or password-protected pages. It’s your responsibility to comply with applicable laws (including GDPR/CCPA where relevant), spam regulations, and platform terms of service.

For data removal requests, contact <dataforleads@gmail.com>. Please use **Twitch Email Scraper - Fast, Advanced and Cheapest** responsibly, ethically, and for legitimate purposes only.

# 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("scrapers-hub/twitch-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("scrapers-hub/twitch-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 scrapers-hub/twitch-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=scrapers-hub/twitch-email-scraper-fast-advanced-and-cheapest",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Twitch Email Scraper Fast Advanced And Cheapest",
        "description": "🚀 Get targeted Twitch emails fast with “Twitch Email Scraper Fast Advanced And Cheapest”! ⚡ Advanced extraction, quick results, and budget-friendly pricing—perfect for outreach, lead gen, and creator research. 📧",
        "version": "1.0",
        "x-build-id": "LhzNfvg22Pxnp0WuA"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapers-hub~twitch-email-scraper-fast-advanced-and-cheapest/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapers-hub-twitch-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/scrapers-hub~twitch-email-scraper-fast-advanced-and-cheapest/runs": {
            "post": {
                "operationId": "runs-sync-scrapers-hub-twitch-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/scrapers-hub~twitch-email-scraper-fast-advanced-and-cheapest/run-sync": {
            "post": {
                "operationId": "run-sync-scrapers-hub-twitch-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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
