# Personio Jobs Scraper (`automation-lab/personio-jobs-scraper`) Actor

Extract public Personio career pages into structured job datasets with titles, locations, descriptions, and apply URLs.

- **URL**: https://apify.com/automation-lab/personio-jobs-scraper.md
- **Developed by:** [Stas Persiianenko](https://apify.com/automation-lab) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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

## Personio Jobs Scraper

Extract public Personio job postings from company career pages. The actor collects job titles, departments, locations, employment metadata, detail-page descriptions, section text, direct job URLs, and apply URLs from Personio-hosted job boards.

Use it when you need a repeatable feed of open roles from companies that use Personio, without building a custom parser for every tenant.

### What does Personio Jobs Scraper do?

Personio Jobs Scraper turns public Personio career pages into structured datasets. Provide one or more Personio job-board URLs, or enter tenant subdomains such as `westwing`, `egym`, or `join`, and the actor saves one dataset item per job.

It works HTTP-first. Personio career pages expose their visible job cards and detail pages in HTML, so the actor does not need a browser for the standard workflow.

### Who is it for?

- 🧑‍💼 Recruiters monitoring target employers that use Personio
- 📈 Sales teams finding hiring signals in European SMB and scale-up accounts
- 🧲 Talent sourcers building role and location watchlists
- 📰 Job board operators importing Personio-hosted postings
- 🧪 Market researchers tracking openings by company, department, or location
- ⚙️ Automation builders syncing hiring data into CRMs, spreadsheets, or BI tools

### Why use it?

Personio is common across German and European companies, but every tenant can customize labels, languages, and job groups. This actor combines flexible URL input, DOM parsing, and detail-page enrichment so you can monitor many tenants with one workflow.

### What data can you extract?

| Field | Description |
| --- | --- |
| `jobId` | Stable Personio job identifier when present in the URL |
| `title` | Job title from the listing or detail page |
| `companyName` | Company or career-page name |
| `department` | Personio job group or department heading |
| `location` | Location or remote/mobile marker |
| `employmentType` | Full-time, part-time, internship, permanent, etc. when visible |
| `schedule` | Remote, hybrid, or onsite marker when visible |
| `seniority` | Seniority clue when visible |
| `jobUrl` | Canonical Personio job detail URL |
| `applyUrl` | Direct apply URL if Personio exposes one |
| `descriptionText` | Clean text from the detail page |
| `descriptionHtml` | Detail-page HTML content for downstream formatting |
| `sections` | Description sections keyed by heading |
| `status` | `ok`, `list_only`, or `detail_error` |
| `scrapedAt` | ISO timestamp for the scrape |

### How much does it cost to scrape Personio jobs?

The actor uses pay-per-event pricing: a small start fee plus a per-job charge. The exact live tiers are shown on the Apify Store pricing tab. You can control cost with `maxJobs`, `includeDetails`, and `maxDetailPages`.

For low-cost monitoring, start with list-only mode (`includeDetails=false`) and a small `maxJobs` value. For richer exports, enable detail pages and cap `maxDetailPages` to the number of descriptions you need.

### Input overview

The actor accepts two ways to target Personio job boards:

1. Full URLs in `startUrls`, for example `https://westwing.jobs.personio.de/`.
2. Shorthand tenant names in `companySubdomains`, for example `westwing`.

You can combine both in one run.

### Example input

```json
{
  "companySubdomains": ["westwing", "egym", "join"],
  "maxJobs": 100,
  "includeDetails": true,
  "maxDetailPages": 25,
  "language": "en"
}
````

### How to scrape a Personio career page

1. Open the company career page and confirm it is hosted on `jobs.personio.de`.
2. Copy the URL or tenant subdomain.
3. Paste it into `startUrls` or `companySubdomains`.
4. Set `maxJobs` to your desired limit.
5. Decide whether you need detail-page descriptions.
6. Run the actor and download the dataset as JSON, CSV, Excel, or via API.

### Detail-page enrichment

When `includeDetails` is enabled, the actor opens job detail pages and tries to extract:

- Full job description text
- HTML description content
- Description sections such as responsibilities, requirements, benefits, or about us
- Direct apply URL
- Detail-page title and metadata fallbacks

If a detail page fails, the listing row is still saved with `status=detail_error` instead of being discarded.

### Tips for reliable runs

- ✅ Use actual Personio career pages, not the company marketing homepage.
- ✅ Keep `maxDetailPages` lower than `maxJobs` when you only need descriptions for a sample.
- ✅ Use `language=en` or `language=de` depending on the tenant.
- ✅ Provide multiple tenants in one run when you need larger datasets.
- ✅ Check `status` to identify rows that were list-only or partially enriched.

### Integrations

Personio Jobs Scraper works well with:

- Google Sheets or Airtable job monitoring tables
- CRM enrichment workflows for companies currently hiring
- Slack alerts for new roles at target accounts
- BI dashboards for hiring trends by department or city
- Applicant tracking market research pipelines
- Lead scoring systems that use hiring velocity as a buying signal

### API usage with Node.js

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

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/personio-jobs-scraper').call({
  companySubdomains: ['westwing', 'egym'],
  maxJobs: 50,
  includeDetails: true,
  maxDetailPages: 20,
  language: 'en'
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

### API usage with Python

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/personio-jobs-scraper').call(run_input={
    'companySubdomains': ['westwing', 'egym'],
    'maxJobs': 50,
    'includeDetails': True,
    'maxDetailPages': 20,
    'language': 'en',
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)
```

### API usage with cURL

```bash
curl -X POST "https://api.apify.com/v2/acts/automation-lab~personio-jobs-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "companySubdomains": ["westwing", "egym"],
    "maxJobs": 50,
    "includeDetails": true,
    "maxDetailPages": 20,
    "language": "en"
  }'
```

### Use with AI agents via MCP

Personio Jobs Scraper is available as a tool for AI assistants that support the Model Context Protocol (MCP). Add the Apify MCP server to your AI client and reference `automation-lab/personio-jobs-scraper` in your prompt.

Setup for Claude Code:

```bash
claude mcp add --transport http apify "https://mcp.apify.com?tools=automation-lab/personio-jobs-scraper"
```

Setup for Claude Desktop, Cursor, or VS Code:

```json
{
  "mcpServers": {
    "apify": {
      "url": "https://mcp.apify.com?tools=automation-lab/personio-jobs-scraper"
    }
  }
}
```

Example prompts:

- "Use automation-lab/personio-jobs-scraper to scrape current engineering jobs from these Personio career pages and summarize locations."
- "Monitor Personio jobs for Westwing and EGYM and flag new data roles."
- "Extract Personio job descriptions and format them into a recruiting spreadsheet."

### Output example

```json
{
  "jobId": "30961",
  "title": "Initiativbewerbung",
  "companyName": "Join GmbH",
  "department": "Initiativ",
  "location": "Mobil",
  "employmentType": "Vollzeit",
  "jobUrl": "https://join.jobs.personio.de/job/30961?language=de",
  "applyUrl": "https://join.jobs.personio.de/job/30961?language=de&apply",
  "status": "ok",
  "scrapedAt": "2026-07-09T00:00:00.000Z"
}
```

### FAQ

**How fast is the Personio Jobs Scraper?**

List-only runs are usually fast because the actor uses HTTP instead of a browser. Detail-page enrichment takes longer because each selected posting is opened.

**Does Personio have an official jobs API?**

Some tenants may have private integrations, but this actor is designed for public Personio career pages and does not require tenant API credentials.

### Troubleshooting

#### Why did a run return zero jobs?

The page may have no open positions, the tenant may have moved away from Personio, or the URL may point to a marketing page rather than a Personio career board. Try a direct `*.jobs.personio.de` URL.

#### Why are some rows `list_only`?

`list_only` means the actor saved the job from the listing page and did not enrich that row, usually because `includeDetails=false` or the `maxDetailPages` cap was reached.

#### Why are some rows `detail_error`?

The listing was visible, but the detail page returned an error or redirect during enrichment. The actor keeps the partial listing row so you do not lose the job.

### Legality

This actor extracts publicly available job postings from public Personio career pages. Always respect Apify platform rules, Personio tenant terms, applicable law, and reasonable request volumes. Do not use scraped data for spam, discrimination, or prohibited profiling.

### Related scrapers

Explore related Automation Lab actors on Apify:

- https://apify.com/automation-lab/greenhouse-jobs-scraper
- https://apify.com/automation-lab/lever-jobs-scraper
- https://apify.com/automation-lab/indeed-jobs-scraper
- https://apify.com/automation-lab/linkedin-jobs-scraper

### Changelog

Initial version: HTTP-first Personio career-page scraping with optional detail enrichment, shorthand subdomain input, and structured job output.

# Actor input Schema

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

Public Personio-hosted career pages or job detail URLs, for example https://join.jobs.personio.de/.

## `companySubdomains` (type: `array`):

Optional shorthand tenant names. Example: join becomes https://join.jobs.personio.de/.

## `maxJobs` (type: `integer`):

Maximum job records to save across all provided Personio pages.

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

Open each job detail page to extract description text, section content, and application URL.

## `maxDetailPages` (type: `integer`):

Limits detail-page enrichment for cost control. List rows beyond this limit are still saved.

## `language` (type: `string`):

Personio language parameter to request when the tenant supports it.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://join.jobs.personio.de/"
    }
  ],
  "companySubdomains": [
    "join"
  ],
  "maxJobs": 20,
  "includeDetails": true,
  "maxDetailPages": 10,
  "language": "en"
}
```

# Actor output Schema

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

No description

# API

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

## JavaScript example

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

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

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://join.jobs.personio.de/"
        }
    ],
    "companySubdomains": [
        "join"
    ],
    "maxJobs": 20,
    "includeDetails": true,
    "maxDetailPages": 10,
    "language": "en"
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/personio-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 = {
    "startUrls": [{ "url": "https://join.jobs.personio.de/" }],
    "companySubdomains": ["join"],
    "maxJobs": 20,
    "includeDetails": True,
    "maxDetailPages": 10,
    "language": "en",
}

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/personio-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 '{
  "startUrls": [
    {
      "url": "https://join.jobs.personio.de/"
    }
  ],
  "companySubdomains": [
    "join"
  ],
  "maxJobs": 20,
  "includeDetails": true,
  "maxDetailPages": 10,
  "language": "en"
}' |
apify call automation-lab/personio-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Personio Jobs Scraper",
        "description": "Extract public Personio career pages into structured job datasets with titles, locations, descriptions, and apply URLs.",
        "version": "0.1",
        "x-build-id": "D5uMY5MXjOehhduSf"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~personio-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-personio-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/automation-lab~personio-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-personio-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/automation-lab~personio-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-personio-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": {
                    "startUrls": {
                        "title": "Personio career page URLs",
                        "type": "array",
                        "description": "Public Personio-hosted career pages or job detail URLs, for example https://join.jobs.personio.de/.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "companySubdomains": {
                        "title": "Personio company subdomains",
                        "type": "array",
                        "description": "Optional shorthand tenant names. Example: join becomes https://join.jobs.personio.de/.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxJobs": {
                        "title": "Maximum jobs",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum job records to save across all provided Personio pages.",
                        "default": 20
                    },
                    "includeDetails": {
                        "title": "Include job details",
                        "type": "boolean",
                        "description": "Open each job detail page to extract description text, section content, and application URL.",
                        "default": true
                    },
                    "maxDetailPages": {
                        "title": "Maximum detail pages",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Limits detail-page enrichment for cost control. List rows beyond this limit are still saved.",
                        "default": 10
                    },
                    "language": {
                        "title": "Language",
                        "enum": [
                            "en",
                            "de"
                        ],
                        "type": "string",
                        "description": "Personio language parameter to request when the tenant supports it.",
                        "default": "en"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
