# Coolblue Scraper (`unfenced-group/coolblue-scraper`) Actor

Scrape Coolblue.nl products: prices, discounts, stock, delivery, ratings, reviews, pros/cons, specs and images. Search, category or URL input. 30+ fields.

- **URL**: https://apify.com/unfenced-group/coolblue-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.69 / 1,000 product scrapeds

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

## Coolblue Scraper

![Coolblue Scraper](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/coolblue-scraper)

Extract products from coolblue.nl at scale, in a clean, consistent structure ready for price monitoring, market research, catalogue analysis and resale tooling. No API key required.

---

### Why this scraper?

#### 🎯 Built for coolblue.nl
A dedicated Dutch scraper tuned for coolblue.nl — its categories, price formats and currency (EUR), not a generic tool pointed at it.

#### 📦 Stock status
Availability on every record, so you can monitor stock and catch restocks.

#### ⭐ Review signals
Average rating and review count for every item that has them.

#### 🖼️ Photos
Photo URLs for every product where the source publishes them.

#### 📄 Full item content
Complete description and title for every record, with a direct link back to the source.

---

### Input parameters

| Parameter | Type | Default | Description |
|---|---|---|---|
| `searchQueries` | array | `["sony wh-1000xm5"]` | Keywords to search on Coolblue (e.g. "sony wh-1000xm5"). Best for specific products. Broad category words (e.g. "laptop") redirect to a category page — use the Categories field for those. |
| `categories` | array | (empty) | Category slug or keyword (e.g. "laptops", "koptelefoons", "wasmachines"). Pulls every product in that category from Coolblue's sitemap, then scrapes each. Full catalogue coverage. |
| `productUrls` | array | (empty) | Direct Coolblue product page URLs to scrape. |
| `startUrls` | array | (empty) | Coolblue product URLs or /zoeken search URLs. |
| `language` | string | `"nl"` | Site language. nl = Dutch storefront, en = English storefront. |
| `fetchDetails` | boolean | `true` | Fetch each product page for the full field set (price, reviews, stock, pros/cons, delivery). Leave on for richest data. |
| `maxResults` | integer | `5` | Maximum number of products to scrape. Set 0 for no limit. |

---

### Output schema

Every field below is present on every record. Fields the source does not publish for a given item are returned as `null` rather than omitted.

| Field | Type | Description |
|---|---|---|
| `productId` | string | Unique product ID from the source. |
| `name` | string | Item name as published. |
| `brand` | string | Brand as published. |
| `url` | string | Direct link to the item. |
| `sku` | string | SKU where published. |
| `salesPrice` | number | Sales price. |
| `listPrice` | string | List price. |
| `referencePrice` | string | Reference price. |
| `currency` | string | Currency code of the price. |
| `discountAmount` | string | Discount amount. |
| `discountPercentage` | string | Discount percentage. |
| `onSale` | boolean | On sale. |
| `availability` | string | Stock or availability status as published. |
| `availabilityState` | string | Availability state. |
| `inStock` | boolean | `true` when the item is in stock. |
| `deliveryPromise` | string | Delivery promise. |
| `itemCondition` | string | Item condition. |
| `reviewRating` | number | Review rating. |
| `reviewCount` | number | Number of reviews on the source. |
| `ratingScale` | number | Rating scale. |
| `pros` | array | Pros. |
| `cons` | array | Cons. |
| `energyLabel` | string | Energy label. |
| `category` | string | Category on the source. |
| `categoryPath` | array | Category path. |
| `description` | string | Full item description in plain text. |
| `descriptionMarkdown` | string | Description markdown. |
| `images` | array | URLs of item photos. |
| `mainImage` | string | Main image. |
| `imageCount` | number | Image count. |
| `language` | string | `nl` for Dutch, `en` for English |
| `scrapedAt` | string | ## Input

Four ways to choose what to scrape. Combine any of them.

#### Search queries

Best for specific products. Broad single words (like "laptop") redirect to a category page on Coolblue — use the **Categories** field for those.

