# Glassdoor Company Scraper — Ratings, CEO, Salaries (`scrapersdelight/glassdoor-company-scraper`) Actor

Scrape Glassdoor company profiles into structured rows — overall rating, review count, CEO approval %, recommend %, 6 culture sub-ratings, size, industry, HQ, revenue, website, plus salary ranges by job title. Feed Overview URLs or employer ids. For GTM, HR-tech & comp benchmarking. No login.

- **URL**: https://apify.com/scrapersdelight/glassdoor-company-scraper.md
- **Developed by:** [Scrapers Delight](https://apify.com/scrapersdelight) (community)
- **Categories:** Automation, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00 / 1,000 per company returneds

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/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## 🏢 Glassdoor Company Scraper — Ratings, CEO & Salaries

**Turn any Glassdoor company page into one clean, structured intel record — overall rating, review count, CEO approval %, recommend-to-friend %, 6 culture sub-ratings, size, industry, HQ, revenue, website, plus salary ranges by job title. Feed Overview URLs or employer ids; get flat JSON back.**

> 🕒 Updated: 2026-07-12 · 📊 ~30 fields per company · 💵 Salary percentiles by title · 🧠 Single-fetch structured data · 🚫 No login or API key

Point it at a list of Glassdoor companies and get a **ready-to-use company-intelligence row** for each — the overall employer rating, total review count, CEO name + CEO approval %, would-recommend-to-a-friend %, the full culture breakdown (culture & values, compensation & benefits, work-life balance, senior management, career opportunities, diversity & inclusion), business-outlook %, plus firmographics (size, industry, sector, HQ, revenue, stock ticker, company type, year founded, website) — and optionally the top **salary ranges by job title** (base & total pay P10–P90). Export to JSON, CSV, Excel or Google Sheets, or pull it via API into your data product or CRM.

---

### What it does

- 🎯 **One record per company** — paste Overview URLs (e.g. `https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm`) or bare employer ids (`11159`, `1651`).
- ⭐ **Employer rating & reviews** — the overall star rating and total review count.
- 👔 **CEO signal** — CEO name and CEO approval %.
- 🤝 **Recommend & outlook** — % who would recommend to a friend and business-outlook %.
- 📊 **Culture sub-ratings** — culture & values, compensation & benefits, work-life balance, senior management, career opportunities, diversity & inclusion.
- 💵 **Salaries by job title** *(optional)* — top job titles with base & total pay percentiles (P10 / median / P90) and sample size.
- 🏢 **Firmographics** — size, industry, sector, HQ, revenue, stock ticker, company type, year founded, website & logo.
- 🧱 **Bulk-friendly** — feed hundreds of companies; budget-aware billing means you only pay for records actually returned.

### 📊 Output — one flat record per company

| Field | Type | Example |
|---|---|---|
| 🏷️ `company_name` | text | `Salesforce` |
| 🔖 `employer_id` | number | `11159` |
| ⭐ `overall_rating` / `review_count` | number | `4.0` / `24022` |
| 👔 `ceo_name` / `ceo_approval_pct` | text/number | `Marc Benioff` / `79` |
| 🤝 `recommend_to_friend_pct` / `business_outlook_pct` | number | `79` / `69` |
| 📊 `culture_rating` / `comp_benefits_rating` / `worklife_rating` | number | `3.9` / `4.3` / `3.9` |
| 📊 `senior_mgmt_rating` / `career_opportunities_rating` / `diversity_inclusion_rating` | number | `3.5` / `3.9` / `4.2` |
| 🏢 `size` / `industry` / `sector` | text | `10000+ Employees` / `Enterprise Software…` / `Information Technology` |
| 🏙️ `headquarters` / `revenue` / `stock` / `year_founded` | text/number | `San Francisco, CA` / `$10+ billion (USD)` / `CRM` / `1999` |
| 🌐 `website` / `logo` | link | `http://www.salesforce.com/careers` |
| 💵 `salaries` | array | `[{ "job_title":"Account Executive", "base_pay_median":124725, … }]` |
| 🔗 `url` / 🕒 `scraped_at` | link/date | `https://www.glassdoor.com/Overview/…` |

<details><summary>🏢 Sample company record</summary>

```json
{
  "company_name": "Salesforce",
  "employer_id": 11159,
  "url": "https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm",
  "website": "http://www.salesforce.com/careers",
  "headquarters": "San Francisco, CA",
  "industry": "Enterprise Software & Network Solutions",
  "sector": "Information Technology",
  "size": "10000+ Employees",
  "revenue": "$10+ billion (USD)",
  "stock": "CRM",
  "company_type": "Company - Public",
  "year_founded": 1999,
  "overall_rating": 4,
  "review_count": 24022,
  "salary_count": 58290,
  "culture_rating": 3.9,
  "comp_benefits_rating": 4.3,
  "worklife_rating": 3.9,
  "senior_mgmt_rating": 3.5,
  "career_opportunities_rating": 3.9,
  "diversity_inclusion_rating": 4.2,
  "recommend_to_friend_pct": 79,
  "ceo_approval_pct": 79,
  "business_outlook_pct": 69,
  "ceo_name": "Marc Benioff",
  "salaries": [
    { "job_title": "Account Executive", "salary_count": 2569, "currency": "USD",
      "base_pay_p10": 78748, "base_pay_median": 124725, "base_pay_p90": 197544, "total_pay_median": 217273 }
  ],
  "scraped_at": "2026-07-12T12:00:00.000Z"
}
````

</details>

***

### Who it's for

- 🧲 **GTM & sales-intelligence tools** enriching target-account lists with firmographics + employer-brand signals.
- 🧑‍💼 **HR-tech & recruiting platforms** benchmarking employer reputation, CEO approval and culture.
- 💰 **Compensation-benchmarking & people-analytics** products layering salary percentiles by title onto their datasets.
- 📈 **Investors & analysts** tracking culture, leadership and employee-sentiment trends across a portfolio.

### How to use it

1. Click **Try for free**.
2. Paste one or more **Company Overview URLs** — or add bare **employer ids**.
3. *(Optional)* toggle **Include salaries by job title**, set **Max results**, or flip on **Diagnostic mode** to preview one record.
4. Click **Start**. Export from the **Dataset** tab (JSON, CSV, Excel, Google Sheets) or via API.

#### Examples

A few companies by URL:

```json
{ "companyUrls": ["https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm"] }
```

By employer id:

```json
{ "companyIds": ["11159", "1651", "9079"] }
```

***

### ❓ FAQ

**Do I need a login or API key?** No. It reads Glassdoor's public company Overview pages.

**How much does it cost?** Pay-per-company — **$0.01 per company** returned (about **$10 per 1,000**). Budget-aware: you only pay for records actually delivered. Free to try.

**Does it return salaries by role?** Yes, optionally — flip on **Include salaries by job title** to attach the top job-title pay rows (base & total pay percentiles). Turn it off to skip the extra request per company.

**How do I find a company's employer id?** It's the number after `EI_IE` in an Overview URL (e.g. `…EI_IE11159.htm` → `11159`). You can paste the whole URL instead.

**Is the data reliable?** It reads two stable structured data sources embedded in each page (JSON-LD + the page's data blob), and rotates to a fresh residential IP if the site's Cloudflare defense challenges a request.

**Can I export to Excel or Google Sheets?** Yes — JSON, CSV, Excel, Google Sheets, or via API.

### Notes & fair use

You are responsible for complying with Glassdoor's Terms of Service. This Actor reads publicly available, factual company-reputation data.

# Actor input Schema

## `companyUrls` (type: `array`):

Glassdoor company Overview URLs, e.g. https://www.glassdoor.com/Overview/Working-at-Salesforce-EI\_IE11159.htm . One structured intel record is returned per company. Any Glassdoor URL containing the employer id (EI\_IE… or -E…) also works.

## `companyIds` (type: `array`):

Optional. Bare Glassdoor employer ids (e.g. "11159", "1651") — an alternative to pasting full URLs. The id is the number after EI\_IE in an Overview URL.

## `includeSalaries` (type: `boolean`):

Also fetch each company's Salary page and attach the top job-title pay rows (base + total pay percentiles P10–P90). Adds one extra request per company.

## `maxSalaryTitles` (type: `integer`):

How many top job-title salary rows to attach when salaries are enabled.

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

Cap on companies returned this run (cost/speed guard). Default 0 = every company you provided.

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

Proxy settings. Glassdoor uses Cloudflare bot defense — Apify RESIDENTIAL (US) is recommended and used by default.

## `requestConcurrency` (type: `integer`):

Max parallel company requests. Keep modest — Cloudflare is velocity-aware.

## `diagnose` (type: `boolean`):

Scrape only the first company and log the full record (not billed). Use to preview the output shape.

## Actor input object example

```json
{
  "companyUrls": [
    "https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm"
  ],
  "includeSalaries": true,
  "maxSalaryTitles": 20,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "requestConcurrency": 3,
  "diagnose": false
}
```

# Actor output Schema

## `records` (type: `string`):

The dataset of scraped Glassdoor companies (one item per company).

# 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 = {
    "companyUrls": [
        "https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapersdelight/glassdoor-company-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 = { "companyUrls": ["https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm"] }

# Run the Actor and wait for it to finish
run = client.actor("scrapersdelight/glassdoor-company-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 '{
  "companyUrls": [
    "https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm"
  ]
}' |
apify call scrapersdelight/glassdoor-company-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Glassdoor Company Scraper — Ratings, CEO, Salaries",
        "description": "Scrape Glassdoor company profiles into structured rows — overall rating, review count, CEO approval %, recommend %, 6 culture sub-ratings, size, industry, HQ, revenue, website, plus salary ranges by job title. Feed Overview URLs or employer ids. For GTM, HR-tech & comp benchmarking. No login.",
        "version": "0.1",
        "x-build-id": "NZ230yNe1KD50rLaW"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapersdelight~glassdoor-company-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapersdelight-glassdoor-company-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/scrapersdelight~glassdoor-company-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapersdelight-glassdoor-company-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/scrapersdelight~glassdoor-company-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapersdelight-glassdoor-company-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": {
                    "companyUrls": {
                        "title": "Company Overview URLs",
                        "type": "array",
                        "description": "Glassdoor company Overview URLs, e.g. https://www.glassdoor.com/Overview/Working-at-Salesforce-EI_IE11159.htm . One structured intel record is returned per company. Any Glassdoor URL containing the employer id (EI_IE… or -E…) also works.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "companyIds": {
                        "title": "Employer ids (convenience)",
                        "type": "array",
                        "description": "Optional. Bare Glassdoor employer ids (e.g. \"11159\", \"1651\") — an alternative to pasting full URLs. The id is the number after EI_IE in an Overview URL.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeSalaries": {
                        "title": "Include salaries by job title",
                        "type": "boolean",
                        "description": "Also fetch each company's Salary page and attach the top job-title pay rows (base + total pay percentiles P10–P90). Adds one extra request per company.",
                        "default": true
                    },
                    "maxSalaryTitles": {
                        "title": "Max salary titles per company",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "How many top job-title salary rows to attach when salaries are enabled.",
                        "default": 20
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Cap on companies returned this run (cost/speed guard). Default 0 = every company you provided.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Proxy settings. Glassdoor uses Cloudflare bot defense — Apify RESIDENTIAL (US) is recommended and used by default.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    },
                    "requestConcurrency": {
                        "title": "Request concurrency",
                        "minimum": 1,
                        "maximum": 8,
                        "type": "integer",
                        "description": "Max parallel company requests. Keep modest — Cloudflare is velocity-aware.",
                        "default": 3
                    },
                    "diagnose": {
                        "title": "Diagnostic mode",
                        "type": "boolean",
                        "description": "Scrape only the first company and log the full record (not billed). Use to preview the output shape.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
