# Yelp Business & Reviews Scraper — Phone, Website, Ratings (`bovi/yelp-scraper`) Actor

Scrape Yelp businesses by keyword and location: name, address, phone, website, rating, review count and categories. Reliable managed access that keeps working when basic Yelp scrapers get blocked. Lead-generation ready — pay per result.

- **URL**: https://apify.com/bovi/yelp-scraper.md
- **Developed by:** [Vitalii Bondarev](https://apify.com/bovi) (community)
- **Categories:** Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.75 / 1,000 business leads

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

## Yelp Business Leads Scraper — Phone, Reviews & Contacts

Turn Yelp into a **B2B lead list**. Search by keyword + location (e.g. *plumbers in Austin, TX*) and export every business with the fields a sales team actually needs: **name, phone, website, rating, review count, address, category, and hours**. No Yelp account, no API key — paste a search and get a ready-to-call lead list.

### Why this actor?

Most Yelp scrapers break the moment Yelp tightens its bot protection — that's why the field averages 3 stars and rivals routinely return **zero results** on a hot day. This actor reaches Yelp through a **managed-access browser** (a real, resilient browser that handles the protected target reliably), so it keeps returning leads when request-based scrapers get blocked.

- **Built for lead-gen** — phone + website + address per business, not just raw listings
- **Reliable access to a protected target** — managed browser handles the challenge layer; runs on your Apify account, no proxy key to supply
- **`parse_confidence` per record** — know exactly how complete each lead is before you import it
- **Flat schema** — drops straight into a CRM, spreadsheet, or dialer

### What you need

Nothing but a search. No Yelp developer account, no API key, no proxy of your own — just enter what you'd type into Yelp:

- **Search terms** — e.g. `plumbers`, `HVAC contractors`, `dentists`
- **Location** — e.g. `Austin, TX`, `New York, NY`, `90210`

…or paste direct Yelp business URLs for targeted lookups.

### Input

| Field | Type | Description |
|---|---|---|
| `searchTerms` | string[] | Keywords: "plumbers", "pizza restaurants", "dentists" |
| `location` | string | City / state / zip: "Austin, TX", "90210" |
| `businessUrls` | string[] | Direct Yelp URLs or business aliases (instead of search) |
| `maxResults` | integer | Max per search term (0 = all, up to Yelp's ~240 cap) |
| `includeDetails` | boolean | Fetch each business page for **website** + hours |
| `includeReviews` | boolean | Add up to 3 recent review snippets per business |
| `categories` | string | Category alias filter, e.g. "plumbing" |
| `sortBy` | string | best_match / rating / review_count / distance |

> **Phone** ships on every search result. **Website** comes from the business page — turn on `includeDetails` to capture it.

### Output (per business lead)

```json
{
  "business_id": "WavvLdfdP6g8aZTtbBQHTw",
  "name": "Gary's Plumbing & Heating",
  "url": "https://www.yelp.com/biz/gary-s-plumbing-austin",
  "phone": "(512) 444-1234",
  "website": "garysplumbingatx.com",
  "address": "1234 Lamar Blvd",
  "city": "Austin",
  "state": "TX",
  "zip": "78703",
  "country": "US",
  "rating": 4.5,
  "review_count": 247,
  "price_range": "$$",
  "categories": "Plumbing, Water Heater Installation/Repair",
  "is_closed": false,
  "is_ad": false,
  "search_term": "plumbers",
  "hours_open": "Mon: 08:00-18:00; Sat: 09:00-14:00",
  "reviews_snippet": "[{\"text\": \"Great service, fast and fair...\"}]",
  "scraped_at": "2026-06-14T10:30:00+00:00",
  "parse_confidence": 1.0
}
````

`website` and `hours_open` are populated when `includeDetails=true`. `reviews_snippet` is populated when `includeReviews=true`.

### Use cases

- **Sales prospecting** — build a call list of plumbers, contractors, dentists, salons in any city, with phone + website ready for outreach
- **Local market research** — compare competitor ratings, review counts and price ranges across a territory
- **Lead enrichment** — match a business name + city to its Yelp phone, website and rating
- **Agency lead gen** — pull targeted local-business lists to sell to clients

### Pricing

Pay-per-lead: you're billed per business returned. No subscription, no minimums — a 500-lead pull costs the same whether you run it once or split it across the week. Compute runs on your own Apify account.

### Frequently asked questions

**Do I need a Yelp API key or account?**
No. You supply nothing but a search term and location. The actor reaches Yelp's public business pages for you.

**Will it keep working when Yelp blocks other scrapers?**
That's the whole point. The actor uses a managed-access browser that handles Yelp's protection layer, so it stays reliable on days when request-based scrapers return nothing.

**How do I get the website / contact field?**
Turn on `includeDetails`. Phone ships on every result; website lives on the business page, which `includeDetails` fetches.

**What does `parse_confidence` mean?**
A 0.0–1.0 score per record. 1.0 means every expected field was populated; a lower score flags a lead with something missing (e.g. no phone), so you can filter before importing.

***

*Not affiliated with Yelp Inc. Collects publicly available business information for legitimate lead-generation and research use; respect Yelp's terms and applicable law.*

### Integrations

Built for lead-gen teams and local-market researchers — the JSON/dataset output drops into the tools you already run, no glue code:

- **n8n / Make / Zapier** — trigger a run or pipe every new lead into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: [n8n](https://docs.apify.com/platform/integrations/n8n), [Make](https://docs.apify.com/platform/integrations/make), [Zapier](https://docs.apify.com/platform/integrations/zapier).
- **Webhooks** — fire your own endpoint the moment a run finishes, to push leads straight into your pipeline ([docs](https://docs.apify.com/platform/integrations/webhooks)).
- **MCP server** — expose this actor as a tool to Claude, Cursor, or any [MCP client](https://mcp.apify.com) so an AI agent can pull leads mid-conversation ([guide](https://blog.apify.com/how-to-use-mcp/)).
- **API & SDKs** — fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all [Apify integrations](https://apify.com/integrations).

### More scrapers from our toolkit

Building a data pipeline? These actors pair well with this one — each runs on your own Apify account with the same pay-per-result pricing, no subscription:

- [Zoominfo Scraper](https://apify.com/bovi/zoominfo-scraper)
- [2GIS Places Scraper](https://apify.com/bovi/2gis-places-scraper)
- [B2B Leads List Builder](https://apify.com/bovi/b2b-leads-list-builder)
- [Company Lookup Scraper](https://apify.com/bovi/company-lookup-scraper)
- [Email Finder](https://apify.com/bovi/email-finder)
- [Epa Data Scraper](https://apify.com/bovi/epa-data-scraper)

Chain any of them together from the **Integrations** tab (the *Run succeeded* trigger) to build a multi-step workflow — one actor's output feeds the next.

# Actor input Schema

## `searchTerms` (type: `array`):

Keywords to search for, e.g. 'plumbers', 'pizza restaurants', 'dentists'. Used together with the Location field. One search = up to 50 businesses per result page.

## `location` (type: `string`):

City, state, or zip code to search in. Examples: 'Austin, TX', 'New York, NY', '90210'. Required when using searchTerms.

## `businessUrls` (type: `array`):

Direct Yelp business URLs (https://www.yelp.com/biz/...) or Yelp business IDs. Use instead of searchTerms for targeted lookups.

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

Max businesses per search term. 0 = all (Yelp caps ~240 per search).

## `includeDetails` (type: `boolean`):

Fetch each business page to capture the phone number, website, opening hours and address. ON by default — this is where the phone and website lead fields come from. Turn off for a faster, lighter run that returns only the business list (name, rating, category) without contact details.

## `includeReviews` (type: `boolean`):

Add up to 3 recent review snippets per business (fetched from the business page).

## `categories` (type: `string`):

Filter search results by Yelp category alias (e.g. 'plumbing', 'pizza', 'dentists'). Leave blank to search all categories.

## `sortBy` (type: `string`):

Result order: best\_match | rating | review\_count.

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

Optional. Access to Yelp is handled by a built-in managed-access browser, so you don't need to configure a proxy.

## Actor input object example

```json
{
  "searchTerms": [
    "plumbers",
    "HVAC contractors",
    "electricians"
  ],
  "location": "San Francisco, CA",
  "businessUrls": [
    "https://www.yelp.com/biz/gary-s-plumbing-austin",
    "WavvLdfdP6g8aZTtbBQHTw"
  ],
  "maxResults": 200,
  "includeDetails": true,
  "includeReviews": false,
  "categories": "plumbing",
  "sortBy": "best_match",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

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

Dataset of Yelp business leads (name, phone, website, rating, review\_count, categories, city, state, price\_range, address, url, parse\_confidence).

# 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 = {
    "searchTerms": [
        "plumbers"
    ],
    "location": "Austin, TX",
    "maxResults": 50,
    "includeDetails": true,
    "includeReviews": false,
    "sortBy": "best_match",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("bovi/yelp-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 = {
    "searchTerms": ["plumbers"],
    "location": "Austin, TX",
    "maxResults": 50,
    "includeDetails": True,
    "includeReviews": False,
    "sortBy": "best_match",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("bovi/yelp-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 '{
  "searchTerms": [
    "plumbers"
  ],
  "location": "Austin, TX",
  "maxResults": 50,
  "includeDetails": true,
  "includeReviews": false,
  "sortBy": "best_match",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call bovi/yelp-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Yelp Business & Reviews Scraper — Phone, Website, Ratings",
        "description": "Scrape Yelp businesses by keyword and location: name, address, phone, website, rating, review count and categories. Reliable managed access that keeps working when basic Yelp scrapers get blocked. Lead-generation ready — pay per result.",
        "version": "0.1",
        "x-build-id": "O5Zm4aSvQvEj2Yptr"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/bovi~yelp-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-bovi-yelp-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/bovi~yelp-scraper/runs": {
            "post": {
                "operationId": "runs-sync-bovi-yelp-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/bovi~yelp-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-bovi-yelp-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": {
                    "searchTerms": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Keywords to search for, e.g. 'plumbers', 'pizza restaurants', 'dentists'. Used together with the Location field. One search = up to 50 businesses per result page.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City, state, or zip code to search in. Examples: 'Austin, TX', 'New York, NY', '90210'. Required when using searchTerms."
                    },
                    "businessUrls": {
                        "title": "Business URLs or IDs",
                        "type": "array",
                        "description": "Direct Yelp business URLs (https://www.yelp.com/biz/...) or Yelp business IDs. Use instead of searchTerms for targeted lookups.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResults": {
                        "title": "Max results per search term",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Max businesses per search term. 0 = all (Yelp caps ~240 per search).",
                        "default": 50
                    },
                    "includeDetails": {
                        "title": "Include phone, website & full details",
                        "type": "boolean",
                        "description": "Fetch each business page to capture the phone number, website, opening hours and address. ON by default — this is where the phone and website lead fields come from. Turn off for a faster, lighter run that returns only the business list (name, rating, category) without contact details.",
                        "default": true
                    },
                    "includeReviews": {
                        "title": "Include review snippets",
                        "type": "boolean",
                        "description": "Add up to 3 recent review snippets per business (fetched from the business page).",
                        "default": false
                    },
                    "categories": {
                        "title": "Category filter",
                        "type": "string",
                        "description": "Filter search results by Yelp category alias (e.g. 'plumbing', 'pizza', 'dentists'). Leave blank to search all categories."
                    },
                    "sortBy": {
                        "title": "Sort results by",
                        "enum": [
                            "best_match",
                            "rating",
                            "review_count",
                            "distance"
                        ],
                        "type": "string",
                        "description": "Result order: best_match | rating | review_count.",
                        "default": "best_match"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional. Access to Yelp is handled by a built-in managed-access browser, so you don't need to configure a proxy.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
