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

📧 Find SoundCloud creator emails fast with Soundcloud Email Scraper—advanced, accurate, and cost-effective. Filter by keywords & locations for targeted leads. Perfect for outreach, marketing, and lead gen 🚀⚡

- **URL**: https://apify.com/solid-scraper/soundcloud-email-scraper-fast-advanced-and-cheapest.md
- **Developed by:** [SolidScraper](https://apify.com/solid-scraper) (community)
- **Categories:** Lead generation, Automation, Social media
- **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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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

### Soundcloud Email Scraper - Fast, Advanced and Cheapest

**Soundcloud Email Scraper - Fast, Advanced and Cheapest** is an actor that extracts email addresses from Soundcloud based on the keywords and filters you choose. Whether you’re a marketer, outreach specialist, data analyst, or researcher, this **Soundcloud email scraper** helps you solve the same problem: finding relevant contact emails at scale without manually searching and copying data from profiles. It supports **email harvesting from SoundCloud** using **targeted keywords** and **custom email-domain filters** (for example `@gmail.com`)—so you can build a clean **SoundCloud artists email list** faster and more efficiently.

---

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

| Feature | Benefit |
| --- | --- |
| ✅ **Soundcloud-focused email extraction** | Extract emails from Soundcloud using your keywords to speed up lead research |
| ✅ **Custom email domains filter (`customDomains`)** | Focus results on domains you prefer (e.g. `@gmail.com`, `@yahoo.com`) for better outreach relevance |
| ✅ **Resume support for long runs** | Continues where it left off using stored progress so you don’t lose work |
| ✅ **Max emails limit (`maxEmails`)** | Controls run length and stops once your target volume is reached (helpful for cost control) |
| ✅ **Structured dataset output** | Pushes rows with keyword context, page title/description, URL, and the extracted email |
| ✅ **Incremental saving to dataset** | Sends results to the dataset as they are found for immediate access and export |

---

### Key features

- 📬 **Accurate email extraction**: Extracts email addresses found in publicly available content and pushes them into your dataset
- 🔎 **Keyword-driven discovery**: Uses your `keywords` list to find relevant Soundcloud profiles and contact references
- 🧩 **Domain-targeted results**: Filters for emails matching the `customDomains` you provide (great for building a **SoundCloud contact email finder** workflow)
- 🔄 **Resume-ready progress**: Saves cursor + seen emails so reruns can pick up where the previous run stopped
- 💾 **Incremental dataset output**: Each discovered email produces a dataset row immediately (no waiting for the entire run to finish)
- 🎯 **Scales with limits**: Uses `maxEmails` to stop when enough emails are collected (while still allowing more potential leads to be found)
- 🛡️ **Resilience for large searches**: Designed with retry and fallback behaviors to keep runs moving when pages don’t return results

---

### Input

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

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

#### Input Fields

| Field | Required | Description |
| --- | --- | --- |
| `keywords` | Yes | A list of keywords or queries to search for. These keywords drive which Soundcloud leads are targeted for email extraction. |
| `location` | No | Location text used to filter search results. Leave empty for no location filtering. |
| `customDomains` | No | List of custom email domains to focus on (for example `@gmail.com`, `@yahoo.com`). Emails are extracted only when they match these domains. |
| `maxEmails` | No | Maximum number of emails to collect. The scraper stops once this limit is reached. Higher limits may take longer and don’t guarantee the exact target will always be reached. |

***

### Output

The actor pushes results into the dataset in JSON row format.

Example dataset item pushed to **Scraped Leads**:

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

#### Output Fields

| Field | Type | Description |
| --- | --- | --- |
| `network` | string | The network source identifier set by the actor (`Soundcloud.com`). |
| `keyword` | string | The keyword from your input that led to the discovered result. |
| `title` | string | The page title text extracted from the result. |
| `description` | string | Extracted description text (or `No data` when unavailable). |
| `url` | string | URL found for the result (or `No URL` when unavailable). |
| `email` | string | The extracted email address found in the result content. |

Tip: Since rows are pushed incrementally as the scraper runs, you can export your dataset to **JSON or CSV** after the run completes.

***

### How to use Soundcloud 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 **Soundcloud Email Scraper - Fast, Advanced and Cheapest** in the Actors marketplace.

3. **Go to the INPUT section**\
   Use the built-in input form or paste the `input.json` structure matching the schema below.

4. **Enter your keywords**\
   Add 2–10 job-title style keywords or outreach terms in `keywords` (this drives the **SoundCloud email extraction tool** behavior).

5. **Optional: add domain filters**\
   Use `customDomains` to focus on the email providers you want to collect (example: `@gmail.com`).

6. **Optional: set `maxEmails`**\
   Set `maxEmails` to control how many unique emails you want. The actor stops when the limit is reached.

7. **Run the actor**\
   Click **Run**. During execution, check the logs for progress, including when the scraper resumes and when it finds/pushes emails.

8. **Export results from the dataset**\
   After completion, open the default dataset **Scraped Leads** and export your data (JSON/CSV available in the dataset UI).

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

***

### Advanced features & SEO optimization

- 🚀 **Engineered for “SoundCloud email scraper” workflows**: Designed to excel at **SoundCloud email mining software** use cases like building a **SoundCloud artists email list** from targeted keywords.
- 🧠 **Input normalization for keywords**: Handles `keywords` whether you provide them as a list (and ensures the run always has workable keyword input).
- 📊 **Timeout-aware runs**: Larger searches and higher limits may take longer; you can extend the timeout in **Run Options** (default: 3600 seconds / 1 hour).
- 🔍 **Better coverage when you widen filters**: If results are limited, the actor guidance suggests trying wider keywords, adding similar terms, or including more domains.
- 💾 **Detailed incremental saving**: Progress and collected emails are saved so your **SoundCloud influencer email scraper** runs can be resilient across interruptions.

***

### Best use cases

- 📈 **Lead generation for SoundCloud creators**: Build a **SoundCloud outreach email scraper** output fast to enrich your contact lists before outreach.
- 🎓 **Market research on creator niches**: Use keyword sets (e.g. roles like “manager” or “founder”) to find contacts connected to relevant Soundcloud activity.
- ✉️ **Cold email campaign preparation**: Collect emails filtered by domains you trust (via `customDomains`) to improve deliverability targeting.
- 🧾 **Sales and partnerships research**: Quickly compile contact emails for potential partners tied to Soundcloud profiles.
- 🔎 **Data enrichment pipelines**: Feed extracted rows into your CRM or enrichment system using the structured fields (`keyword`, `title`, `url`, `email`).
- 🧠 **Analyst-driven outreach segmentation**: Segment results by keyword and domain to compare which message angles perform best.
- 🛠️ **Bulk email mining software workflows**: Run multiple keyword/domain batches and export results to JSON/CSV for downstream analysis.

***

### Technical specifications

- **Supported Input Formats**
  - ✅ `keywords` as an array of strings (required)
  - ✅ `location` as a string (optional)
  - ✅ `customDomains` as an array of strings like `@gmail.com` (optional)
  - ✅ `maxEmails` as an integer between 1 and 10000 (optional)

- **Proxy Support**
  - ✅ Built-in proxy support for reliable scraping
  - The actor uses proxy configuration internally for page fetching to improve reliability.

- **Retry Mechanism**
  - ✅ Includes retries and fallbacks for resilience when pages don’t yield results

- **Dataset Structure**
  - ✅ Default dataset title: **Soundcloud Emails Dataset**
  - ✅ Dataset view: **Scraped Leads**
  - ✅ Each pushed dataset row includes: `keyword`, `title`, `description`, `url`, `email`

- **Rate Limits & Performance**
  - ✅ Includes built-in delays between page fetches
  - ✅ Uses `maxEmails` to stop early when you reach your target

- **Limitations**
  - ❌ Results depend on publicly available sources and what emails/domains are visible
  - ❌ Setting higher `maxEmails` can increase runtime, and reaching the exact number isn’t guaranteed

***

### FAQ

#### Does Soundcloud Email Scraper - Fast, Advanced and Cheapest require authentication?

✅ No login is required from you. The actor is designed to work with publicly available sources and extract emails based on your provided keywords and domain filters.

#### What does the actor extract?

✅ It extracts email addresses from publicly available content related to Soundcloud, and pushes structured rows into the dataset including `keyword`, `title`, `description`, `url`, and `email`.

#### How do custom email domains work?

✅ You provide `customDomains` like `@gmail.com` and `@yahoo.com`. The actor extracts emails that match those domains, helping you focus on the email providers most relevant to your outreach workflow.

#### Can I control how many emails I collect?

✅ Yes. Use `maxEmails`. The actor will stop once the limit is reached, which helps control scraping time and costs. Keep in mind that the actor can stop before reaching the target if results run out.

#### Will the actor resume if the run is interrupted?

✅ Yes. It saves progress using a stored cursor and a list of already seen emails, so it can continue from where it left off in a later run.

#### Is there a free-tier limitation?

✅ When running on Apify with a free (not paying) plan, the actor applies a result cap of **100 emails maximum**. Upgrading removes this limitation.

#### What dataset will I find the results in?

✅ Results are pushed into the dataset view named **Scraped Leads**, under the dataset title **Soundcloud Emails Dataset**.

#### How can I request data removal?

For data removal requests, contact <dataforleads@gmail.com>.

***

### Support & feature requests

Want to improve **Soundcloud Email Scraper - Fast, Advanced and Cheapest** or suggest enhancements for your **SoundCloud email scraper** workflow? We’re listening.

- 💡 **Feature Requests**: Want CSV export options, better filtering controls, or CRM integration-friendly output formats? Share your ideas and use cases.
- 📧 **Contact**: Send a message to <dataforleads@gmail.com>.

Your feedback helps shape the roadmap for this **Soundcloud Email Scraper - Fast, Advanced and Cheapest**.

***

### Closing CTA / Final thoughts

*If you’re looking for the most comprehensive and SEO-optimized Soundcloud Email Scraper - Fast, Advanced and Cheapest, this actor gives you a practical, scalable way to extract SoundCloud contact emails with keyword and domain control.* *Run it with your target keywords today and export your dataset right after results start landing.*

***

### Disclaimer

This tool only accesses **publicly accessible sources**. It does not access private profiles, authenticated data, or password-protected pages.

It is your responsibility to comply with applicable laws and regulations (for example GDPR/CCPA), as well as platform terms of service and relevant spam/privacy rules.

For any data removal requests, contact <dataforleads@gmail.com>. Please use this scraper 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("solid-scraper/soundcloud-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/soundcloud-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/soundcloud-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/soundcloud-email-scraper-fast-advanced-and-cheapest",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Soundcloud Email Scraper Fast Advanced And Cheapest",
        "description": "📧 Find SoundCloud creator emails fast with Soundcloud Email Scraper—advanced, accurate, and cost-effective. Filter by keywords & locations for targeted leads. Perfect for outreach, marketing, and lead gen 🚀⚡",
        "version": "1.0",
        "x-build-id": "uPwH7EhWWPL9APrvI"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/solid-scraper~soundcloud-email-scraper-fast-advanced-and-cheapest/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-solid-scraper-soundcloud-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~soundcloud-email-scraper-fast-advanced-and-cheapest/runs": {
            "post": {
                "operationId": "runs-sync-solid-scraper-soundcloud-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~soundcloud-email-scraper-fast-advanced-and-cheapest/run-sync": {
            "post": {
                "operationId": "run-sync-solid-scraper-soundcloud-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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