```json
{
  "searchQueries": ["sony wh-1000xm5", "dyson v15"],
  "maxResults": 20,
  "fetchDetails": true
}
````

#### Categories

Pulls every product in a category from Coolblue's own catalogue, then scrapes each one. Use a category slug or keyword.

```json
{
  "categories": ["laptops", "koptelefoons", "wasmachines"],
  "maxResults": 100
}
```

#### Product URLs

Scrape specific product pages directly.

```json
{
  "productUrls": [
    "https://www.coolblue.nl/product/913731/samsung-990-pro-2tb-nvme-ssd.html"
  ]
}
```

#### Start URLs

Product pages or `/zoeken` search URLs.

```json
{
  "startUrls": [
    "https://www.coolblue.nl/zoeken?query=koffiezetapparaat"
  ]
}
```

#### Options |

#### Example record

```json
{
  "productId": "905648",
  "name": "Sony WH-1000XM5 Zwart",
  "brand": "Sony",
  "url": "https://www.coolblue.nl/product/905648/sony-wh-1000xm5-zwart.html",
  "sku": "905648",
  "salesPrice": 261,
  "listPrice": null,
  "referencePrice": null,
  "currency": "EUR",
  "discountAmount": null,
  "discountPercentage": null,
  "onSale": false,
  "availability": "InStock",
  "availabilityState": "OnStock",
  "inStock": true,
  "deliveryPromise": "Morgen in huis",
  "itemCondition": "NewCondition",
  "reviewRating": 8.6,
  "reviewCount": 16,
  "ratingScale": 10,
  "pros": [],
  "cons": [],
  "energyLabel": null,
  "category": "Portable audio",
  "categoryPath": [
    "Portable audio",
    "Koptelefoons",
    "Sony koptelefoons",
    "Sony WH koptelefoons"
  ],
  "description": "De Sony WH-1000XM5 Zwart is een draadloze koptelefoon met topklasse noise cancelling. Dankzij de 2 noise cancelling processors dempt de koptelefoon omgevingsgeluid zeer precies. Zo heb je minder last …",
  "descriptionMarkdown": "De Sony WH-1000XM5 Zwart is een draadloze koptelefoon met topklasse noise cancelling. Dankzij de 2 noise cancelling processors dempt de koptelefoon omgevingsgeluid zeer precies. Zo heb je minder last …",
  "images": [
    "https://image.coolblue.nl/500x500/products/1755757",
    "https://image.coolblue.nl/480x360/products/1755757",
    "https://image.coolblue.nl/512x288/products/1755757"
  ],
  "mainImage": "https://image.coolblue.nl/500x500/products/1755757",
  "imageCount": 3,
  "language": "nl",
  "scrapedAt": "2026-07-02T15:31:22.298Z"
}
```

***

### Examples

**Search for laptop:**

```json
{
  "searchQueries": [
    "laptop"
  ],
  "maxResults": 100
}
```

**Filter by category or condition:**

```json
{
  "searchQueries": [
    "laptop"
  ],
  "maxResults": 100,
  "categories": [
    "used"
  ]
}
```

**Scrape a specific search URL:**

```json
{
  "startUrls": [
    {
      "url": "https://www.coolblue.nl/zoeken?query=koffiezetapparaat"
    }
  ],
  "maxResults": 200
}
```

**Daily monitoring (run on a schedule):**

```json
{
  "searchQueries": [
    "laptop"
  ],
  "maxResults": 500
}
```

Schedule this input to run once a day in the Apify Scheduler to track prices, stock and new items over time.

***

### 💰 Pricing

**$0.89 per 1,000 results** — you only pay for successfully retrieved products. Failed retries are never charged.

| Results | Cost |
|---|---|
| 100 | ~$0.09 |
| 1,000 | ~$0.89 |
| 10,000 | ~$8.90 |
| 100,000 | ~$89.00 |

> Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Subscription tiers lower the rate further, down to $0.69 per 1,000 at the highest tier. Use the **Max results** cap in the input to control your spend exactly.

***

### Performance

| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |

***

### Known limitations

- Some fields (brand, condition, shipping) are only returned when the seller or source publishes them — expect `null` on a share of records.
- Prices and stock change constantly; records reflect the moment of scraping.
- Very large result sets are bounded by the source's own paging limits.
- Items can sell or be withdrawn at any time, so a small share of URLs may expire shortly after scraping.

***

### Technical details

- **Source:** coolblue.nl
- **Coverage:** everything the public search exposes, filterable via the input parameters above
- **Retry:** automatic retry on network errors with exponential backoff

***

### Need a custom scraper?

**[Unfenced Group](https://www.unfencedgroup.nl)** builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

**Get in touch:** [www.unfencedgroup.nl](https://www.unfencedgroup.nl)

# Actor input Schema

## `searchQueries` (type: `array`):

Keywords to search on Coolblue (e.g. "sony wh-1000xm5"). Best for specific products. Broad category words (e.g. "laptop") redirect to a category page — use the Categories field for those.

## `categories` (type: `array`):

Category slug or keyword (e.g. "laptops", "koptelefoons", "wasmachines"). Pulls every product in that category from Coolblue's sitemap, then scrapes each. Full catalogue coverage.

## `productUrls` (type: `array`):

Direct Coolblue product page URLs to scrape.

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

Coolblue product URLs or /zoeken search URLs.

## `language` (type: `string`):

Site language. nl = Dutch storefront, en = English storefront.

## `fetchDetails` (type: `boolean`):

Fetch each product page for the full field set (price, reviews, stock, pros/cons, delivery). Leave on for richest data.

## `maxResults` (type: `integer`):

Maximum number of products to scrape. Set 0 for no limit.

## Actor input object example

```json
{
  "searchQueries": [
    "sony wh-1000xm5"
  ],
  "categories": [],
  "productUrls": [],
  "startUrls": [],
  "language": "nl",
  "fetchDetails": true,
  "maxResults": 5
}
```

# Actor output Schema

## `results` (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 = {
    "searchQueries": [
        "sony wh-1000xm5"
    ],
    "categories": [],
    "productUrls": [],
    "startUrls": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/coolblue-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 = {
    "searchQueries": ["sony wh-1000xm5"],
    "categories": [],
    "productUrls": [],
    "startUrls": [],
}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/coolblue-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 '{
  "searchQueries": [
    "sony wh-1000xm5"
  ],
  "categories": [],
  "productUrls": [],
  "startUrls": []
}' |
apify call unfenced-group/coolblue-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Coolblue Scraper",
        "description": "Scrape Coolblue.nl products: prices, discounts, stock, delivery, ratings, reviews, pros/cons, specs and images. Search, category or URL input. 30+ fields.",
        "version": "0.0",
        "x-build-id": "6dwezddtnlOQ9dgOF"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~coolblue-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-coolblue-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/unfenced-group~coolblue-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-coolblue-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/unfenced-group~coolblue-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-coolblue-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": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Keywords to search on Coolblue (e.g. \"sony wh-1000xm5\"). Best for specific products. Broad category words (e.g. \"laptop\") redirect to a category page — use the Categories field for those.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "categories": {
                        "title": "Categories",
                        "type": "array",
                        "description": "Category slug or keyword (e.g. \"laptops\", \"koptelefoons\", \"wasmachines\"). Pulls every product in that category from Coolblue's sitemap, then scrapes each. Full catalogue coverage.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "productUrls": {
                        "title": "Product URLs",
                        "type": "array",
                        "description": "Direct Coolblue product page URLs to scrape.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Coolblue product URLs or /zoeken search URLs.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "language": {
                        "title": "Language",
                        "enum": [
                            "nl",
                            "en"
                        ],
                        "type": "string",
                        "description": "Site language. nl = Dutch storefront, en = English storefront.",
                        "default": "nl"
                    },
                    "fetchDetails": {
                        "title": "Fetch full product details",
                        "type": "boolean",
                        "description": "Fetch each product page for the full field set (price, reviews, stock, pros/cons, delivery). Leave on for richest data.",
                        "default": true
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of products to scrape. Set 0 for no limit.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
