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

🚀 Crunchbase Email Scraper Fast Advanced & Cheapest extracts verified company emails and insights from Crunchbase for smarter B2B lead gen. ⚡ Fast, accurate, budget-friendly—ideal for sales, marketing, and recruiting teams. 🔥

- **URL**: https://apify.com/scrapers-hub/crunchbase-email-scraper-fast-advanced-and-cheapest.md
- **Developed by:** [Scrapers Hub](https://apify.com/scrapers-hub) (community)
- **Categories:** Lead generation, Automation, Other
- **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

### Crunchbase Email Scraper - Fast, Advanced and Cheapest 🔍

**Crunchbase Email Scraper - Fast, Advanced and Cheapest** helps you extract email addresses from Crunchbase using the keywords, location, and email-domain filters you choose. If you’re looking for a **Crunchbase email scraper**, a **Crunchbase lead email extractor**, or **Crunchbase contact email finder**, this actor is built for the practical job-to-be-done: turn Crunchbase-related signals into outreach-ready contact emails—quickly and at scale. Whether you’re a marketer, recruiter, founder, or data enthusiast, you can use this tool as a **company email scraping from Crunchbase** workflow to save hours of manual research.

---

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

| Feature | Benefit |
| --- | --- |
| ✅ All-in-one email extraction from Crunchbase | Quickly collect contact emails tied to your chosen keyword searches |
| ✅ Keyword + email-domain filtering (e.g. `@gmail.com`) | Focus results on the inbox domains you actually want for better lead quality |
| ✅ Location support | Narrow results to a specific geography when you need region-specific outreach |
| ✅ Reliability improvements for long runs | Includes resilience patterns like retries, progress saving, and stopping rules |
| ✅ Structured dataset output | Produces a clean table of scraped leads you can export and analyze right away |
| ✅ Built for scale runs with clear limits | Uses a controllable `maxEmails` limit to manage runtime and results |

---

### Key features 🚀

- 📌 **Targeted Crunchbase email scraping**: Uses your `keywords` to guide email discovery and extraction from publicly available sources  
- 🎯 **Custom email domains support**: Limit results to domains you provide via `customDomains` (for example `@gmail.com`)  
- 🌍 **Location filtering**: Add a `location` filter to refine outreach targeting by region  
- 🛡️ **Resilient long-run behavior**: Saves progress and stops cleanly when configured limits or result conditions are met  
- 🔄 **Avoids duplicate emails**: Tracks `seen_emails` so the same email isn’t pushed multiple times in a run  
- 💾 **Real-time dataset pushing**: Each found lead record is pushed immediately so you don’t lose work during interruptions  
- 📊 **Controlled runtime with `maxEmails`**: Stops once enough unique emails are collected (and on free runs, applies a cap)  

---

### Input

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

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

#### Input Fields

| Field | Required | Description |
| --- | --- | --- |
| `keywords` | ✅ Yes | A list of keywords or queries to search for (for example: roles like “manager” or “founder”). |
| `location` | ❌ No | Location to filter search results. Leave it empty if you want broader coverage. |
| `customDomains` | ❌ No | List of email domains to include (for example `@gmail.com`, `@yahoo.com`). This helps you focus leads by inbox type. |
| `maxEmails` | ❌ No | Maximum number of unique emails to collect. The actor stops when this limit is reached (if results don’t fill the target, it may stop earlier). |

***

### Output

The actor saves results to an Apify dataset in JSON format. Each lead is pushed as a separate record.

Example output record:

```json
[
  {
    "network": "Crunchbase.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 for each record (`Crunchbase.com`). |
| `keyword` | string | The keyword used for this email discovery run. |
| `title` | string | A short title extracted from the source listing (falls back to `No title`). |
| `description` | string | Text snippet/description used for email extraction (falls back to `No data`). |
| `url` | string | The URL associated with the listing (falls back to `No URL`). |
| `email` | string | The extracted email address. |

> Export formats: After the run, you can download/export the dataset from Apify (commonly as JSON/CSV via the dataset UI).

***

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

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

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

3. **Go to the INPUT section**\
   Paste your settings into the input form or upload an `input.json` payload.

4. **Set your keywords**\
   Add the roles/queries you want to find emails for in the `keywords` array (this field is required).

5. **Optional: refine results**\
   Use `location` for geographic filtering, and `customDomains` to focus on inbox domains like `@gmail.com`.

6. **Set your limit**\
   Use `maxEmails` to cap how many unique emails you want. Higher limits can take longer. Free runs apply a maximum cap of **100 emails**.

7. **Start the run**\
   Click **Run actor**. Monitor the logs for progress and see how many emails are being collected.

8. **Access and export results**\
   When the run completes, open the dataset (output labeled **Scraped Leads**) and export your data to JSON/CSV as needed.

No coding required — get accurate results in minutes with this **Crunchbase email scraper API-ready** dataset output.

***

### Advanced features & SEO optimization ⭐

- 🔎 **Engineered for “Crunchbase email scraper” lead discovery**: Works around role-based keywords and email-domain filters to support **Crunchbase prospecting email tool** workflows
- 🧠 **Input normalization & practical defaults**: If you omit optional fields, it still runs with sensible defaults for `customDomains` and keyword behavior
- 🧾 **Detailed run progress saving**: Resumes using stored cursor state and avoids re-collecting emails via `seen_emails`
- ⏱️ **Runtime awareness**: Supports stopping rules to keep long runs manageable, using `maxEmails` as your control knob
- 🧰 **Structured output for enrichment pipelines**: Because the actor outputs consistent records (`network`, `keyword`, `title`, `description`, `url`, `email`), it’s easy to plug into downstream enrichment and analysis as a **Crunchbase data enrichment email** step

***

### Best use cases 🎯

- 📈 **B2B lead generation teams**: Collect role-targeted email addresses from Crunchbase to speed up outreach lists and sequences
- 🧑‍💼 **Recruiters & talent sourcers**: Find founder or manager-style contact emails for targeted hiring campaigns
- 🧪 **Market researchers**: Build datasets for email outreach testing and segment-based analysis using the `keyword` field
- 💼 **Startup founders**: Automate cold outreach research by exporting emails from Crunchbase and matching them to your campaigns
- 🗂️ **Sales development reps**: Generate prospecting exports where `customDomains` help you prioritize inbox types that fit your workflow
- 🧬 **Data analysts**: Combine keyword-level discovery with dataset exports for quick funnel metrics and validation studies
- 💻 **Developer workflows**: Use this **Crunchbase email scraper** run output as an input step into CRM ingestion and enrichment pipelines

***

### 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 between 1 and 10000 (optional)

**Proxy Support**

- ✅ Built-in proxy support for reliable scraping
- ❗ Proxy behavior is handled internally by the actor run environment (details are not required for you to use the tool)

**Retry Mechanism**

- ✅ Includes resilience behavior for long runs (with stopping rules when progress stalls)

**Dataset Structure**

- ✅ One dataset view: **Scraped Leads**
- ✅ Dataset records include: `keyword`, `title`, `description`, `url`, `email`

**Rate Limits & Performance**

- ✅ Runtime scales with the number of keyword/domain combinations and the `maxEmails` limit
- ✅ Larger runs can take longer; use `maxEmails` to manage output size and runtime

**Limitations**

- ❌ No guarantee that the actor will reach `maxEmails` if fewer unique emails are available from publicly available sources
- ❌ If results are limited, expanding keyword coverage and domains typically improves outcomes

***

### FAQ

#### ✅ What does Crunchbase Email Scraper - Fast, Advanced and Cheapest extract?

It extracts email addresses from publicly available sources associated with your provided `keywords`, with optional filtering by `customDomains` and `location`. Each result is pushed into the dataset as a record containing `email` plus related context fields like `keyword`, `title`, `description`, and `url`.

#### ✅ How do I get better results with this Crunchbase email scraper?

Use targeted `keywords` (for example job titles or roles) and add the email domains you want in `customDomains` (like `@gmail.com`). If you’re getting too few results, broaden keywords, include additional related terms, and add more domains to increase coverage.

#### ✅ Does it deduplicate emails?

Yes. The actor tracks `seen_emails` and skips emails already collected, so each unique email is pushed only once per run.

#### ✅ What happens if I set `maxEmails` too high?

The actor collects unique emails until it reaches `maxEmails` or until it runs out of results. If fewer unique emails are available, the run may stop with fewer than your requested target.

#### ✅ Is there a limit on free runs?

Yes. When running on a free plan, a maximum limit is applied: **100 emails maximum**. Paid runs remove this limitation.

#### ✅ Can I use it for CRM or email outreach workflows?

Yes. The dataset output is structured and includes the extracted `email` plus context fields, which makes it straightforward to export (JSON/CSV from the dataset UI) and load into CRM or outreach workflows.

#### ✅ Do I need to build code to use it?

No. You can use **Crunchbase Email Scraper - Fast, Advanced and Cheapest** directly from Apify Console by setting the `keywords` and optional filters in the INPUT form.

#### ✅ Is this tool compliant for lead generation?

You are responsible for complying with applicable laws and each platform’s rules when using scraped contact data. The actor only targets publicly available sources; you should ensure your outreach and processing comply with GDPR/CCPA and spam regulations.

***

### Support & feature requests 🤝

If you’re using **Crunchbase Email Scraper - Fast, Advanced and Cheapest** and want improvements, tell us what would make your workflow better.

- 💡 **Feature Requests**: Examples include additional export formatting, enhanced filtering options, or improvements to output fields for enrichment use cases (like **Crunchbase contact email finder** workflows).
- 📧 **Contact**: Reach out at <dataforleads@gmail.com>.

Your feedback helps shape the roadmap for future versions of this **Crunchbase email scraper**.

***

### Closing CTA / Final thoughts ✨

*Crunchbase Email Scraper - Fast, Advanced and Cheapest is the most practical way to export emails from Crunchbase with a structured dataset you can use immediately.*\
If you want a fast, advanced, and cost-aware **Crunchbase lead email extractor**, run it with your best keywords and `customDomains` today.

***

### Disclaimer

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

You are responsible for ensuring your use complies with applicable laws and regulations (including GDPR/CCPA), as well as platform terms and relevant anti-spam rules. For data removal requests, contact <dataforleads@gmail.com>.

Use this **Crunchbase email 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("scrapers-hub/crunchbase-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/crunchbase-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/crunchbase-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/crunchbase-email-scraper-fast-advanced-and-cheapest",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Crunchbase Email Scraper Fast Advanced And Cheapest",
        "description": "🚀 Crunchbase Email Scraper Fast Advanced & Cheapest extracts verified company emails and insights from Crunchbase for smarter B2B lead gen. ⚡ Fast, accurate, budget-friendly—ideal for sales, marketing, and recruiting teams. 🔥",
        "version": "1.0",
        "x-build-id": "RZ3OOSzUm7w5VCU3c"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapers-hub~crunchbase-email-scraper-fast-advanced-and-cheapest/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapers-hub-crunchbase-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~crunchbase-email-scraper-fast-advanced-and-cheapest/runs": {
            "post": {
                "operationId": "runs-sync-scrapers-hub-crunchbase-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~crunchbase-email-scraper-fast-advanced-and-cheapest/run-sync": {
            "post": {
                "operationId": "run-sync-scrapers-hub-crunchbase-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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
