# Website Contact & Email Extractor (`code-node-tools/website-contact-extractor`) Actor

Crawl a domain or list of URLs and extract emails, phone numbers, and social media handles. Cheerio-based crawling with configurable depth, proxies, and selectable extraction targets.

- **URL**: https://apify.com/code-node-tools/website-contact-extractor.md
- **Developed by:** [CodeNodeTools](https://apify.com/code-node-tools) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 email founds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

**Website Contact & Email Extractor** is a fast, no-code **email scraper** and **contact scraper** that crawls any website and pulls out **emails, phone numbers, and social media profiles**. Just paste a domain or a list of URLs, choose how deep to crawl, pick what to collect, and export a clean contact list to CSV, Excel, or JSON. It's the simplest way to **extract emails and contact details from a website** for lead generation, sales prospecting, and CRM enrichment.

Because it uses generic crawling (no website-specific selectors), it works across millions of sites with near-zero maintenance — point it at one site or thousands.

### What can the Website Contact & Email Extractor do?

- 📧 **Scrape email addresses** from `mailto:` links and visible page text
- 📞 **Extract phone numbers** from `tel:` links and page content
- 🔗 **Find social media profiles** — Facebook, Instagram, X/Twitter, LinkedIn, YouTube, TikTok, GitHub, Pinterest, Telegram, WhatsApp
- 🌐 **Crawl multiple websites** in a single run, each with its own page budget
- 🎚️ **Control the crawl** with per-site depth, max pages, and a max-results-per-category limit
- 🧹 **Get clean, deduplicated results** — one tidy record per domain
- 🔁 **Built-in proxy rotation and anti-blocking** via Apify Proxy
- 📤 **Export to CSV, Excel, JSON, or HTML**, or pull results straight from the Apify API

Like every Apify Actor, this tool comes with the full power of the **Apify platform**: scheduling, monitoring, a REST API, webhooks, proxy rotation, and integrations with Make, Zapier, Google Sheets, Slack, and more.

### What data can you extract from a website?

| Field               | Description                                   |
| ------------------- | --------------------------------------------- |
| `domain`            | The website the contacts belong to            |
| `emails`            | List of unique email addresses found          |
| `phones`            | List of unique phone numbers found            |
| `socials`           | Social profiles with `platform` and `url`     |
| `startUrl`          | The URL the crawl started from                |
| `pagesCrawled`      | How many pages were scanned for that domain   |
| `pagesWithContacts` | How many pages contained at least one contact |

### How to scrape emails and contact details from a website

1. Click **Try for free** to open the Actor.
2. Paste one or more **website URLs or domains** into the _Start URLs_ field.
3. Set the **crawl depth** (1 is enough for most contact pages) and **max pages per domain**.
4. Tick the contact types you want: **emails**, **phones**, and/or **social profiles**.
5. Click **Start** and watch the results fill in.
6. **Export** your contact list as CSV, Excel, or JSON — or grab it via the API.

That's it. No code, no browser extensions, no selectors to maintain.

### Input

The Actor has a simple, point-and-click input — see the **Input** tab for every option. The main settings are start URLs, crawl depth, max pages per domain, max results per category, the email/phone/social toggles, and proxy configuration.

Example input:

```json
{
  "startUrls": [
    { "url": "https://example.com" },
    { "url": "another-site.com" }
  ],
  "maxCrawlDepth": 1,
  "maxPagesPerDomain": 50,
  "maxResultsPerCategory": 0,
  "extractEmails": true,
  "extractPhones": true,
  "extractSocials": true,
  "proxyConfiguration": { "useApifyProxy": true }
}
````

### Output example

You can download the dataset produced by the Website Contact & Email Extractor in JSON, CSV, Excel, or HTML. Each domain becomes one row:

```json
{
  "domain": "example.com",
  "startUrl": "https://example.com",
  "emails": ["hello@example.com", "sales@example.com"],
  "phones": ["+1 213 229 7475", "+44 20 7071 4189"],
  "socials": [
    { "platform": "linkedin", "url": "https://linkedin.com/company/example" },
    { "platform": "twitter", "url": "https://x.com/example" }
  ],
  "pagesCrawled": 24,
  "pagesWithContacts": 9
}
```

### How much does it cost to scrape contact details?

This Actor uses a transparent **pay-per-event** pricing model — you pay only for what it does, with no monthly rental fee:

| You pay for               | Price   |
| ------------------------- | ------- |
| Each page processed       | $0.0005 |
| Each email found          | $0.004  |
| Each phone number found   | $0.002  |
| Each social profile found | $0.001  |

As a rough guide, crawling a 30-page site that returns 15 emails, 8 phones, and 4 socials costs about **$0.10**. You only pay for unique, deduplicated results, and you can set a **maximum cost per run** so spending never surprises you. New Apify accounts include **free monthly usage credits**, so you can try it at no cost.

### Why use this email and contact scraper?

- 🚀 **Lead generation at scale** — build targeted B2B prospect lists from any set of websites
- 🧲 **CRM enrichment** — fill in missing emails, phones, and socials for your existing accounts
- 🔍 **Sales prospecting & outreach** — turn a list of company domains into a ready-to-contact list
- 🤖 **Automate it** — schedule recurring runs and push results to Google Sheets, your CRM, or any tool via the Apify API and integrations

### Other Apify Actors you might like

- **Shopify Store Product Scraper** — extract full product catalogs from any Shopify store
- **Sitemap Website Content Crawler** — turn a site's pages into clean markdown for RAG and AI pipelines

### Frequently asked questions

#### Is it legal to scrape contact details from websites?

This Actor collects **publicly available** contact information that website owners have chosen to publish. However, emails and phone numbers can be personal data, which is protected by **GDPR** in the EU, **CCPA** in California, and similar laws elsewhere. You should only collect and use this data when you have a legitimate, lawful basis to do so. If you're unsure, consult a legal professional.

#### Why didn't it find a phone number (or any contacts) on some sites?

The Actor reads a site's raw HTML, which keeps it fast and cheap. Contact details that are rendered only by client-side JavaScript, hidden behind forms, or shown as images won't be captured. Many modern SaaS sites also simply don't publish a phone number. Increasing the crawl depth often surfaces a dedicated contact page.

#### Can I crawl deeper or limit the results?

Yes. Use **Max crawl depth** to follow more link levels, **Max pages per domain** to cap the crawl size, and **Max results per category** to keep, say, only the top 5 emails, phones, and socials per site.

#### Should I use a proxy?

We recommend keeping **Apify Proxy** enabled so requests aren't all sent from a single IP. Datacenter proxies are cheapest and work for most sites; switch to residential for stricter targets.

#### Can I get the data through an API?

Absolutely. Every run stores results in an Apify dataset that you can fetch via the **Apify API**, connect to integrations, or schedule to run automatically.

#### How do I report a bug or request a feature?

Use the **Issues** tab on the Actor page. We welcome feedback and feature requests.

***

<sub>For developers: this Actor is built on Crawlee's `CheerioCrawler` (HTTP + Cheerio, no headless browser) for low memory use and high reliability. Run it locally with the [Apify CLI](https://docs.apify.com/cli/) using `apify run`.</sub>

# Actor input Schema

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

One or more websites to crawl. Paste full URLs (https://example.com) or bare domains (example.com). Each site is crawled independently up to the configured depth.

## `maxCrawlDepth` (type: `integer`):

How many link levels to follow from each start URL. 0 = only scrape the given URLs, 1 = also follow links found on them, etc. Higher depth finds more contacts but costs more.

## `maxPagesPerDomain` (type: `integer`):

Hard cap on the number of pages crawled for each domain. Protects you from runaway crawls and keeps cost predictable.

## `maxResultsPerCategory` (type: `integer`):

Maximum number of results to keep for EACH category (emails, phones, socials) per domain. For example, 5 keeps at most 5 emails, 5 phones, and 5 socials per site. Set to 0 for unlimited.

## `extractEmails` (type: `boolean`):

Find email addresses (from mailto: links and page text).

## `extractPhones` (type: `boolean`):

Find phone numbers (from tel: links and page text).

## `extractSocials` (type: `boolean`):

Find links to Facebook, Instagram, X/Twitter, LinkedIn, YouTube, TikTok, GitHub, Pinterest, Telegram, and WhatsApp.

## `sameDomainOnly` (type: `boolean`):

Only follow links that stay within the same domain as the start URL. Strongly recommended to avoid crawling the entire internet.

## `maxConcurrency` (type: `integer`):

Maximum number of pages fetched in parallel. 10 is a good default for HTTP crawling. Lower it if a target site rate-limits you.

## `requestTimeoutSecs` (type: `integer`):

How long to wait for a single page before giving up.

## `proxyConfiguration` (type: `object`):

Proxy settings. Apify Proxy with datacenter IPs is recommended for reliability and to avoid IP blocks. Residential proxies help on stricter sites.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "maxCrawlDepth": 1,
  "maxPagesPerDomain": 50,
  "maxResultsPerCategory": 0,
  "extractEmails": true,
  "extractPhones": true,
  "extractSocials": true,
  "sameDomainOnly": true,
  "maxConcurrency": 12,
  "requestTimeoutSecs": 30,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://apify.com"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("code-node-tools/website-contact-extractor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://apify.com" }],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("code-node-tools/website-contact-extractor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call code-node-tools/website-contact-extractor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=code-node-tools/website-contact-extractor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Website Contact & Email Extractor",
        "description": "Crawl a domain or list of URLs and extract emails, phone numbers, and social media handles. Cheerio-based crawling with configurable depth, proxies, and selectable extraction targets.",
        "version": "0.1",
        "x-build-id": "RLwSQeywnUwUP7lhh"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/code-node-tools~website-contact-extractor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-code-node-tools-website-contact-extractor",
                "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/code-node-tools~website-contact-extractor/runs": {
            "post": {
                "operationId": "runs-sync-code-node-tools-website-contact-extractor",
                "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/code-node-tools~website-contact-extractor/run-sync": {
            "post": {
                "operationId": "run-sync-code-node-tools-website-contact-extractor",
                "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": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs / Domains",
                        "type": "array",
                        "description": "One or more websites to crawl. Paste full URLs (https://example.com) or bare domains (example.com). Each site is crawled independently up to the configured depth.",
                        "default": [
                            {
                                "url": "https://apify.com"
                            }
                        ],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxCrawlDepth": {
                        "title": "Max crawl depth (per site)",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "integer",
                        "description": "How many link levels to follow from each start URL. 0 = only scrape the given URLs, 1 = also follow links found on them, etc. Higher depth finds more contacts but costs more.",
                        "default": 1
                    },
                    "maxPagesPerDomain": {
                        "title": "Max pages per domain",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Hard cap on the number of pages crawled for each domain. Protects you from runaway crawls and keeps cost predictable.",
                        "default": 50
                    },
                    "maxResultsPerCategory": {
                        "title": "Max results per category (per domain)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of results to keep for EACH category (emails, phones, socials) per domain. For example, 5 keeps at most 5 emails, 5 phones, and 5 socials per site. Set to 0 for unlimited.",
                        "default": 0
                    },
                    "extractEmails": {
                        "title": "Extract emails",
                        "type": "boolean",
                        "description": "Find email addresses (from mailto: links and page text).",
                        "default": true
                    },
                    "extractPhones": {
                        "title": "Extract phone numbers",
                        "type": "boolean",
                        "description": "Find phone numbers (from tel: links and page text).",
                        "default": true
                    },
                    "extractSocials": {
                        "title": "Extract social profiles",
                        "type": "boolean",
                        "description": "Find links to Facebook, Instagram, X/Twitter, LinkedIn, YouTube, TikTok, GitHub, Pinterest, Telegram, and WhatsApp.",
                        "default": true
                    },
                    "sameDomainOnly": {
                        "title": "Stay on the same domain",
                        "type": "boolean",
                        "description": "Only follow links that stay within the same domain as the start URL. Strongly recommended to avoid crawling the entire internet.",
                        "default": true
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 16,
                        "type": "integer",
                        "description": "Maximum number of pages fetched in parallel. 10 is a good default for HTTP crawling. Lower it if a target site rate-limits you.",
                        "default": 12
                    },
                    "requestTimeoutSecs": {
                        "title": "Request timeout (seconds)",
                        "minimum": 5,
                        "maximum": 120,
                        "type": "integer",
                        "description": "How long to wait for a single page before giving up.",
                        "default": 30
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Apify Proxy with datacenter IPs is recommended for reliability and to avoid IP blocks. Residential proxies help on stricter sites.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
