# Web Lead Miner (`stellaboost/web-lead-miner`) Actor

Next-gen contact info scraper. Extracts emails & 13 social profiles with built-in Cloudflare deobfuscation, strict filters & MX DNS verification.

- **URL**: https://apify.com/stellaboost/web-lead-miner.md
- **Developed by:** [Abdelkader Djilali](https://apify.com/stellaboost) (community)
- **Categories:** Lead generation, Social media
- **Stats:** 4 total users, 2 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 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

## WebLeadMiner — Email & Social Media Scraper

Extract professional **emails** and **social media profiles** from any website.
Multi-page crawling, 5 extraction strategies, 13 social networks — faster and cleaner than generic scrapers.

---

### What it does

Give it a list of websites → get back a clean dataset of leads with:
- ✅ Professional email addresses
- ✅ LinkedIn, Facebook, Instagram, Twitter/X, TikTok, YouTube profiles
- ✅ Phone numbers
- ✅ Source URL for each lead
- ✅ Zero duplicates — deduplication built-in

### Why LeadPulse beats generic scrapers

| Feature | WebLeadMiner |
|---|---|
| Multi-page BFS crawling | ✅ Up to 100 pages/site |
| Priority pages (contact, team, about) | ✅ Visited first |
| Cloudflare email decode (XOR) | ✅ |
| Obfuscated email detection (`[at]`, `(at)`) | ✅ |
| JSON-LD structured data extraction | ✅ |
| YouTube — official profile URLs only | ✅ |
| Platform email filtering (Wix, Shopify…) | ✅ |
| Social-only leads (profiles without email) | ✅ Optional |
| Browser stealth (anti-bot) | ✅ |
| MX DNS email verification | ✅ Built-in |

---

### Input

```json
{
  "startUrls": [
    { "url": "https://example.com" },
    { "url": "https://another-company.fr" }
  ],
  "maxPagesPerDomain": 20,
  "maxDepth": 3,
  "socialNetworks": {
    "linkedin":  true,
    "facebook":  true,
    "instagram": true,
    "twitter":   true,
    "tiktok":    true,
    "youtube":   true,
    "phone":     true,
    "pinterest": false,
    "discord":   false,
    "snapchat":  false,
    "threads":   false,
    "telegram":  false,
    "reddit":    false,
    "whatsapp":  false
  },
  "includeSocialOnly": true,
  "proxyConfiguration": { "useApifyProxy": false }
}
````

#### Input parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `startUrls` | Array | required | List of websites to scrape |
| `maxPagesPerDomain` | Integer | 20 | Max pages crawled per domain (1–100) |
| `maxDepth` | Integer | 3 | Link follow depth from start URL |
| `socialNetworks` | Object | see above | Which social platforms to extract |
| `includeSocialOnly` | Boolean | true | Include leads with social profiles but no email |
| `verifyEmails` | Boolean | false | **MX DNS verification** — eliminates invalid email domains (uses extra compute) |
| `proxyConfiguration` | Object | Apify proxy | Proxy settings — residential recommended |

#### Email validation — free vs verified

| | Free (default) | Verified (`verifyEmails: true`) |
|---|---|---|
| Syntax check | ✅ | ✅ |
| Email categorization (pro / generic / service) | ✅ | ✅ |
| Platform filter (Wix, Shopify emails…) | ✅ | ✅ |
| MX DNS record check | ❌ | ✅ |
| Extra cost | $0 | Included — no extra charge |

**Why MX DNS matters** — eliminates emails from expired or misconfigured domains before they damage your sending reputation. Emails that pass MX verification have an active mail server ready to receive messages.

> ✅ **Email verification included at no extra cost** — MX DNS check runs within normal compute time, no additional fees.

> ⚠️ **Enabling MX DNS verification reduces the number of results** — emails from domains without a valid MX record are discarded. Use this option when quality matters more than quantity (cold email campaigns, CRM imports).

***

### Output

Each lead in the dataset:

```json
{
  "email": "contact@example.com",
  "emailCategory": "pro",
  "socialOnly": false,
  "domain": "example.com",
  "sourceUrl": "https://example.com/contact",
  "socials": {
    "linkedin":  "https://linkedin.com/company/example",
    "facebook":  "https://facebook.com/examplepage",
    "instagram": "https://instagram.com/example",
    "twitter":   "https://x.com/example",
    "tiktok":    null,
    "youtube":   "https://youtube.com/@example",
    "phone":     "+33 1 23 45 67 89"
  }
}
```

**Email categories:**

- `pro` — direct contact email (e.g. `jean.dupont@acme.com`)
- `generic` — department email (e.g. `contact@`, `info@`, `hello@`)
- `service` — service email (e.g. `support@`, `admin@`, `abuse@`)

**Social Only lead** (no email, but has profiles):

```json
{
  "email": null,
  "socialOnly": true,
  "domain": "example.com",
  "sourceUrl": "https://example.com",
  "socials": {
    "instagram": "https://instagram.com/example",
    "tiktok":    "https://tiktok.com/@example"
  }
}
```

***

### Pricing

**Pay per result — not per page crawled.**

You're only charged for leads actually found, never for empty pages.

| Plan | Price |
|---|---|
| Per lead found | $5.00 / 1,000 leads |
| Actor start | $0.001 |

> Competitors charge per page crawled — you pay even when a page returns nothing. WebLeadMiner charges only for results.

***

### Tips for best results

**More leads:**

- Increase `maxPagesPerDomain` to 50–100 for large sites
- Enable all social networks
- Set `includeSocialOnly: true` to capture brands without public emails

**Faster runs:**

- Set `maxPagesPerDomain` to 5–10 for quick scans
- Set `maxDepth` to 1 for homepage only

**Avoid blocks:**

- For most sites, proxy is **not required** — the built-in browser stealth handles detection
- Use `proxyConfiguration` with Apify residential proxies only for heavily protected sites (Cloudflare Enterprise, Datadome)
- Don't run more than 5 concurrent actors on the same domain

***

### Use cases

- 🎯 **Lead generation** — find contact emails for outreach campaigns
- 🔍 **Prospect research** — discover social profiles of target companies
- 📊 **Market research** — build contact databases for a niche
- 🤝 **Partnership outreach** — find decision-maker emails

***

### Legal

This actor extracts only **publicly available** information from websites.
Always comply with the target website's Terms of Service and applicable data protection laws (GDPR, CCPA).
The user is solely responsible for how extracted data is used.

# Actor input Schema

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

List of website URLs to scrape for emails and social profiles.

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

Maximum number of pages to crawl per domain. Higher = more leads but slower.

## `maxDepth` (type: `integer`):

How deep to follow links from the start URL (1 = start page only).

## `linkedin` (type: `boolean`):

Extract LinkedIn profile URLs.

## `facebook` (type: `boolean`):

Extract Facebook page URLs.

## `instagram` (type: `boolean`):

Extract Instagram profile URLs.

## `twitter` (type: `boolean`):

Extract Twitter/X profile URLs.

## `tiktok` (type: `boolean`):

Extract TikTok profile URLs.

## `youtube` (type: `boolean`):

Extract YouTube channel URLs (official profiles only, no video links).

## `pinterest` (type: `boolean`):

Extract Pinterest profile URLs.

## `discord` (type: `boolean`):

Extract Discord invite URLs.

## `snapchat` (type: `boolean`):

Extract Snapchat profile URLs.

## `threads` (type: `boolean`):

Extract Threads profile URLs.

## `telegram` (type: `boolean`):

Extract Telegram channel URLs.

## `reddit` (type: `boolean`):

Extract Reddit community URLs.

## `whatsapp` (type: `boolean`):

Extract WhatsApp contact links.

## `phone` (type: `boolean`):

Extract phone numbers from tel: links and visible text.

## `includeSocialOnly` (type: `boolean`):

If true, also returns leads that have social profiles but no email address.

## `verifyEmails` (type: `boolean`):

Verify each email address via MX DNS record lookup. Eliminates invalid domains.

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

Apify proxy settings. Recommended for sites with anti-bot protection.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://87c.fr"
    }
  ],
  "maxPagesPerDomain": 20,
  "maxDepth": 3,
  "linkedin": true,
  "facebook": true,
  "instagram": true,
  "twitter": true,
  "tiktok": true,
  "youtube": true,
  "pinterest": false,
  "discord": false,
  "snapchat": false,
  "threads": false,
  "telegram": false,
  "reddit": false,
  "whatsapp": false,
  "phone": true,
  "includeSocialOnly": true,
  "verifyEmails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `leads` (type: `string`):

All extracted leads with emails, social profiles and categories.

# 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://87c.fr"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("stellaboost/web-lead-miner").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://87c.fr" }],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("stellaboost/web-lead-miner").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://87c.fr"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call stellaboost/web-lead-miner --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=stellaboost/web-lead-miner",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Web Lead Miner",
        "description": "Next-gen contact info scraper. Extracts emails & 13 social profiles with built-in Cloudflare deobfuscation, strict filters & MX DNS verification.",
        "version": "1.0",
        "x-build-id": "xiO69uV9Nf3Occl02"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/stellaboost~web-lead-miner/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-stellaboost-web-lead-miner",
                "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/stellaboost~web-lead-miner/runs": {
            "post": {
                "operationId": "runs-sync-stellaboost-web-lead-miner",
                "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/stellaboost~web-lead-miner/run-sync": {
            "post": {
                "operationId": "run-sync-stellaboost-web-lead-miner",
                "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",
                        "type": "array",
                        "description": "List of website URLs to scrape for emails and social profiles.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxPagesPerDomain": {
                        "title": "Max pages per domain",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Maximum number of pages to crawl per domain. Higher = more leads but slower.",
                        "default": 20
                    },
                    "maxDepth": {
                        "title": "Crawl depth",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "How deep to follow links from the start URL (1 = start page only).",
                        "default": 3
                    },
                    "linkedin": {
                        "title": "LinkedIn",
                        "type": "boolean",
                        "description": "Extract LinkedIn profile URLs.",
                        "default": true
                    },
                    "facebook": {
                        "title": "Facebook",
                        "type": "boolean",
                        "description": "Extract Facebook page URLs.",
                        "default": true
                    },
                    "instagram": {
                        "title": "Instagram",
                        "type": "boolean",
                        "description": "Extract Instagram profile URLs.",
                        "default": true
                    },
                    "twitter": {
                        "title": "Twitter / X",
                        "type": "boolean",
                        "description": "Extract Twitter/X profile URLs.",
                        "default": true
                    },
                    "tiktok": {
                        "title": "TikTok",
                        "type": "boolean",
                        "description": "Extract TikTok profile URLs.",
                        "default": true
                    },
                    "youtube": {
                        "title": "YouTube",
                        "type": "boolean",
                        "description": "Extract YouTube channel URLs (official profiles only, no video links).",
                        "default": true
                    },
                    "pinterest": {
                        "title": "Pinterest",
                        "type": "boolean",
                        "description": "Extract Pinterest profile URLs.",
                        "default": false
                    },
                    "discord": {
                        "title": "Discord",
                        "type": "boolean",
                        "description": "Extract Discord invite URLs.",
                        "default": false
                    },
                    "snapchat": {
                        "title": "Snapchat",
                        "type": "boolean",
                        "description": "Extract Snapchat profile URLs.",
                        "default": false
                    },
                    "threads": {
                        "title": "Threads",
                        "type": "boolean",
                        "description": "Extract Threads profile URLs.",
                        "default": false
                    },
                    "telegram": {
                        "title": "Telegram",
                        "type": "boolean",
                        "description": "Extract Telegram channel URLs.",
                        "default": false
                    },
                    "reddit": {
                        "title": "Reddit",
                        "type": "boolean",
                        "description": "Extract Reddit community URLs.",
                        "default": false
                    },
                    "whatsapp": {
                        "title": "WhatsApp",
                        "type": "boolean",
                        "description": "Extract WhatsApp contact links.",
                        "default": false
                    },
                    "phone": {
                        "title": "Phone number",
                        "type": "boolean",
                        "description": "Extract phone numbers from tel: links and visible text.",
                        "default": true
                    },
                    "includeSocialOnly": {
                        "title": "Include Social Only leads",
                        "type": "boolean",
                        "description": "If true, also returns leads that have social profiles but no email address.",
                        "default": true
                    },
                    "verifyEmails": {
                        "title": "Verify emails (MX DNS)",
                        "type": "boolean",
                        "description": "Verify each email address via MX DNS record lookup. Eliminates invalid domains.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy settings. Recommended for sites with anti-bot protection."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
