# Greenhouse Jobs Scraper (`parseforge/greenhouse-jobs-scraper`) Actor

Collect job listings from any Greenhouse-powered careers page. Get titles, locations, departments, offices, salary data, descriptions, and more from 10,000+ companies. Filter by keyword, department, or office. Structured JSON output ready for analysis, alerts, and integrations.

- **URL**: https://apify.com/parseforge/greenhouse-jobs-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 10 total users, 3 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.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

![ParseForge Banner](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)

## 🚀 Greenhouse Jobs Scraper

Whether you're a recruiter tracking competitors, a job seeker monitoring openings, or a data analyst studying hiring trends, this actor makes it easy to collect structured job data from any company using Greenhouse.

> **The Greenhouse Jobs Scraper collects complete job listings from 10,000+ companies, with 18 data fields per job, plus filtering by keyword, department, and office.**

### 🌌 What Does It Do

- 🚀 **Complete job data** — titles, descriptions, locations, departments, offices, and more from any Greenhouse-powered careers page
- 🛰️ **Smart filtering** — narrow results by keyword, department, or office without wasting compute
- 🌌 **Department & office hierarchy** — get full organizational structure with parent IDs for mapping
- 👨‍🚀 **Custom metadata** — company-specific fields like workplace type, quota coverage, and more
- 🛸 **GDPR compliance info** — data compliance details for each listing

### 🎬 Demo Video

_Coming soon_

### 🔧 Input

**`boardToken`** (required) — The company's Greenhouse identifier. Find it in their careers URL: `boards.greenhouse.io/TOKEN`. Common tokens: `gitlab`, `discord`, `airbnb`, `figma`, `notion`, `stripe`.

**`maxItems`** — Cap the number of jobs returned. Leave at 0 to get all available listings.

**`includeContent`** — Toggle full job description text. Turn off for faster metadata-only collection.

**`searchQuery`** — Filter by keyword matching against job title and location. Try `engineer`, `remote`, `marketing`.

**`departmentFilter`** — Show only jobs in a specific department. Partial match, so `engineering` catches "Software Engineering" too.

**`officeFilter`** — Filter by office or geographic region. Works with `US`, `EMEA`, `Remote`, city names, etc.

