# Airbnb Listing Details Scraper (`cirkit/airbnb-details-scraper`) Actor

Paste any Airbnb /rooms/<id> URL and get every PDP field: photos, amenities, host info, ratings, house rules, location, pricing, and more. Fast Cheerio scraper, no browser, undercuts the market.

- **URL**: https://apify.com/cirkit/airbnb-details-scraper.md
- **Developed by:** [Crikit](https://apify.com/cirkit) (community)
- **Categories:** Real estate
- **Stats:** 8 total users, 6 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

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

## Airbnb Listing Details Scraper

Paste any Airbnb `/rooms/<id>` URL (or just a listing ID) and get back every field on the public PDP: title, description, host info, full photo list, every amenity, ratings + review category breakdown, house rules, location, pricing, availability and more. Fast Cheerio scraper, no headless browser, undercuts the market on price.

### What you give it

| Field | Type | Required | Notes |
|---|---|---|---|
| `startUrls` | array of `{url}` | one of | Airbnb `/rooms/<id>` URLs. |
| `listingIds` | array of strings | one of | Numeric listing IDs (we'll build the URL). |
| `maxItems` | integer | no | Hard cap. Leave empty for no cap. |
| `maxConcurrency` | integer | no | Default 6. Lower it if your selected proxy pool throttles. |
| `includeRawPayload` | boolean | no | Debug only. Adds ~150KB per item. |
| `proxyConfiguration` | object | no | Defaults to Apify Proxy automatic mode. You can select a proxy group or provide custom proxy URLs. |

### What you get back

One thorough JSON record per listing, structured into:

- **Core**: `id`, `propertyId`, `url`, `canonicalUrl`, `title`, `description`, `descriptionHtml`, `descriptionSections[]` (the space / guest access / during your stay / other things to note / registration), `propertyType`, `roomType`, `homeTier`, `personCapacity`, `bedrooms`, `beds`, `bathrooms`, `bathroomShared`
- **Location**: `coordinates {lat, lng}`, `locationSubtitle`, `locationDetails[]` (neighborhood highlights, getting around), `mapMarkerType`, `mapMarkerRadiusMeters`, `locationVerification`, `utcOffset`
- **Host**: `host.id`, `host.name`, `host.profilePictureUrl`, `host.isSuperhost`, `host.isVerified`, `host.about`, `host.highlights[]`, `host.responseTime`, `host.metrics[]` (years hosting, reviews, rating), `host.yearsHosting`, `host.coHosts[]`, `host.superhostTitle`, `host.superhostText`, `host.hostDetails[]`
- **Photos**: ordered `photos[]` array with `{id, url, accessibilityLabel, aspectRatio, orientation, roomCategory, position}`, plus `coverImage` and `previewPhotos[]`. `roomCategory` ties each photo to "Bedroom" / "Kitchen" / "Bathroom" / etc.
- **Amenities**: `amenities[]` flat list with `{id, title, subtitle, available, icon, category}`, plus `amenityGroups[]` keeping Airbnb's category structure, plus `amenityIds[]` from logging context
- **Highlights**: `highlights[]` (e.g. "Top 5% of homes", "Self check-in")
- **Sleeping arrangements**: `sleepingArrangements[]` with per-room title, subtitle, icons, images
- **Accessibility**: `accessibilityFeatures[]` grouped by area, each with `{title, subtitle, available, images}`
- **House rules**: `houseRules[]` quick list, `houseRulesGrouped[]` full breakdown, `additionalHouseRules` free text
- **Safety & property**: `safetyAndProperty[]` preview + `safetyAndPropertyGrouped[]` full breakdown
- **Policies**: `cancellationPolicy {title, forDisplay}`, `propertyLicenses[]`, `importantInformation[]`
- **Reviews**: `reviewCount`, `overallRating`, `ratingCategories[]` (cleanliness / accuracy / check-in / communication / location / value), `ratingDistribution[]` (5–1 stars), `reviewTags[]`, `isGuestFavorite`, `qualityScorePercentile`, `inlineReviews[]` (first ~6 from the SSR payload — for full pagination use the sibling `airbnb-review-scraper`)
- **Pricing & availability** (when Airbnb includes it in the listing payload): `available`, `canInstantBook`, `petsAllowed`, `maxGuestCapacity`, `priceLabel`, `priceOriginal`, `priceDiscounted`, `priceQualifier`, `priceBreakdown`, `unavailabilityMessage`, `priceDisclaimer`, `currency`, `minNights`, `maxNights`, `availabilityItems[]`
- **SEO**: `seoFeatures` with `canonicalUrl`, `seoTitle`, `seoMetaDescription`, `breadcrumbs[]`, `nearbyCities[]`, `otherPropertyTypes[]`, `ogTags`, `indexInSearchEngines`
- **Meta**: `pdpType` (`MARKETPLACE` / `LUXE` / `PLUS` / `HOTEL_TONIGHT`), `pdpUrlType`, `isHotelStay`, `isLuxe`, `locale`, `scrapedAt`, `finalUrl`

If a field is genuinely missing from the listing (e.g. host hasn't set a description), the value is `null`. We score against `extracted ÷ available`, not `extracted ÷ requested`.

### Pricing

This actor is designed for Apify result pricing: each successful listing pushed to the default dataset is one billable result. Individual failed listing attempts are stored in the key-value store under `ERRORS`; if a run produces no listing results at all, the actor pushes one run-level error item so the processing attempt is still visible and billable.

Worked examples at $0.0015 per result:

- 100 listings: $0.15
- 1,000 listings: $1.50
- 10,000 listings: $15.00

Cheaper than competitor `red.cars/airbnb-scraper` at $0.005/item (70% less) and undercuts `tri_angle/airbnb-scraper`'s flat $30/month for everything except the heaviest bulk users.

### How it works

We pull the SSR JSON payload Airbnb embeds in `<script id="data-deferred-state-0">` on every `/rooms/<id>` page. No headless browser, no network of GraphQL calls. One HTTP request → one full record. That's why we can charge under a fifth of a cent per listing.

### Limits to be aware of

- **Deleted / migrated listings** return a `{ "extractionStatus": "notfound", ... }` row rather than retrying — Airbnb serves a 200 OK with a 404 page for these. If a listing you expect to exist comes back `notfound`, open it in a browser to confirm it's still live.
- **Date-specific pricing fields** only appear when Airbnb includes them in the listing page payload. If you need a dated quote, paste a listing URL that already has Airbnb's `check_in` / `check_out` / `guests` query parameters.
- **Min/max nights** typically only surface when Airbnb includes calendar data in the page payload; for date-less fetches these are often `null`.
- **Inline reviews** are the first ~6 from the PDP payload. For full review pagination use our companion `airbnb-review-scraper` actor (handles the persisted GraphQL endpoint).
- **Airbnb redirects** `.com` to the visitor's regional domain (`.ca`, `.co.uk`, etc.). The actor follows redirects transparently.
- **Proxy:** Apify Proxy automatic mode is the default and is what we test against. If you're hitting throttling on a tight schedule, you can plug your own residential URLs into `proxyConfiguration`.

#### Plugging in your own proxy

In the `proxyConfiguration` input, set:

```jsonc
{
  "proxyConfiguration": {
    "proxyUrls": [
      "http://user:pass@residential.brightdata.com:22225",
      "http://user:pass@gate.smartproxy.com:7000"
      // ...add as many as you want; Crawlee will round-robin
    ]
  }
}
````

### FAQ

**Why is this cheaper than the alternatives?**
Most other Airbnb scrapers use Playwright (a real browser). We don't need one because Airbnb already server-renders the full payload as JSON. Cheerio + raw HTTP is roughly 8x faster and 8x cheaper.

**Can I get full reviews, not just the inline ones?**
Use `airbnb-review-scraper` (same author). It paginates the persisted GraphQL endpoint and pulls every review with date filtering.

**Can I scrape a search URL?**
Use `airbnb-search` (same author). Paste any Airbnb search URL or location and get every result.

**How fresh is the data?**
Every run hits the live PDP. No caching on our end.

### Changelog

- `0.1.8` — Detect Airbnb's 404 page directly and push a `{"extractionStatus": "notfound"}` row instead of retrying 5×. Test fixtures replaced with currently-active listing IDs.
- `0.1.7` — Multi-listing runs with partial success now exit `SUCCEEDED` (was `FAILED`). Empty / unparseable input pushes a clean error row instead of throwing.
- `0.1` — Initial release.

# Actor input Schema

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

One or more Airbnb listing URLs (e.g. https://www.airbnb.com/rooms/12937). Mix freely with listingIds below. Each URL is processed independently.

## `listingIds` (type: `array`):

Convenience input — pass just the numeric listing IDs and we'll build the URLs for you. Mix with startUrls above.

## `maxItems` (type: `integer`):

Hard cap on the total number of listings to push. Leave empty for no limit.

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

How many listings to fetch in parallel. Lower this if you see throttling from your selected proxy pool.

## `includeRawPayload` (type: `boolean`):

Set true to attach the raw parsed Airbnb sections and pdpPresentation to each item. Adds ~150KB per item — leave off unless you're debugging the extractor.

## `strictMode` (type: `boolean`):

When on, the actor retries any listing that returns a partial (rather than full) PDP payload. When off (default), partial extractions are pushed with extractionStatus set to 'partial' so you still get whatever Airbnb returned.

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

Proxy configuration for Airbnb requests. The default uses Apify Proxy automatic mode; you can also choose a specific Apify proxy group or provide custom proxy URLs.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.airbnb.com/rooms/12937"
    }
  ],
  "listingIds": [],
  "maxConcurrency": 6,
  "includeRawPayload": false,
  "strictMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `items` (type: `string`):

All items extracted in the latest run.

## `itemsCsv` (type: `string`):

All items in CSV format.

## `itemsJson` (type: `string`):

All items in JSON format.

## `errors` (type: `string`):

Individual failed listing attempts, if any. Stored outside the default dataset; runs with zero listing results still push one run-level error item.

## `consoleRun` (type: `string`):

No description

# API

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

## JavaScript example

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

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

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

// Run the Actor and wait for it to finish
const run = await client.actor("cirkit/airbnb-details-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 = {
    "startUrls": [{ "url": "https://www.airbnb.com/rooms/12937" }],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("cirkit/airbnb-details-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 '{
  "startUrls": [
    {
      "url": "https://www.airbnb.com/rooms/12937"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call cirkit/airbnb-details-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Airbnb Listing Details Scraper",
        "description": "Paste any Airbnb /rooms/<id> URL and get every PDP field: photos, amenities, host info, ratings, house rules, location, pricing, and more. Fast Cheerio scraper, no browser, undercuts the market.",
        "version": "0.1",
        "x-build-id": "skdBXsFr6lxyzscno"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/cirkit~airbnb-details-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-cirkit-airbnb-details-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/cirkit~airbnb-details-scraper/runs": {
            "post": {
                "operationId": "runs-sync-cirkit-airbnb-details-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/cirkit~airbnb-details-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-cirkit-airbnb-details-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": {
                    "startUrls": {
                        "title": "Listing URLs",
                        "type": "array",
                        "description": "One or more Airbnb listing URLs (e.g. https://www.airbnb.com/rooms/12937). Mix freely with listingIds below. Each URL is processed independently.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "listingIds": {
                        "title": "Listing IDs",
                        "type": "array",
                        "description": "Convenience input — pass just the numeric listing IDs and we'll build the URLs for you. Mix with startUrls above.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Hard cap on the total number of listings to push. Leave empty for no limit."
                    },
                    "maxConcurrency": {
                        "title": "Max concurrent requests",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many listings to fetch in parallel. Lower this if you see throttling from your selected proxy pool.",
                        "default": 6
                    },
                    "includeRawPayload": {
                        "title": "Include raw PDP payload (debug)",
                        "type": "boolean",
                        "description": "Set true to attach the raw parsed Airbnb sections and pdpPresentation to each item. Adds ~150KB per item — leave off unless you're debugging the extractor.",
                        "default": false
                    },
                    "strictMode": {
                        "title": "Strict mode (retry partial payloads)",
                        "type": "boolean",
                        "description": "When on, the actor retries any listing that returns a partial (rather than full) PDP payload. When off (default), partial extractions are pushed with extractionStatus set to 'partial' so you still get whatever Airbnb returned.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy configuration for Airbnb requests. The default uses Apify Proxy automatic mode; you can also choose a specific Apify proxy group or provide custom proxy URLs.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
