# Stellenmarkt.de Scraper - German National Jobs (`santamaria-automations/stellenmarkt-de-scraper`) Actor

Scrape job listings from Stellenmarkt.de, a leading German job board. Extract titles, companies, locations, salaries, requirements, and full job descriptions. Supports multi-query search and location filtering.

- **URL**: https://apify.com/santamaria-automations/stellenmarkt-de-scraper.md
- **Developed by:** [Alessandro Santamaria](https://apify.com/santamaria-automations) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 job listing scrapeds

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.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

## Stellenmarkt.de Scraper - Every Job in Germany, Structured

Scrape job listings from [Stellenmarkt.de](https://www.stellenmarkt.de), a leading German national job board with hundreds of thousands of active postings. Germany is **Europe's largest labor market** (45M workers, 3.5M open roles, 3.4M Mittelstand employers) — this scraper gives you structured access to salary, requirements, responsibilities and benefits in one clean JSON feed.

Pairs perfectly with our **StepStone**, **Arbeitsagentur**, **Stellenanzeigen**, **Jobs.ch** and **Karriere.at** scrapers for complete DACH coverage.

### What you get

- **Nationwide German job listings** across every city, region and industry
- **Parsed salary** — min, max, currency, period (when published)
- **Structured requirements, responsibilities and benefits** as clean arrays (Aufgaben / Anforderungen / Wir bieten)
- **Company name, logo URL and profile URL** for every posting
- **City + Bundesland** extracted from schema.org JobPosting metadata
- **Employment type normalized** — Vollzeit, Teilzeit, Praktikum, Ausbildung, Befristet, Freelance
- **Work mode** — Remote / Hybrid / On-site when indicated
- **Posted + expiry dates** in ISO-8601
- **Contact email and phone** extracted from the job body
- **Multi-keyword search** with automatic cross-query deduplication

### Example output

```json
{
  "id": "26283535",
  "title": "Prozessmanager (m/w/d)",
  "url": "https://www.stellenmarkt.de/anzeige26283535.html",
  "company": "BBBank eG",
  "company_url": "https://www.stellenmarkt.de/display_superlink.php?BEN_ID=525158",
  "company_logo_url": "https://www.stellenmarkt.de/image.php?kid=525158",
  "location": "Karlsruhe, Berlin",
  "city": "Berlin",
  "region": "Berlin",
  "country": "DE",
  "employment_type": "Vollzeit",
  "description_full": "BBBank eG – Better Banking\nWir sind die größte genossenschaftliche Privatkundenbank...",
  "requirements": [
    "Erfolgreich abgeschlossene Ausbildung mit betriebswirtschaftlichem oder technischem Schwerpunkt",
    "Fundierte Kenntnisse in den kundenorientierten Prozessen einer Bank",
    "Idealerweise erste Erfahrungen im Prozessmanagement"
  ],
  "responsibilities": [
    "Durchführung eines nachhaltigen Prozessmanagements zur Identifikation von Optimierungspotentialen",
    "Planung, Koordination und Durchführung von Prozessoptimierungen",
    "Beratung der Fachbereiche hinsichtlich prozessualer Anforderungen"
  ],
  "company_benefits": [
    "Vielseitige und verantwortungsvolle Tätigkeit",
    "Mobiles Arbeiten und Gestaltungsspielräume",
    "Attraktives Vergütungspaket",
    "Betriebliche Altersvorsorge, Jobrad, ÖPNV-Zuschuss"
  ],
  "posted_at": "2026-02-24T08:57:51Z",
  "search_query": "Entwickler",
  "source_platform": "stellenmarkt.de",
  "scraped_at": "2026-04-10T17:42:00Z"
}
````

### How to use

Set one or more keywords in `searchQueries`, optionally filter by `location` + `radius`, and let the scraper walk through SERP pages and visit each job detail page. Results arrive structured and deduplicated across queries.

#### Input

| Parameter | Description | Example |
|-----------|-------------|---------|
| `searchQueries` | Keywords to search (deduplicated across queries) | `["Entwickler", "Data Engineer"]` |
| `location` | City or Bundesland, leave empty for all-Germany | `"Berlin"`, `"Bayern"` |
| `radius` | Search radius in km around location | `30` |
| `category` | Industry category filter (free text) | `"IT"`, `"Pflege"` |
| `employmentType` | `vollzeit`, `teilzeit`, `praktikum`, `ausbildung` | `"vollzeit"` |
| `maxResultsPerQuery` | Max results per keyword | `100` |
| `maxResults` | Total cap across all queries (0 = unlimited) | `500` |
| `includeJobDetails` | Visit each detail page (recommended) | `true` |
| `proxyConfiguration` | Apify Proxy settings | `{"useApifyProxy": true}` |

**Example input**

```json
{
  "searchQueries": ["Software Engineer", "Data Engineer", "DevOps"],
  "location": "München",
  "maxResultsPerQuery": 200,
  "includeJobDetails": true,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

### Use cases

- **DACH recruitment intelligence** — map live hiring across Bundesländer, roles and industries for sourcing and market reports
- **Salary benchmarking** — build role × city × employer salary benchmarks in EUR; track compensation movements over time
- **Talent intelligence & HR tech** — power dashboards tracking DAX 40, MDAX and Hidden Champions hiring signals
- **Competitive hiring analysis** — monitor competitors' postings and catch expansion plans before they hit the press
- **Employer branding analysis** — extract benefits arrays to compare Homeoffice, Jobrad, Weiterbildungsbudget offerings
- **Regional labor-market research** — quantify hiring density across Berlin, München, Hamburg and all 16 Bundesländer
- **Job board aggregators** — ingest normalized listings with company logos and apply URLs into your metasearch

### Pricing

| Event | Price |
|-------|-------|
| Actor start | $0.001 |
| Search-only result (`includeJobDetails: false`) | $0.003 / result |
| Full detail result (`includeJobDetails: true`) | $0.005 / result |

**Example**: 1,000 jobs with full details = **$5.00** · 10,000 jobs = **$50.00**

Compare to manual data entry at EUR 0.50-1.00 per record, or commercial DACH job-data feeds at EUR 500-2000/month.

### Issues & Feedback

Facing an issue or need a new filter or field? [Open an issue on the Issues tab](https://console.apify.com/actors/hig8WrdPajcLXGL8G/issues) — we respond within 24 hours and welcome feature requests.

### Related Actors

Complete your DACH + European job-board coverage with our full suite:

- [StepStone.de Scraper](https://apify.com/santamaria-automations/stepstone-de-scraper) — Germany's #1 job board
- [Arbeitsagentur.de Scraper](https://apify.com/santamaria-automations/arbeitsagentur-de-scraper) — Germany's federal employment agency
- [Stellenanzeigen.de Scraper](https://apify.com/santamaria-automations/stellenanzeigen-de-scraper) — German national job board
- [Jobs.ch Scraper](https://apify.com/santamaria-automations/jobs-ch-scraper) — Switzerland's #1 job site
- [Karriere.at Scraper](https://apify.com/santamaria-automations/karriere-at-scraper) — Austria's leading job board
- [LinkedIn Jobs Scraper](https://apify.com/santamaria-automations/linkedin-scraper) — Global professional network

Or browse all [santamaria-automations actors](https://apify.com/santamaria-automations) for the full scraping suite.

# Actor input Schema

## `searchQueries` (type: `array`):

One or more search keywords (e.g. 'Entwickler', 'Projektleiter'). Each keyword runs as a separate search. Results are deduplicated across queries.

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

Single search keyword (backward compatible). Use 'searchQueries' for multiple keywords.

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

City or region name (e.g. 'Berlin', 'München', 'Hamburg', 'Bayern'). Leave empty to search all of Germany.

## `radius` (type: `integer`):

Search radius in kilometres around the given location. Ignored when no location is set.

## `category` (type: `string`):

Optional industry category filter (free text, e.g. 'IT', 'Vertrieb', 'Pflege').

## `employmentType` (type: `string`):

Filter by employment type

## `maxResultsPerQuery` (type: `integer`):

Maximum results per search keyword. Each query gets up to this many results (deduplicated).

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

Total cap across all queries. Set to 0 for unlimited (each query limited by maxResultsPerQuery).

## `maxAgeDays` (type: `integer`):

Filter out jobs older than N days. Stellenmarkt.de returns stale listings by default; this filter keeps only fresh jobs. Default 30.

## `includeJobDetails` (type: `boolean`):

When enabled (recommended), visits each job detail page to extract full description, requirements, responsibilities, benefits, and apply URL. When disabled, only listing-page data is returned (faster, cheaper).

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

Apify proxy settings for avoiding rate limits

## Actor input object example

```json
{
  "searchQueries": [
    "Entwickler"
  ],
  "searchQuery": "Entwickler",
  "location": "Berlin",
  "radius": 0,
  "employmentType": "",
  "maxResultsPerQuery": 50,
  "maxResults": 0,
  "maxAgeDays": 30,
  "includeJobDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `jobListings` (type: `string`):

Dataset containing scraped job listings

# 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 = {
    "searchQueries": [
        "Entwickler"
    ],
    "location": "Berlin",
    "maxResultsPerQuery": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("santamaria-automations/stellenmarkt-de-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 = {
    "searchQueries": ["Entwickler"],
    "location": "Berlin",
    "maxResultsPerQuery": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("santamaria-automations/stellenmarkt-de-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 '{
  "searchQueries": [
    "Entwickler"
  ],
  "location": "Berlin",
  "maxResultsPerQuery": 50
}' |
apify call santamaria-automations/stellenmarkt-de-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Stellenmarkt.de Scraper - German National Jobs",
        "description": "Scrape job listings from Stellenmarkt.de, a leading German job board. Extract titles, companies, locations, salaries, requirements, and full job descriptions. Supports multi-query search and location filtering.",
        "version": "1.0",
        "x-build-id": "tAaRt7q16iBCin9I3"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/santamaria-automations~stellenmarkt-de-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-santamaria-automations-stellenmarkt-de-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/santamaria-automations~stellenmarkt-de-scraper/runs": {
            "post": {
                "operationId": "runs-sync-santamaria-automations-stellenmarkt-de-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/santamaria-automations~stellenmarkt-de-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-santamaria-automations-stellenmarkt-de-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": {
                    "searchQueries": {
                        "title": "Search Keywords",
                        "type": "array",
                        "description": "One or more search keywords (e.g. 'Entwickler', 'Projektleiter'). Each keyword runs as a separate search. Results are deduplicated across queries.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchQuery": {
                        "title": "Search Keyword (single, legacy)",
                        "type": "string",
                        "description": "Single search keyword (backward compatible). Use 'searchQueries' for multiple keywords."
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City or region name (e.g. 'Berlin', 'München', 'Hamburg', 'Bayern'). Leave empty to search all of Germany."
                    },
                    "radius": {
                        "title": "Search Radius (km)",
                        "minimum": 0,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Search radius in kilometres around the given location. Ignored when no location is set.",
                        "default": 0
                    },
                    "category": {
                        "title": "Category",
                        "type": "string",
                        "description": "Optional industry category filter (free text, e.g. 'IT', 'Vertrieb', 'Pflege')."
                    },
                    "employmentType": {
                        "title": "Employment Type",
                        "enum": [
                            "",
                            "vollzeit",
                            "teilzeit",
                            "praktikum",
                            "ausbildung",
                            "freelance",
                            "befristet",
                            "minijob"
                        ],
                        "type": "string",
                        "description": "Filter by employment type",
                        "default": ""
                    },
                    "maxResultsPerQuery": {
                        "title": "Max Results per Query",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum results per search keyword. Each query gets up to this many results (deduplicated).",
                        "default": 100
                    },
                    "maxResults": {
                        "title": "Max Total Results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Total cap across all queries. Set to 0 for unlimited (each query limited by maxResultsPerQuery).",
                        "default": 0
                    },
                    "maxAgeDays": {
                        "title": "Maximum job age (days)",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Filter out jobs older than N days. Stellenmarkt.de returns stale listings by default; this filter keeps only fresh jobs. Default 30.",
                        "default": 30
                    },
                    "includeJobDetails": {
                        "title": "Include Full Job Details",
                        "type": "boolean",
                        "description": "When enabled (recommended), visits each job detail page to extract full description, requirements, responsibilities, benefits, and apply URL. When disabled, only listing-page data is returned (faster, cheaper).",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Apify proxy settings for avoiding rate limits",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