```json
{
  "boardToken": "gitlab",
  "maxItems": 50,
  "includeContent": true,
  "searchQuery": "engineer",
  "departmentFilter": "",
  "officeFilter": "Remote"
}
````

### 📊 Output

| Field | Description |
|-------|-------------|
| `url` | Direct link to the job posting |
| `applyUrl` | Direct link to the application form |
| `jobId` | Greenhouse public job ID |
| `internalJobId` | Internal Greenhouse job ID |
| `title` | Job title |
| `company` | Company name |
| `boardToken` | Board token used |
| `location` | Job location |
| `locations` | Parsed location list |
| `isRemote` | Whether the role is remote |
| `isHybrid` | Whether the role is hybrid |
| `employmentType` | Employment type from metadata |
| `departments` | Department names |
| `departmentDetails` | Full department info (id, name, parentId) |
| `offices` | Office names |
| `officeDetails` | Full office info (id, name, location, parentId) |
| `metadata` | Company-specific custom fields |
| `salary` | Parsed salary range if found |
| `requisitionId` | Requisition/job req number |
| `language` | Job listing language |
| `description` | Full job description |
| `dataCompliance` | GDPR/compliance details |
| `firstPublished` | First publication date |
| `updatedAt` | Last update date |
| `scrapedAt` | Timestamp when data was collected |

```json
{
  "url": "https://job-boards.greenhouse.io/gitlab/jobs/8481922002",
  "applyUrl": "https://job-boards.greenhouse.io/gitlab/jobs/8481922002#app",
  "jobId": 8481922002,
  "internalJobId": 6387960002,
  "title": "Backend Engineer, Analytics Instrumentation (Golang)",
  "company": "GitLab",
  "boardToken": "gitlab",
  "location": "Remote, India",
  "locations": ["Remote", "India"],
  "isRemote": true,
  "isHybrid": false,
  "employmentType": null,
  "departments": ["Data Engineering"],
  "departmentDetails": [{"id": 4115239002, "name": "Data Engineering", "parentId": 4011044002}],
  "offices": ["India"],
  "officeDetails": [{"id": 4112140002, "name": "India", "location": null, "parentId": 4019590002}],
  "metadata": {"Quota Coverage Type": "n/a"},
  "salary": null,
  "requisitionId": "6173",
  "language": "en",
  "description": "GitLab is the intelligent orchestration platform for DevSecOps...",
  "dataCompliance": [{"type": "gdpr", "requiresConsent": false, "requiresProcessingConsent": false, "requiresRetentionConsent": false, "retentionPeriod": null}],
  "firstPublished": "2026-03-27T17:37:17-04:00",
  "updatedAt": "2026-03-27T17:37:17-04:00",
  "scrapedAt": "2026-03-31T21:01:00.887Z"
}
```

### 🛸 Why Choose the Greenhouse Jobs Scraper?

| Feature | Our Actor | Manual Collection |
|---------|-----------|-------------------|
| Setup time | 30 seconds | Hours |
| Fields collected | 18 per job | Varies |
| Filtering | Keyword + department + office | None |
| Output format | Structured JSON | Unstructured data |
| Works across companies | ✅ Any Greenhouse board | One at a time |

### 👨‍🚀 How to Use

1. **Sign Up** — [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) on Apify
2. **Configure** — Enter the company's `boardToken` and optional filters
3. **Run It** — Hit Start and get structured job data in seconds

That's it. No coding, no setup, no maintenance.

### 🛰️ Business Use Cases

- 🚀 **Recruiters** — Monitor competitor job openings to understand their hiring strategy and team growth
- 🌌 **HR Analytics Teams** — Track hiring trends across industries, departments, and regions over time
- 👨‍🚀 **Job Seekers** — Set up alerts for specific roles at target companies by running periodic collections
- 🛸 **Market Researchers** — Analyze which skills and roles are in demand across thousands of companies
- 🛰️ **Investors** — Track headcount growth at portfolio companies through job posting volume

### ❓ FAQ

🚀 **How many companies use Greenhouse?**
Over 10,000 companies use Greenhouse for hiring, including GitLab, Discord, Airbnb, Figma, Notion, and Stripe.

🛰️ **How do I find a company's board token?**
Go to their careers page and look for a URL containing `greenhouse.io`. The token is the path after `/boards/` or after `greenhouse.io/`. You can also try the company name in lowercase.

🌌 **How much does it cost to run?**
Minimal. Collecting all jobs from a large company (200+ jobs) costs less than $0.01 in platform compute.

👨‍🚀 **Does it work with non-English job boards?**
Yes. The `language` field indicates the listing language, and the actor handles any language Greenhouse supports.

🛸 **What's in the `metadata` field?**
Company-specific custom fields. For example, GitLab includes "Quota Coverage Type", Airbnb includes "Workplace Type". Every company configures these differently.

### 🔗 Integrate Greenhouse Jobs Scraper with any app

- [Apify API](https://docs.apify.com/api/v2) — access results programmatically
- [Webhooks](https://docs.apify.com/platform/integrations/webhooks) — trigger actions when a run finishes
- [Google Sheets](https://docs.apify.com/platform/integrations/google-sheets) — export job listings directly to spreadsheets
- [Zapier](https://docs.apify.com/platform/integrations/zapier) — connect to 5,000+ apps
- [Make](https://docs.apify.com/platform/integrations/make) — build automated workflows

### 🚀 More ParseForge Actors

- [Glassdoor Scraper](https://apify.com/parseforge/glassdoor-scraper) — Collect company reviews, salaries, and interview data
- [Indeed Scraper](https://apify.com/parseforge/indeed-scraper) — Collect job listings from Indeed
- [LinkedIn Jobs Scraper](https://apify.com/parseforge/linkedin-jobs-scraper) — Collect job postings from LinkedIn

Browse our complete collection at [ParseForge on Apify Store](https://apify.com/parseforge).

### 🛸 Ready to Start?

[Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) and start collecting Greenhouse job data in seconds.

### 🆘 Need Help?

- 📖 Check the FAQ section above
- 📚 [Apify Documentation](https://docs.apify.com)
- 💬 [Contact us](https://tally.so/r/parseforge-support)

### ⚠️ Disclaimer

> This Actor is an independent tool and is not affiliated with, endorsed by, or connected to Greenhouse Software, Inc. It accesses publicly available job board data.

# Actor input Schema

## `boardToken` (type: `string`):

A company's Greenhouse board token. Found in their careers URL: boards.greenhouse.io/TOKEN. Examples: 'gitlab', 'airbnb', 'discord'.

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000.

## `boardTokens` (type: `array`):

Collect from multiple companies in one run. Array of board tokens (e.g., \['gitlab', 'discord']). Takes priority over Board Token if both are set.

## `searchQuery` (type: `string`):

Filter jobs by keyword. Matches against job title and location (e.g., 'engineer', 'remote', 'sales').

## `departmentFilter` (type: `string`):

Filter jobs by department name. Partial match (e.g., 'engineering', 'marketing').

## `officeFilter` (type: `string`):

Filter jobs by office or region. Partial match (e.g., 'US', 'EMEA', 'Remote').

## `daysBack` (type: `integer`):

Only include jobs updated in the last N days. Leave empty for all jobs.

## `includeContent` (type: `boolean`):

Fetch the full job description for each listing. Disabling speeds up collection but returns less data.

## `descriptionFormat` (type: `string`):

Format for the job description field. 'text' strips HTML to clean plain text, 'html' keeps the original HTML.

## Actor input object example

```json
{
  "boardToken": "gitlab",
  "maxItems": 10,
  "includeContent": true,
  "descriptionFormat": "text"
}
```

# 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 = {
    "boardToken": "gitlab",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/greenhouse-jobs-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 = {
    "boardToken": "gitlab",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/greenhouse-jobs-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 '{
  "boardToken": "gitlab",
  "maxItems": 10
}' |
apify call parseforge/greenhouse-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Greenhouse Jobs Scraper",
        "description": "Collect job listings from any Greenhouse-powered careers page. Get titles, locations, departments, offices, salary data, descriptions, and more from 10,000+ companies. Filter by keyword, department, or office. Structured JSON output ready for analysis, alerts, and integrations.",
        "version": "1.0",
        "x-build-id": "uK5GeeGEFNRuFVMdu"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~greenhouse-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-greenhouse-jobs-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/parseforge~greenhouse-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-greenhouse-jobs-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/parseforge~greenhouse-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-greenhouse-jobs-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": {
                    "boardToken": {
                        "title": "Board Token",
                        "type": "string",
                        "description": "A company's Greenhouse board token. Found in their careers URL: boards.greenhouse.io/TOKEN. Examples: 'gitlab', 'airbnb', 'discord'."
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000."
                    },
                    "boardTokens": {
                        "title": "Multiple Board Tokens",
                        "type": "array",
                        "description": "Collect from multiple companies in one run. Array of board tokens (e.g., ['gitlab', 'discord']). Takes priority over Board Token if both are set.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Filter jobs by keyword. Matches against job title and location (e.g., 'engineer', 'remote', 'sales')."
                    },
                    "departmentFilter": {
                        "title": "Department Filter",
                        "type": "string",
                        "description": "Filter jobs by department name. Partial match (e.g., 'engineering', 'marketing')."
                    },
                    "officeFilter": {
                        "title": "Office / Region Filter",
                        "type": "string",
                        "description": "Filter jobs by office or region. Partial match (e.g., 'US', 'EMEA', 'Remote')."
                    },
                    "daysBack": {
                        "title": "Days Back",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Only include jobs updated in the last N days. Leave empty for all jobs."
                    },
                    "includeContent": {
                        "title": "Include Job Description",
                        "type": "boolean",
                        "description": "Fetch the full job description for each listing. Disabling speeds up collection but returns less data.",
                        "default": true
                    },
                    "descriptionFormat": {
                        "title": "Description Format",
                        "enum": [
                            "text",
                            "html"
                        ],
                        "type": "string",
                        "description": "Format for the job description field. 'text' strips HTML to clean plain text, 'html' keeps the original HTML.",
                        "default": "text"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
