# Tripadvisor Locations Search (`burbn/tripadvisor-locations-search`) Actor

Scrape complete Tripadvisor travel listings! Extract ratings, reviews, geo-coordinates, prices, cuisines & photos. Supports custom paging, sorting, and location IDs. Ready-to-use CSV/Excel views!

- **URL**: https://apify.com/burbn/tripadvisor-locations-search.md
- **Developed by:** [Kevin](https://apify.com/burbn) (community)
- **Categories:** Travel, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

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

## Tripadvisor Locations Search | Travel & Location Data API

Extract comprehensive travel data including geographic locations, hotels, restaurants, attractions, ratings, reviews, awards, and imagery from Tripadvisor. The ultimate scraper for travel planning, hospitality intelligence, competitive analysis, and location data enrichment.

### ❓ What is Tripadvisor Locations Search?

**Tripadvisor Locations Search** is a powerful Apify actor that lets you search and extract rich, structured travel data from Tripadvisor for any search term. Whether you are looking for hotels in Paris, restaurants in Tokyo, or attractions like the Eiffel Tower, this actor retrieves matching location profiles, contact details, photos, rankings, and rating summaries automatically.

With this Tripadvisor Locations Search actor, you can:

- 🔍 **Search by keyword** — Find hotels, restaurants, attractions, and locations globally.
- 📄 **Deep Pagination** — Control the number of pages to scrape using the `maxPages` parameter.
- ⭐ **Extract Rich Details** — Retrieve reviews, ratings, geo-coordinates, timezones, detailed addresses, and photo URLs.
- 🗂️ **Filter & Categorize** — Capture establishment types, categories, subcategories, price levels, and cuisines.
- 🏆 **Track Reputation** — Get awards, Tripadvisor rankings, rating images, and review snippets.
- 📊 **Export Structured Data** — Download your results in JSON, CSV, Excel, XML, and RSS formats.

### 🎯 What Data Can You Extract?

This Tripadvisor Locations Search actor extracts a wide range of fields for each result:

| Field | Description | Example |
|-------|-------------|---------|
| `query` | The original search query | `ohio` |
| `location_id` | Unique Tripadvisor location identifier | `28956` |
| `name` | Name of the location, hotel, restaurant, or attraction | `Ohio` |
| `result_type` | Type of result (`geos`, `hotels`, `restaurants`, `attractions`) | `geos` |
| `location_string` | Full location description or hierarchy | `Ohio` |
| `latitude` | Geographic latitude | `40.16644` |
| `longitude` | Geographic longitude | `-82.73651` |
| `rating` | Overall Tripadvisor rating (out of 5) | `4.5` |
| `num_reviews` | Total number of customer reviews | `1477830` |
| `timezone` | Local timezone of the location | `America/New_York` |
| `category` | High-level category (e.g. `Geographic`, `Hotel`, `Restaurant`, `Attraction`) | `Geographic` |
| `subcategories` | Specific subcategories | `State` |
| `description` | Comprehensive description or bio of the location | *Detailed paragraph of text...* |
| `address` | Full physical address | `123 Main St, Columbus, OH` |
| `photoUrl` | Direct URL to the primary original or large image | `https://media-cdn.tripadvisor.com/...` |
| `cuisine` | Cuisines offered (for restaurants) | `Italian, Pizza` |
| `establishment_types` | Types of establishments | `Fine Dining` |
| `awards` | List of awards won by the location | `["Travelers' Choice 2024"]` |
| `is_closed` | Boolean flag indicating if the location is permanently closed | `false` |
| `open_now_text` | Hours/openness status text | `Open Now` |
| `web_url` | Direct URL to the Tripadvisor profile page | `https://www.tripadvisor.com/...` |
| `ranking` | Tripadvisor popularity/ranking string | `#1 of 15 hotels in...` |
| `rating_image` | Direct URL to the rating bubble image | `https://www.tripadvisor.com/img/...` |
| `price_level` | Price rating (e.g., `$`, `$$ - $$$`, `$$$$`) | `$$ - $$$` |
| `price` | Price range details | `$50 - $120` |
| `distance` | Distance string from a specific reference point | `1.5 km` |
| `review_snippet` | Highlighted customer review text | `"Great place to visit!"` |

### 🚀 How to Use Tripadvisor Locations Search

#### Step 1: Enter a Search Query

Provide a location name, hotel, restaurant, or specific landmark. E.g., `ohio`, `eiffel tower`, `central park hotels`.

#### Step 2: Configure Parameters

| Input | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `query` | String | ✅ Yes | `eiffel tower` | The search term or location name you want to look up. |
| `maxPages` | Integer | ❌ No | `1` | The maximum number of search results pages to scrape. |
| `limit` | Integer | ❌ No | `30` | The number of items to return per page (max `30`). |
| `units` | String | ❌ No | `km` | Distance measurement units: `km` or `mi`. |
| `sort` | String | ❌ No | `relevance` | Sort order of results: `relevance` or `distance`. |
| `currency` | String | ❌ No | `USD` | The currency code for prices (e.g., `USD`, `EUR`, `INR`). |
| `lang` | String | ❌ No | `en_US` | Response language code (e.g., `en_US`, `fr_FR`). |
| `location_id` | Integer | ❌ No | *None* | Optional specific location ID to narrow down the search. You can easily obtain this ID using the [Tripadvisor Auto Complete](https://apify.com/burbn/tripadvisor-auto-complete) actor. |

#### Step 3: Run and Download Results

Click **Start** to run the Tripadvisor Locations Search scraper. Once completed, download your data in JSON, CSV, Excel, XML, or RSS formats.

### 📋 Example Input

```json
{
  "query": "ohio",
  "maxPages": 1,
  "limit": 5,
  "units": "mi",
  "sort": "relevance",
  "currency": "USD",
  "lang": "en_US"
}
````

### 📋 Example Output

```json
{
  "query": "ohio",
  "location_id": "28956",
  "name": "Ohio",
  "result_type": "geos",
  "location_string": "Ohio",
  "latitude": "40.16644",
  "longitude": "-82.73651",
  "num_reviews": "1477830",
  "timezone": "America/New_York",
  "category": "Geographic",
  "subcategories": "State",
  "description": "If you are looking for an active place to stay with world-class attractions, Ohio’s major cities can satisfy any vacation desire. Each offers its own distinct flavor of fun, from professional sports – Bengals (Cincinnati), Cavaliers (Cleveland) and Indians (Cleveland again) – to museums, outdoor activities and more. One of the most famous is the Rock and Roll Hall of Fame in Cleveland...",
  "ancestors": [
    {
      "name": "United States",
      "location_id": "191",
      "level": "Country"
    }
  ],
  "photoUrl": "https://media-cdn.tripadvisor.com/media/photo-o/08/92/bf/c1/perry-s-victory-international.jpg"
}
```

### 🎨 Dataset Views

The Tripadvisor Locations Search actor provides **3 organized dataset views** to help you inspect and analyze your data seamlessly:

| View | Description |
|------|-------------|
| 🌍 **Locations Overview** | Quick scan showing Name, Type, Location, Rating, Reviews, Category, and URL. |
| 📋 **Contact & Details** | Deep dive including Name, Address, Timezone, Latitude, Longitude, Ranking, and Closed status. |
| 🖼️ **Visuals & Feedback** | Engagement metrics showing Name, Photo, Review Snippet, Rating Image, Price, and Awards. |

### 💡 Use Cases for Tripadvisor Locations Search

- 🗺️ **Travel & Hospitality Aggregators** — Enrich your website, itineraries, or maps with description paragraphs, photos, and live ratings.
- 📈 **Market & Tourism Research** — Map tourist densities, popular categories, and regional ratings to identify travel trends.
- 🍽️ **Competitor Intelligence** — Keep track of hospitality ratings, pricing levels, reviews, and awards for hotels and restaurants in your area.
- 📍 **Local SEO & GIS Mapping** — Obtain clean geocoordinates, precise addresses, and correct local timezone mappings.
- 🎒 **Lead Generation & Partnerships** — Find high-quality, highly-rated restaurants and hotels for business partnerships or lead prospecting.

### 🔧 Tips for Best Results

1. **Be Specific** — E.g., use `Eiffel Tower, Paris` instead of just `Eiffel Tower` if you want to target a specific region directly.
2. **Optimize Max Pages** — Set `maxPages` to a reasonable level to get the depth of search you need. Each page crawls up to 30 location cards.
3. **Utilize Dataset Views** — Instead of downloading raw JSON with hundreds of nested fields, use the preconfigured Apify views (like **Locations Overview** or **Contact & Details**) for clean, ready-to-use CSV or Excel files.
4. **Get Location IDs from Auto-Complete** — To search for specific, precise entities or narrow geographies, you can first use the [Tripadvisor Auto Complete](https://apify.com/burbn/tripadvisor-auto-complete) actor to get the correct `location_id`, and then pass it here as an input parameter.

### 🏷️ Tags

`tripadvisor scraper` `tripadvisor search` `tripadvisor locations` `hotel scraper` `restaurant scraper` `attraction scraper` `travel data api` `travel advisor scraper` `tripadvisor rating` `location finder` `places scraper` `tourism scraper` `reviews scraper` `rapidapi travel` `osint travel` `lead generation hospitality` `geos scraper` `points of interest scraper`

### 🎁 Get $5 Free Apify Credits

New to Apify? [Sign up using this link](https://apify.com?fpr=free-credits) and get **$5 free credits** to start searching Tripadvisor locations right away! No credit card required.

### 📞 Support

For questions, feedback, or custom requests regarding the Tripadvisor Locations Search actor, please contact us through Apify or open a support issue.

***

**Happy searching! 🌍✨**

# Actor input Schema

## `query` (type: `string`):

Enter a search term (e.g., 'eiffel tower', 'new york').

## `maxPages` (type: `integer`):

Maximum number of pagination pages to scrape.

## `limit` (type: `integer`):

The number of items to return per page (max 30).

## `units` (type: `string`):

Distance measurement units.

## `sort` (type: `string`):

Sort order of the results.

## `currency` (type: `string`):

The currency code for prices (e.g., USD, EUR, INR).

## `lang` (type: `string`):

The language code for responses (e.g., en\_US, fr\_FR, de\_DE).

## `location_id` (type: `integer`):

Optional specific location ID to narrow down the search. You can easily obtain this ID using the [Tripadvisor Auto Complete](https://apify.com/burbn/tripadvisor-auto-complete) actor.

## Actor input object example

```json
{
  "query": "Tokyo",
  "maxPages": 1,
  "limit": 30,
  "units": "km",
  "sort": "relevance",
  "currency": "USD",
  "lang": "en_US"
}
```

# Actor output Schema

## `overview` (type: `string`):

View a list of extracted locations with ratings and reviews.

## `detailedInfo` (type: `string`):

View detailed addresses, coordinates and ranking information.

## `visualsAndFeedback` (type: `string`):

View photos, awards and review snippets.

# 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 = {
    "query": "Tokyo"
};

// Run the Actor and wait for it to finish
const run = await client.actor("burbn/tripadvisor-locations-search").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 = { "query": "Tokyo" }

# Run the Actor and wait for it to finish
run = client.actor("burbn/tripadvisor-locations-search").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 '{
  "query": "Tokyo"
}' |
apify call burbn/tripadvisor-locations-search --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Tripadvisor Locations Search",
        "description": "Scrape complete Tripadvisor travel listings! Extract ratings, reviews, geo-coordinates, prices, cuisines & photos. Supports custom paging, sorting, and location IDs. Ready-to-use CSV/Excel views!",
        "version": "1.0",
        "x-build-id": "r3oktOcXCevJH8cW2"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/burbn~tripadvisor-locations-search/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-burbn-tripadvisor-locations-search",
                "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/burbn~tripadvisor-locations-search/runs": {
            "post": {
                "operationId": "runs-sync-burbn-tripadvisor-locations-search",
                "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/burbn~tripadvisor-locations-search/run-sync": {
            "post": {
                "operationId": "run-sync-burbn-tripadvisor-locations-search",
                "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": [
                    "query"
                ],
                "properties": {
                    "query": {
                        "title": "🔍 Search Query",
                        "type": "string",
                        "description": "Enter a search term (e.g., 'eiffel tower', 'new york').",
                        "default": "Tokyo"
                    },
                    "maxPages": {
                        "title": "📄 Max Pages",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of pagination pages to scrape.",
                        "default": 1
                    },
                    "limit": {
                        "title": "🔢 Limit per Page",
                        "minimum": 1,
                        "maximum": 30,
                        "type": "integer",
                        "description": "The number of items to return per page (max 30).",
                        "default": 30
                    },
                    "units": {
                        "title": "📏 Units",
                        "enum": [
                            "km",
                            "mi"
                        ],
                        "type": "string",
                        "description": "Distance measurement units.",
                        "default": "km"
                    },
                    "sort": {
                        "title": "🔀 Sort Order",
                        "enum": [
                            "relevance",
                            "distance"
                        ],
                        "type": "string",
                        "description": "Sort order of the results.",
                        "default": "relevance"
                    },
                    "currency": {
                        "title": "💱 Currency",
                        "type": "string",
                        "description": "The currency code for prices (e.g., USD, EUR, INR).",
                        "default": "USD"
                    },
                    "lang": {
                        "title": "🗣️ Language",
                        "type": "string",
                        "description": "The language code for responses (e.g., en_US, fr_FR, de_DE).",
                        "default": "en_US"
                    },
                    "location_id": {
                        "title": "📍 Location ID",
                        "type": "integer",
                        "description": "Optional specific location ID to narrow down the search. You can easily obtain this ID using the [Tripadvisor Auto Complete](https://apify.com/burbn/tripadvisor-auto-complete) actor."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
