# Indeed Job Scraper — ✅ Pay Per Result · Cloudflare-Safe (`herus13/indeed-scraper`) Actor

Scrape Indeed jobs in 10 countries — title, company, structured salary (min/max/currency/period), location, description, posted date. HTTP-first with browser fallback handles Cloudflare. Filter by date, type, remote, experience, salary. Tiered Pay Per Result pricing.

- **URL**: https://apify.com/herus13/indeed-scraper.md
- **Developed by:** [bootforge](https://apify.com/herus13) (community)
- **Categories:** Automation, Jobs, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 job scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## Indeed Job Scraper — Pay Per Result · 50% Cheaper · 10 Countries

Bulk-scrape Indeed job listings with structured salary, full descriptions, and every filter you'd use on the site itself. HTTP-first with automatic browser fallback when Cloudflare challenges — no manual proxy juggling, no captcha headaches.

**Use cases:** ATS feed building · job-market research · recruitment lead-gen · salary benchmarking · competitor hiring intelligence.

### Why this scraper?

- **$1.50 per 1,000 jobs** — half the price of the leading Indeed scraper, with the same fields.
- **10 country storefronts** — US, GB, CA, AU, IE, DE, FR, IT, NL, ES.
- **Structured salary** — min, max, currency, period (yearly/hourly/etc.) parsed from the raw text.
- **Full filter set** — date posted, job type, remote/hybrid, experience level, salary floor.
- **Cloudflare-safe** — HTTP-first with automatic browser fallback when challenged.
- **Two input modes** — keyword search OR pre-built search URL (paste from your browser).

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `search_queries` | string[] | — | Keywords to search |
| `search_urls` | string[] | — | Pre-built Indeed URLs (country auto-detected) |
| `country` | enum | `US` | Storefront country |
| `location` | string | — | City / region / "Remote" |
| `job_type` | enum | — | full-time, contract, etc. |
| `date_posted` | enum | — | last 24h, week, etc. |
| `workplace_type` | enum | — | remote, hybrid, on-site |
| `salary_min` | int | — | Annual salary floor |
| `fetch_descriptions` | bool | true | Fetch full description per job |
| `max_results` | int | 200 | Cap (hard limit 10000) |
| `proxy` | object | required | Apify residential or your own |

(One of `search_queries` or `search_urls` is required.)

### Output (real sample from a live run)

```json
{
  "job_id": "d39bbe15770aa014",
  "url": "https://www.indeed.com/viewjob?jk=d39bbe15770aa014",
  "title": "Senior Developer I- Full Stack Python Developer (Investment Technology)",
  "company_name": "Neuberger Berman",
  "company_rating": null,
  "company_review_count": null,
  "company_logo_url": null,
  "location": "Hybrid work in New York, NY",
  "workplace_type": null,
  "employment_type": null,
  "is_easy_apply": null,
  "salary_min": 115000.0,
  "salary_max": 130000.0,
  "salary_currency": "USD",
  "salary_period": "yearly",
  "salary_raw": "$115,000 - $130,000 a year",
  "description_text": "Neuberger Berman's Investment Technology team is seeking a technically strong, full stack Python developer with 5+ years of experience...",
  "description_html": "<div id='jobDescriptionText' class='jobsearch-JobComponent-description'>...</div>",
  "posted_relative": null,
  "posted_iso": null,
  "apply_url": null,
  "country": "US",
  "scraped_at": "2026-05-07T08:18:24+00:00"
}
````

### Pricing

| Event | Price | Notes |
|---|---|---|
| Run start | $0.002 / GB-RAM | Engine setup (HTTP warmup, optional browser launch, first cookies) |
| Per job | $0.0015 | One JobResult |

→ ~**$1.50 per 1,000 jobs.**

### FAQ

**How does this handle Cloudflare?**
The scraper tries HTTP first (cheapest path). When Cloudflare challenges, it transparently escalates to a stealth browser (Camoufox) which solves the challenge automatically. Sticky cookies are reused across requests to amortize the browser cost.

**Do I need a residential proxy?**
Strongly recommended. Datacenter IPs hit Cloudflare challenges on every request, which forces browser fallback (slower & costlier). Residential IPs usually pass at the HTTP layer.

**Why isn't country X supported?**
We support the 10 largest English/European Indeed markets (US, GB, CA, AU, IE, DE, FR, IT, NL, ES). If you need another country, open an issue — adding a country is a 1-line change.

**Can I just paste an Indeed search URL?**
Yes — use the `search_urls` input. Country is auto-detected from the URL host (e.g. `uk.indeed.com` → `GB`).

**Why are some fields like `posted_iso` or `is_easy_apply` empty in the sample?**
The Indeed DOM doesn't always surface those on every job. We extract what's reliably present; missing fields are emitted as `null` rather than fabricated. Fill rates are tracked over time and additional extractors are added when patterns stabilize.

### Related Actors

- [LinkedIn Jobs Scraper](https://apify.com/herus13/linkedin-jobs-scraper) — same job-market intelligence, LinkedIn flavor
- [LinkedIn Profile Scraper](https://apify.com/herus13/linkedin-profile-scraper) — profile data for sourcing
- [Trustpilot Scraper](https://apify.com/herus13/trustpilot-scraper) — competitor reviews
- [TikTok Shop Product Scraper](https://apify.com/herus13/tiktok-shop-scraper) — e-commerce intelligence

# Actor input Schema

## `search_queries` (type: `array`):

<p>Keywords to search on Indeed. Each query opens <code>https://&lt;country&gt;.indeed.com/jobs?q={keyword}</code> and paginates through results.</p><p>Examples: <code>python developer</code>, <code>data scientist</code>, <code>product manager</code></p>
## `search_urls` (type: `array`):

<p>Pre-built Indeed search URLs (paste from your browser after applying filters on Indeed.com). Country is auto-detected from the URL host.</p>
## `country` (type: `string`):

<p>Indeed regional storefront. Each maps to a country-specific TLD (US -> indeed.com, GB -> uk.indeed.com, etc.).</p>
## `location` (type: `string`):

<p>Location filter — city, state, postcode, or 'Remote'. Example: <code>New York</code>, <code>London</code>, <code>Remote</code>.</p>
## `job_type` (type: `string`):

Filter by employment type.

## `experience_level` (type: `string`):

Filter by experience level (entry, mid, senior). Leave blank for any level.

## `workplace_type` (type: `string`):

Filter by workplace type: remote, hybrid, or on-site. Leave blank for any.

## `date_posted` (type: `string`):

Restrict results to jobs posted within this window (24 hours, 3 days, last week, last 2 weeks). Leave blank for any time.

## `salary_min` (type: `integer`):

Filter to listings paying at least this much (interpreted as annual salary in the country's currency).

## `fetch_descriptions` (type: `boolean`):

<p>For each job card, also fetch the detail page and extract the full description (text + HTML). Doubles the request count but is required for description fields.</p>
## `max_results` (type: `integer`):

Cap on jobs returned across all queries combined. Hard cap 10000.

## `max_concurrency` (type: `integer`):

Maximum number of in-flight HTTP requests. Higher = faster but more likely to trigger rate limits or Cloudflare. Recommended: 2-6.

## `max_requests_per_minute` (type: `integer`):

Hard ceiling on request rate across all workers. Lowering this reduces blocking risk on residential proxies.

## `proxy` (type: `object`):

<p>Recommended: Apify residential proxy. Cloudflare often passes residential IPs at the HTTP layer; datacenter IPs typically fail and force browser fallback (slower & costlier).</p>

## Actor input object example

```json
{
  "search_queries": [
    "python developer"
  ],
  "country": "US",
  "fetch_descriptions": true,
  "max_results": 200,
  "max_concurrency": 4,
  "max_requests_per_minute": 30,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

List of Indeed job listings with title, company, structured salary, location, full description, posting date, and easy-apply flag

# 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 = {
    "search_queries": [
        "python developer"
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("herus13/indeed-scraper").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 = {
    "search_queries": ["python developer"],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("herus13/indeed-scraper").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 '{
  "search_queries": [
    "python developer"
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call herus13/indeed-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Indeed Job Scraper — ✅ Pay Per Result · Cloudflare-Safe",
        "description": "Scrape Indeed jobs in 10 countries — title, company, structured salary (min/max/currency/period), location, description, posted date. HTTP-first with browser fallback handles Cloudflare. Filter by date, type, remote, experience, salary. Tiered Pay Per Result pricing.",
        "version": "0.1",
        "x-build-id": "iJEbbDbpy1R06vUaO"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/herus13~indeed-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-herus13-indeed-scraper",
                "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/herus13~indeed-scraper/runs": {
            "post": {
                "operationId": "runs-sync-herus13-indeed-scraper",
                "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/herus13~indeed-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-herus13-indeed-scraper",
                "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",
                "properties": {
                    "search_queries": {
                        "title": "Search Queries",
                        "type": "array",
                        "description": "<p>Keywords to search on Indeed. Each query opens <code>https://&lt;country&gt;.indeed.com/jobs?q={keyword}</code> and paginates through results.</p><p>Examples: <code>python developer</code>, <code>data scientist</code>, <code>product manager</code></p>",
                        "items": {
                            "type": "string"
                        }
                    },
                    "search_urls": {
                        "title": "Search URLs",
                        "type": "array",
                        "description": "<p>Pre-built Indeed search URLs (paste from your browser after applying filters on Indeed.com). Country is auto-detected from the URL host.</p>",
                        "items": {
                            "type": "string"
                        }
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "US",
                            "GB",
                            "CA",
                            "AU",
                            "IE",
                            "DE",
                            "FR",
                            "IT",
                            "NL",
                            "ES"
                        ],
                        "type": "string",
                        "description": "<p>Indeed regional storefront. Each maps to a country-specific TLD (US -> indeed.com, GB -> uk.indeed.com, etc.).</p>",
                        "default": "US"
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "<p>Location filter — city, state, postcode, or 'Remote'. Example: <code>New York</code>, <code>London</code>, <code>Remote</code>.</p>"
                    },
                    "job_type": {
                        "title": "Job Type",
                        "enum": [
                            "",
                            "full-time",
                            "part-time",
                            "contract",
                            "temporary",
                            "internship"
                        ],
                        "type": "string",
                        "description": "Filter by employment type."
                    },
                    "experience_level": {
                        "title": "Experience Level",
                        "enum": [
                            "",
                            "entry",
                            "mid",
                            "senior"
                        ],
                        "type": "string",
                        "description": "Filter by experience level (entry, mid, senior). Leave blank for any level."
                    },
                    "workplace_type": {
                        "title": "Workplace Type",
                        "enum": [
                            "",
                            "remote",
                            "hybrid",
                            "on-site"
                        ],
                        "type": "string",
                        "description": "Filter by workplace type: remote, hybrid, or on-site. Leave blank for any."
                    },
                    "date_posted": {
                        "title": "Date Posted",
                        "enum": [
                            "",
                            "24h",
                            "3d",
                            "week",
                            "2weeks"
                        ],
                        "type": "string",
                        "description": "Restrict results to jobs posted within this window (24 hours, 3 days, last week, last 2 weeks). Leave blank for any time."
                    },
                    "salary_min": {
                        "title": "Minimum Salary (annual)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter to listings paying at least this much (interpreted as annual salary in the country's currency)."
                    },
                    "fetch_descriptions": {
                        "title": "Fetch Full Descriptions",
                        "type": "boolean",
                        "description": "<p>For each job card, also fetch the detail page and extract the full description (text + HTML). Doubles the request count but is required for description fields.</p>",
                        "default": true
                    },
                    "max_results": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Cap on jobs returned across all queries combined. Hard cap 10000.",
                        "default": 200
                    },
                    "max_concurrency": {
                        "title": "Max Concurrent Requests",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of in-flight HTTP requests. Higher = faster but more likely to trigger rate limits or Cloudflare. Recommended: 2-6.",
                        "default": 4
                    },
                    "max_requests_per_minute": {
                        "title": "Max Requests Per Minute",
                        "minimum": 1,
                        "maximum": 600,
                        "type": "integer",
                        "description": "Hard ceiling on request rate across all workers. Lowering this reduces blocking risk on residential proxies.",
                        "default": 30
                    },
                    "proxy": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "<p>Recommended: Apify residential proxy. Cloudflare often passes residential IPs at the HTTP layer; datacenter IPs typically fail and force browser fallback (slower & costlier).</p>"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
