# Airbnb Scraper — Listings, Rooms, Reviews, Calendar & Hosts (`openclawai/airbnb-scraper`) Actor

Scrape Airbnb at scale: search listings by URL or map area, fetch full room details with pricing, reviews, calendar availability, host portfolios, and Experiences. Pay only per record delivered.

- **URL**: https://apify.com/openclawai/airbnb-scraper.md
- **Developed by:** [Pika Choo](https://apify.com/openclawai) (community)
- **Categories:** Travel, Real estate, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 listing scrapeds

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

## 🏡 Airbnb Scraper — Listings, Rooms, Reviews, Calendar & Hosts

Scrape Airbnb at scale — search listings, fetch full room details, pull reviews and availability, list a host's entire portfolio, and search Experiences. One actor, seven modes, pay-per-record pricing.

---

### ✨ Features

- 🔗 **Search by URL** — paste any airbnb.com search URL with filters applied
- 🗺️ **Search by bounding box** — lat/lng + dates + amenities + price range
- 🏠 **Room details** — full listing data including price quote, amenities, host, photos
- ⭐ **Reviews** — per-listing review extraction in any language
- 📅 **Calendar** — availability and pricing per night
- 👤 **Host portfolio** — every active listing of a given host
- 🎭 **Experiences** — Airbnb Experiences search by place
- 🛡️ **Residential proxy ready** — Airbnb's bot defenses are no joke

---

### 🎯 Use cases

- **Short-term rental analytics** — track supply, occupancy proxies, and pricing in any market
- **Dynamic pricing tools** — feed live comp data into your pricing engine
- **Property investors & STR underwriting** — comp neighborhoods before buying
- **Travel agencies & relocation services** — surface options for clients in seconds
- **Market researchers** — measure shifts in supply, demand, and host behavior

---

### 📥 Input

Pick a `mode`, then fill in the relevant inputs. Each input field on the form has inline help.

| Mode | Required | Optional |
|---|---|---|
| `search_by_url` | `searchUrl` | `currency`, `language`, `maxResults` |
| `search_by_bbox` | `neLat`, `neLng`, `swLat`, `swLng` | `checkIn`, `checkOut`, `priceMin/Max`, `placeType`, `amenities`, `freeCancellation`, `zoom` |
| `room_details` | `roomUrls` | `checkIn`, `checkOut`, `adults`, `currency` |
| `room_reviews` | `roomUrls` | `language`, `maxResults` |
| `room_calendar` | `roomUrls` | — |
| `host_listings` | `hostId` | `currency`, `language` |
| `experience_search` | `experiencePlaceId` | `language` |

---

### 📤 Output

Every record carries a `record_type` field: `listing`, `room`, `review`, `calendar`, `host_listing`, or `experience`. See the dataset preview tabs (Overview / Hosts / Full) for the structured fields each record exposes.

---

### 💵 Pricing — pay only for delivered records

| Event | Price | When |
|---|---|---|
| `listing-scraped` | $0.002 | per search result |
| `room-details-scraped` | $0.005 | per full room detail page |
| `review-scraped` | $0.001 | per review row |
| `calendar-month-scraped` | $0.005 | per calendar month |
| `host-listing-scraped` | $0.003 | per host portfolio item |
| `experience-scraped` | $0.003 | per experience result |

Empty results and failed runs are not charged — you only pay when data lands in the dataset.

---

### ⚠️ Notes

- For bounding-box search to return prices, set both `checkIn` and `checkOut`.
- Airbnb rate-limits aggressively on datacenter IPs — leave the default residential proxy on.
- Use `maxResults` to cap large queries and avoid billing surprises.

# Actor input Schema

## `mode` (type: `string`):

Which scrape to run. Each mode uses different inputs and bills a different per-record event. See the readme for full schemas per mode.
## `searchUrl` (type: `string`):

Used by mode = search_by_url. Paste a full airbnb.com/s/… URL with your dates, price, amenity, and map filters already applied. The easiest way: filter on airbnb.com in your browser, then copy the URL.
## `checkIn` (type: `string`):

Check-in date. Required for bbox search to receive prices, and for room_details to receive a quote. Format: YYYY-MM-DD.
## `checkOut` (type: `string`):

Check-out date. Same rules as check-in.
## `adults` (type: `integer`):

Number of adult guests for the price quote.
## `neLat` (type: `number`):

Bounding box — north-east latitude. Used by mode = search_by_bbox.
## `neLng` (type: `number`):

Bounding box — north-east longitude.
## `swLat` (type: `number`):

Bounding box — south-west latitude.
## `swLng` (type: `number`):

Bounding box — south-west longitude.
## `zoom` (type: `integer`):

Map zoom level (1–20). Higher = tighter results.
## `priceMin` (type: `integer`):

Minimum nightly price filter (in `currency`). 0 = no minimum.
## `priceMax` (type: `integer`):

Maximum nightly price filter (in `currency`). 0 = no maximum.
## `placeType` (type: `string`):

Filter by listing type. Leave as Any to return all.
## `amenities` (type: `array`):

Airbnb amenity IDs to filter by. Example: [4, 7] = WiFi + Pool. Full list in the readme.
## `freeCancellation` (type: `boolean`):

Only return listings with flexible/free cancellation.
## `roomUrls` (type: `array`):

List of airbnb.com/rooms/<id> URLs. Used by modes: room_details, room_reviews, room_calendar. Max 100 per run.
## `hostId` (type: `string`):

Numeric Airbnb host/user ID. Used by mode = host_listings. Find it in the host's profile URL: airbnb.com/users/show/<id>.
## `experiencePlaceId` (type: `string`):

Place ID for Experiences search. Used by mode = experience_search.
## `currency` (type: `string`):

ISO currency code for price data. Examples: USD, EUR, GBP, JPY, MXN.
## `language` (type: `string`):

ISO 2-letter language code. Examples: en, es, fr, de, pt, ja, zh.
## `maxResults` (type: `integer`):

Cap on listings returned (search modes) or reviews fetched per room (review mode). Prevents billing surprises.
## `proxyConfiguration` (type: `object`):

Proxy settings. Residential proxies recommended — Airbnb fingerprints datacenter IPs aggressively.

## Actor input object example

```json
{
  "mode": "search_by_url",
  "searchUrl": "https://www.airbnb.com/s/Lisbon--Portugal/homes?checkin=2026-06-10&checkout=2026-06-15&adults=2",
  "checkIn": "2026-06-10",
  "checkOut": "2026-06-15",
  "adults": 2,
  "neLat": 38.78,
  "neLng": -9.1,
  "swLat": 38.69,
  "swLng": -9.23,
  "zoom": 12,
  "priceMin": 0,
  "priceMax": 0,
  "placeType": "",
  "freeCancellation": false,
  "hostId": "12345678",
  "currency": "USD",
  "language": "en",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
````

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("openclawai/airbnb-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("openclawai/airbnb-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 '{}' |
apify call openclawai/airbnb-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Airbnb Scraper — Listings, Rooms, Reviews, Calendar & Hosts",
        "description": "Scrape Airbnb at scale: search listings by URL or map area, fetch full room details with pricing, reviews, calendar availability, host portfolios, and Experiences. Pay only per record delivered.",
        "version": "1.0",
        "x-build-id": "Z57S4UfXkeaYM84Dv"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/openclawai~airbnb-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-openclawai-airbnb-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/openclawai~airbnb-scraper/runs": {
            "post": {
                "operationId": "runs-sync-openclawai-airbnb-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/openclawai~airbnb-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-openclawai-airbnb-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",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "🎯 Mode",
                        "enum": [
                            "search_by_url",
                            "search_by_bbox",
                            "room_details",
                            "room_reviews",
                            "room_calendar",
                            "host_listings",
                            "experience_search"
                        ],
                        "type": "string",
                        "description": "Which scrape to run. Each mode uses different inputs and bills a different per-record event. See the readme for full schemas per mode.",
                        "default": "search_by_url"
                    },
                    "searchUrl": {
                        "title": "🔗 Airbnb Search URL",
                        "type": "string",
                        "description": "Used by mode = search_by_url. Paste a full airbnb.com/s/… URL with your dates, price, amenity, and map filters already applied. The easiest way: filter on airbnb.com in your browser, then copy the URL."
                    },
                    "checkIn": {
                        "title": "📅 Check-in (YYYY-MM-DD)",
                        "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                        "type": "string",
                        "description": "Check-in date. Required for bbox search to receive prices, and for room_details to receive a quote. Format: YYYY-MM-DD."
                    },
                    "checkOut": {
                        "title": "📅 Check-out (YYYY-MM-DD)",
                        "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                        "type": "string",
                        "description": "Check-out date. Same rules as check-in."
                    },
                    "adults": {
                        "title": "👥 Adults",
                        "minimum": 1,
                        "maximum": 16,
                        "type": "integer",
                        "description": "Number of adult guests for the price quote.",
                        "default": 2
                    },
                    "neLat": {
                        "title": "🧭 NE latitude",
                        "type": "number",
                        "description": "Bounding box — north-east latitude. Used by mode = search_by_bbox."
                    },
                    "neLng": {
                        "title": "🧭 NE longitude",
                        "type": "number",
                        "description": "Bounding box — north-east longitude."
                    },
                    "swLat": {
                        "title": "🧭 SW latitude",
                        "type": "number",
                        "description": "Bounding box — south-west latitude."
                    },
                    "swLng": {
                        "title": "🧭 SW longitude",
                        "type": "number",
                        "description": "Bounding box — south-west longitude."
                    },
                    "zoom": {
                        "title": "🔍 Map zoom",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Map zoom level (1–20). Higher = tighter results.",
                        "default": 12
                    },
                    "priceMin": {
                        "title": "💵 Min nightly price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum nightly price filter (in `currency`). 0 = no minimum.",
                        "default": 0
                    },
                    "priceMax": {
                        "title": "💵 Max nightly price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum nightly price filter (in `currency`). 0 = no maximum.",
                        "default": 0
                    },
                    "placeType": {
                        "title": "🏘️ Place type",
                        "enum": [
                            "",
                            "Entire home/apt",
                            "Private room",
                            "Shared room",
                            "Hotel room"
                        ],
                        "type": "string",
                        "description": "Filter by listing type. Leave as Any to return all.",
                        "default": ""
                    },
                    "amenities": {
                        "title": "🎁 Amenity IDs",
                        "type": "array",
                        "description": "Airbnb amenity IDs to filter by. Example: [4, 7] = WiFi + Pool. Full list in the readme.",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "freeCancellation": {
                        "title": "↩️ Free cancellation only",
                        "type": "boolean",
                        "description": "Only return listings with flexible/free cancellation.",
                        "default": false
                    },
                    "roomUrls": {
                        "title": "🏠 Room URLs (batch)",
                        "maxItems": 100,
                        "uniqueItems": true,
                        "type": "array",
                        "description": "List of airbnb.com/rooms/<id> URLs. Used by modes: room_details, room_reviews, room_calendar. Max 100 per run.",
                        "items": {
                            "type": "string",
                            "pattern": "^https?://"
                        }
                    },
                    "hostId": {
                        "title": "👤 Host ID",
                        "pattern": "^[0-9]+$",
                        "type": "string",
                        "description": "Numeric Airbnb host/user ID. Used by mode = host_listings. Find it in the host's profile URL: airbnb.com/users/show/<id>."
                    },
                    "experiencePlaceId": {
                        "title": "🎭 Experience place ID",
                        "type": "string",
                        "description": "Place ID for Experiences search. Used by mode = experience_search."
                    },
                    "currency": {
                        "title": "💱 Currency",
                        "pattern": "^[A-Z]{3}$",
                        "type": "string",
                        "description": "ISO currency code for price data. Examples: USD, EUR, GBP, JPY, MXN.",
                        "default": "USD"
                    },
                    "language": {
                        "title": "🌐 Language",
                        "pattern": "^[a-z]{2}$",
                        "type": "string",
                        "description": "ISO 2-letter language code. Examples: en, es, fr, de, pt, ja, zh.",
                        "default": "en"
                    },
                    "maxResults": {
                        "title": "📊 Max results",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Cap on listings returned (search modes) or reviews fetched per room (review mode). Prevents billing surprises.",
                        "default": 100
                    },
                    "proxyConfiguration": {
                        "title": "🛡️ Proxy",
                        "type": "object",
                        "description": "Proxy settings. Residential proxies recommended — Airbnb fingerprints datacenter IPs aggressively.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
