# 11880.com Branchenbuch Scraper (`m3web/11880-com-branchenbuch-scraper`) Actor

Actor für 11880.com: findet Unternehmen nach Branche und extrahiert Kontaktdaten (E‑Mail, Telefon, Adresse). EN: Scraper for German companies listed in the 11880.com Branchenbuch (business directory).

- **URL**: https://apify.com/m3web/11880-com-branchenbuch-scraper.md
- **Developed by:** [M3Web](https://apify.com/m3web) (community)
- **Categories:** Lead generation, E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 3 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

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

## 🏢 11880.com Branchenbuch Scraper

---

### ✨ Einführung
Dieser Actor durchsucht 11880.com nach Unternehmen einer gewählten Branche und extrahiert strukturierte Kontaktdaten.  
Er hilft Ihnen, schnell Firmeninformationen wie **E‑Mail, Telefon und Adresse** zu sammeln.

---

### ⚙️ Funktionsweise
Sie müssen keine URLs bereitstellen. Folgen Sie einfach diesen drei Schritten im Actor‑Input:

1️⃣ **Nur Firmen mit E‑Mail abrufen (ON/OFF)**  
Standard ist **ON**. Schalten Sie auf OFF, wenn Sie auch Firmen ohne E‑Mail-Adresse möchten.

2️⃣ **Branche auswählen (Pflichtfeld)**  
Wählen Sie die gewünschte Branche über das Dropdown-Menü.

3️⃣ **Städte auswählen**  
Wählen Sie eine oder mehrere Städte aus den unten aufgeführten Bundesländern.  
Die Städte sind nach Einwohnerzahl sortiert – von den größten bis zu den kleinsten. Die kleinsten Städte in dieser Liste haben **Einwohner / population: ~50k**.  
Der Actor sammelt E‑Mails und weitere Kontaktdaten für die gewählten Orte.

---

### 💡 Tipp für erste Nutzung & Hinweis zu Herborn
Wenn Sie den Actor zum ersten Mal testen, wählen Sie bitte eine **beliebte Branche** und eine **kleinere Stadt**.  
Großstädte wie Berlin können 5–15 Minuten dauern und verursachen höhere Kosten, was für einen einfachen Test oft unnötig ist.  

Die Stadt **Herborn** (ca. 20.000 Einwohner) ist standardmäßig aktiviert, damit die automatische Prüfung des Actors auf der Apify‑Plattform erfolgreich läuft und Sie sofort ein kleines Test‑Ergebnis erhalten.  
Sobald Sie eigene Städte auswählen, **deaktivieren Sie bitte Herborn**, da sie nur für Testzwecke vorgesehen ist.

---

### 📊 Beispielausgabe
```json
{
  "company_name": "Musterfirma Berlin GmbH",
  "email": "kontakt@musterfirma-berlin.de",
  "telephone": "(030) 1234567",
  "postalCode": "10115",
  "addressLocality": "Berlin",
  "addressRegion": "Berlin",
  "streetAddress": "Musterstraße 1",
  "rating": {
    "worstRating": 1,
    "bestRating": 5,
    "ratingValue": 4,
    "reviewCount": 12
  },
  "source": "www.11880.com"
}
````

***

### 📌 Hinweis

Dieser Actor wurde unter Beachtung der [11880.com robots.txt](https://www.11880.com/robots.txt) Regeln am **09.04.2026** erstellt.

***

***

## English Version

***

### ✨ Introduction

This Actor scrapes **German companies** from 11880.com in a selected industry and extracts structured contact data.\
It helps you quickly collect business information such as **email, phone, and address**.

***

### ⚙️ How it works

You don’t need to provide URLs manually. Just follow three simple steps in the Actor input:

1️⃣ **Scrape only companies with email (ON/OFF)**\
Default is **ON**. Turn OFF if you also want companies without email addresses.

2️⃣ **Choose industry (required)**\
Use the dropdown menu to select the industry you want to scrape.

3️⃣ **Choose cities**\
Select one or more cities from the states listed below.\
The cities are ordered by population, from largest to smallest. The smallest cities in this list have **population: ~50k**.\
The Actor will scrape emails and other contact data for the chosen locations.

***

### 💡 Suggestion for first‑time users & Note about Herborn

If you are testing this Actor for the first time, choose a **popular industry** and a **smaller city**.\
Large cities like Berlin may take 5–15 minutes and generate higher costs, which is unnecessary for a simple test run.

The city **Herborn** (population ~20,000) is enabled by default to ensure the Actor passes Apify’s automated testing and to give you a quick, small test result.\
Once you select your own cities, **please turn off Herborn**, since it is only meant for testing purposes.

***

### 📊 Example output

```json
{
  "company_name": "Musterfirma Berlin GmbH",
  "email": "kontakt@musterfirma-berlin.de",
  "telephone": "(030) 1234567",
  "postalCode": "10115",
  "addressLocality": "Berlin",
  "addressRegion": "Berlin",
  "streetAddress": "Musterstraße 1",
  "rating": {
    "worstRating": 1,
    "bestRating": 5,
    "ratingValue": 4,
    "reviewCount": 12
  },
  "source": "www.11880.com"
}
```

***

### 📌 Notes

This Actor was created in compliance with [11880.com robots.txt](https://www.11880.com/robots.txt) rules on **09.04.2026**.

# Actor input Schema

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

Dieses Feld wird nicht verwendet. / This field is not used.

## `email` (type: `boolean`):

Wenn aktiviert, werden nur Firmen mit E-Mail-Adresse gesammelt. / When enabled, only companies with an email address will be scraped.

## `branche` (type: `string`):

Bitte wählen Sie eine Branche aus der Liste. / Please select an industry from the list.

## `herborn` (type: `boolean`):

Standard-Teststadt für Apify-Automatisierung. Diese kleine Stadt ist voreingestellt, damit die automatische Prüfung des Actors erfolgreich läuft. / EN: Default test city for Apify automation. This small city is enabled by default to ensure the Actor passes automated testing.

## `chooseCities` (type: `string`):

Hidden helper field

## `bbbhms` (type: `string`):

Städte in Berlin, Bremen, Hamburg, Saarland

## `berlin` (type: `boolean`):

Einwohner / population: >3.5 M

## `bremen` (type: `boolean`):

Einwohner / population: ~560k

## `hamburg` (type: `boolean`):

Einwohner / population: ~1.9 M

## `saarbruecken` (type: `boolean`):

Einwohner / population: ~180k

## `badenWuerttemberg` (type: `string`):

Städte in Baden-Württemberg

## `stuttgart` (type: `boolean`):

Einwohner / population: ~600k

## `mannheim` (type: `boolean`):

Einwohner / population: ~310k

## `karlsruhe` (type: `boolean`):

Einwohner / population: ~310k

## `freiburg` (type: `boolean`):

Einwohner / population: ~230k

## `heidelberg` (type: `boolean`):

Einwohner / population: ~160k

## `ulm` (type: `boolean`):

Einwohner / population: ~130k

## `heilbronn` (type: `boolean`):

Einwohner / population: ~130k

## `pforzheim` (type: `boolean`):

Einwohner / population: ~130k

## `reutlingen` (type: `boolean`):

Einwohner / population: ~120k

## `esslingen-am-neckar` (type: `boolean`):

Einwohner / population: ~95k

## `ludwigsburg` (type: `boolean`):

Einwohner / population: ~90k

## `tuebingen` (type: `boolean`):

Einwohner / population: ~90k

## `villingen-schwenningen` (type: `boolean`):

Einwohner / population: ~90k

## `konstanz` (type: `boolean`):

Einwohner / population: ~85k

## `aalen` (type: `boolean`):

Einwohner / population: ~70k

## `schwaebisch-gmuend` (type: `boolean`):

Einwohner / population: ~65k

## `offenburg` (type: `boolean`):

Einwohner / population: ~60k

## `friedrichshafen` (type: `boolean`):

Einwohner / population: ~60k

## `sindelfingen` (type: `boolean`):

Einwohner / population: ~60k

## `goeppingen` (type: `boolean`):

Einwohner / population: ~60k

## `waiblingen` (type: `boolean`):

Einwohner / population: ~60k

## `baden-baden` (type: `boolean`):

Einwohner / population: ~55k

## `boeblingen` (type: `boolean`):

Einwohner / population: ~50k

## `heidenheim` (type: `boolean`):

Einwohner / population: ~50k

## `ravensburg` (type: `boolean`):

Einwohner / population: ~50k

## `loerrach` (type: `boolean`):

Einwohner / population: ~50k

## `bayern` (type: `string`):

Städte in Bayern

## `muenchen` (type: `boolean`):

Einwohner / population: ~1.5 M

## `nuernberg` (type: `boolean`):

Einwohner / population: ~510k

## `augsburg` (type: `boolean`):

Einwohner / population: ~300k

## `regensburg` (type: `boolean`):

Einwohner / population: ~150k

## `ingolstadt` (type: `boolean`):

Einwohner / population: ~130k

## `fuerth` (type: `boolean`):

Einwohner / population: ~130k

## `wuerzburg` (type: `boolean`):

Einwohner / population: ~130k

## `erlangen` (type: `boolean`):

Einwohner / population: ~110k

## `bamberg` (type: `boolean`):

Einwohner / population: ~75k

## `bayreuth` (type: `boolean`):

Einwohner / population: ~75k

## `aschaffenburg` (type: `boolean`):

Einwohner / population: ~70k

## `landshut` (type: `boolean`):

Einwohner / population: ~70k

## `kempten` (type: `boolean`):

Einwohner / population: ~65k

## `rosenheim` (type: `boolean`):

Einwohner / population: ~65k

## `neu-ulm` (type: `boolean`):

Einwohner / population: ~60k

## `schweinfurt` (type: `boolean`):

Einwohner / population: ~55k

## `passau` (type: `boolean`):

Einwohner / population: ~50k

## `brandenburg` (type: `string`):

Städte in Brandenburg

## `potsdam` (type: `boolean`):

Einwohner / population: ~180k

## `cottbus` (type: `boolean`):

Einwohner / population: ~95k

## `brandenburg-an-der-havel` (type: `boolean`):

Einwohner / population: ~75k

## `frankfurt-oder` (type: `boolean`):

Einwohner / population: ~55k

## `oranienburg` (type: `boolean`):

Einwohner / population: ~50k

## `hessen` (type: `string`):

Städte in Hessen

## `frankfurt` (type: `boolean`):

Einwohner / population: ~750k

## `wiesbaden` (type: `boolean`):

Einwohner / population: ~280k

## `kassel` (type: `boolean`):

Einwohner / population: ~200k

## `darmstadt` (type: `boolean`):

Einwohner / population: ~160k

## `offenbach` (type: `boolean`):

Einwohner / population: ~130k

## `hanau` (type: `boolean`):

Einwohner / population: ~95k

## `giessen` (type: `boolean`):

Einwohner / population: ~90k

## `marburg` (type: `boolean`):

Einwohner / population: ~75k

## `fulda` (type: `boolean`):

Einwohner / population: ~65k

## `ruesselsheim` (type: `boolean`):

Einwohner / population: ~65k

## `bad-homburg` (type: `boolean`):

Einwohner / population: ~55k

## `wetzlar` (type: `boolean`):

Einwohner / population: ~55k

## `mecklenburg-vorpommern` (type: `string`):

Städte in Mecklenburg-Vorpommern

## `rostock` (type: `boolean`):

Einwohner / population: ~210k

## `schwerin` (type: `boolean`):

Einwohner / population: ~100k

## `neubrandenburg` (type: `boolean`):

Einwohner / population: ~60k

## `greifswald` (type: `boolean`):

Einwohner / population: ~55k

## `stralsund` (type: `boolean`):

Einwohner / population: ~55k

## `niedersachsen` (type: `string`):

Städte in Niedersachsen

## `hannover` (type: `boolean`):

Einwohner / population: ~540k

## `braunschweig` (type: `boolean`):

Einwohner / population: ~250k

## `oldenburg` (type: `boolean`):

Einwohner / population: ~170k

## `osnabrueck` (type: `boolean`):

Einwohner / population: ~160k

## `wolfsburg` (type: `boolean`):

Einwohner / population: ~130k

## `goettingen` (type: `boolean`):

Einwohner / population: ~130k

## `salzgitter` (type: `boolean`):

Einwohner / population: ~100k

## `hildesheim` (type: `boolean`):

Einwohner / population: ~100k

## `delmenhorst` (type: `boolean`):

Einwohner / population: ~80k

## `wilhelmshaven` (type: `boolean`):

Einwohner / population: ~75k

## `lueneburg` (type: `boolean`):

Einwohner / population: ~75k

## `celle` (type: `boolean`):

Einwohner / population: ~70k

## `garbsen` (type: `boolean`):

Einwohner / population: ~60k

## `hameln` (type: `boolean`):

Einwohner / population: ~60k

## `nordhorn` (type: `boolean`):

Einwohner / population: ~60k

## `lingen` (type: `boolean`):

Einwohner / population: ~55k

## `langenhagen` (type: `boolean`):

Einwohner / population: ~55k

## `wolfenbuettel` (type: `boolean`):

Einwohner / population: ~55k

## `peine` (type: `boolean`):

Einwohner / population: ~50k

## `cuxhaven` (type: `boolean`):

Einwohner / population: ~50k

## `emden` (type: `boolean`):

Einwohner / population: ~50k

## `stade` (type: `boolean`):

Einwohner / population: ~50k

## `goslar` (type: `boolean`):

Einwohner / population: ~50k

## `nordrheinWestfalen` (type: `string`):

Städte in Nordrhein-Westfalen

## `koeln` (type: `boolean`):

Einwohner / population: ~1.1 M

## `duesseldorf` (type: `boolean`):

Einwohner / population: ~600k

## `dortmund` (type: `boolean`):

Einwohner / population: ~600k

## `essen` (type: `boolean`):

Einwohner / population: ~600k

## `duisburg` (type: `boolean`):

Einwohner / population: ~500k

## `bochum` (type: `boolean`):

Einwohner / population: ~360k

## `wuppertal` (type: `boolean`):

Einwohner / population: ~350k

## `bielefeld` (type: `boolean`):

Einwohner / population: ~340k

## `bonn` (type: `boolean`):

Einwohner / population: ~330k

## `muenster` (type: `boolean`):

Einwohner / population: ~320k

## `moenchengladbach` (type: `boolean`):

Einwohner / population: ~260k

## `gelsenkirchen` (type: `boolean`):

Einwohner / population: ~260k

## `aachen` (type: `boolean`):

Einwohner / population: ~250k

## `krefeld` (type: `boolean`):

Einwohner / population: ~230k

## `oberhausen` (type: `boolean`):

Einwohner / population: ~210k

## `hagen` (type: `boolean`):

Einwohner / population: ~190k

## `hamm` (type: `boolean`):

Einwohner / population: ~180k

## `muelheim` (type: `boolean`):

Einwohner / population: ~170k

## `leverkusen` (type: `boolean`):

Einwohner / population: ~160k

## `solingen` (type: `boolean`):

Einwohner / population: ~160k

## `herne` (type: `boolean`):

Einwohner / population: ~160k

## `neuss` (type: `boolean`):

Einwohner / population: ~160k

## `paderborn` (type: `boolean`):

Einwohner / population: ~150k

## `bottrop` (type: `boolean`):

Einwohner / population: ~120k

## `remscheid` (type: `boolean`):

Einwohner / population: ~110k

## `bergisch-gladbach` (type: `boolean`):

Einwohner / population: ~110k

## `recklinghausen` (type: `boolean`):

Einwohner / population: ~110k

## `moers` (type: `boolean`):

Einwohner / population: ~100k

## `siegen` (type: `boolean`):

Einwohner / population: ~100k

## `guetersloh` (type: `boolean`):

Einwohner / population: ~100k

## `dueren` (type: `boolean`):

Einwohner / population: ~95k

## `iserlohn` (type: `boolean`):

Einwohner / population: ~90k

## `witten` (type: `boolean`):

Einwohner / population: ~90k

## `ratingen` (type: `boolean`):

Einwohner / population: ~90k

## `marl` (type: `boolean`):

Einwohner / population: ~85k

## `luenen` (type: `boolean`):

Einwohner / population: ~85k

## `minden` (type: `boolean`):

Einwohner / population: ~85k

## `velbert` (type: `boolean`):

Einwohner / population: ~85k

## `viersen` (type: `boolean`):

Einwohner / population: ~80k

## `rheine` (type: `boolean`):

Einwohner / population: ~80k

## `troisdorf` (type: `boolean`):

Einwohner / population: ~75k

## `gladbeck` (type: `boolean`):

Einwohner / population: ~75k

## `dorsten` (type: `boolean`):

Einwohner / population: ~75k

## `arnsberg` (type: `boolean`):

Einwohner / population: ~75k

## `detmold` (type: `boolean`):

Einwohner / population: ~75k

## `castrop-rauxel` (type: `boolean`):

Einwohner / population: ~75k

## `bocholt` (type: `boolean`):

Einwohner / population: ~75k

## `luedenscheid` (type: `boolean`):

Einwohner / population: ~70k

## `lippstadt` (type: `boolean`):

Einwohner / population: ~70k

## `herford` (type: `boolean`):

Einwohner / population: ~70k

## `dinslaken` (type: `boolean`):

Einwohner / population: ~65k

## `kerpen` (type: `boolean`):

Einwohner / population: ~65k

## `grevenbroich` (type: `boolean`):

Einwohner / population: ~65k

## `dormagen` (type: `boolean`):

Einwohner / population: ~65k

## `huerth` (type: `boolean`):

Einwohner / population: ~60k

## `bergheim` (type: `boolean`):

Einwohner / population: ~60k

## `herten` (type: `boolean`):

Einwohner / population: ~60k

## `wesel` (type: `boolean`):

Einwohner / population: ~60k

## `euskirchen` (type: `boolean`):

Einwohner / population: ~60k

## `langenfeld` (type: `boolean`):

Einwohner / population: ~60k

## `unna` (type: `boolean`):

Einwohner / population: ~60k

## `stolberg` (type: `boolean`):

Einwohner / population: ~60k

## `eschweiler` (type: `boolean`):

Einwohner / population: ~60k

## `meerbusch` (type: `boolean`):

Einwohner / population: ~55k

## `sankt-augustin` (type: `boolean`):

Einwohner / population: ~55k

## `pulheim` (type: `boolean`):

Einwohner / population: ~55k

## `hilden` (type: `boolean`):

Einwohner / population: ~55k

## `bad-salzuflen` (type: `boolean`):

Einwohner / population: ~55k

## `hattingen` (type: `boolean`):

Einwohner / population: ~55k

## `ahlen` (type: `boolean`):

Einwohner / population: ~55k

## `frechen` (type: `boolean`):

Einwohner / population: ~50k

## `menden` (type: `boolean`):

Einwohner / population: ~50k

## `ibbenbueren` (type: `boolean`):

Einwohner / population: ~50k

## `gummersbach` (type: `boolean`):

Einwohner / population: ~50k

## `bad-oeynhausen` (type: `boolean`):

Einwohner / population: ~50k

## `gronau` (type: `boolean`):

Einwohner / population: ~50k

## `willich` (type: `boolean`):

Einwohner / population: ~50k

## `rheinlandPfalz` (type: `string`):

Städte in Rheinland-Pfalz

## `mainz` (type: `boolean`):

Einwohner / population: ~210k

## `ludwigshafen` (type: `boolean`):

Einwohner / population: ~170k

## `koblenz` (type: `boolean`):

Einwohner / population: ~120k

## `trier` (type: `boolean`):

Einwohner / population: ~110k

## `kaiserslautern` (type: `boolean`):

Einwohner / population: ~100k

## `worms` (type: `boolean`):

Einwohner / population: ~85k

## `neuwied` (type: `boolean`):

Einwohner / population: ~65k

## `bad-kreuznach` (type: `boolean`):

Einwohner / population: ~55k

## `neustadt` (type: `boolean`):

Einwohner / population: ~55k

## `sachsen` (type: `string`):

Städte in Sachsen

## `leipzig` (type: `boolean`):

Einwohner / population: ~600k

## `dresden` (type: `boolean`):

Einwohner / population: ~560k

## `chemnitz` (type: `boolean`):

Einwohner / population: ~250k

## `zwickau` (type: `boolean`):

Einwohner / population: ~90k

## `plauen` (type: `boolean`):

Einwohner / population: ~65k

## `goerlitz` (type: `boolean`):

Einwohner / population: ~55k

## `sachsenAnhalt` (type: `string`):

Städte in Sachsen-Anhalt

## `halle` (type: `boolean`):

Einwohner / population: ~240k

## `magdeburg` (type: `boolean`):

Einwohner / population: ~240k

## `dessau-rosslau` (type: `boolean`):

Einwohner / population: ~75k

## `schleswigHolstein` (type: `string`):

Städte in Schleswig-Holstein

## `kiel` (type: `boolean`):

Einwohner / population: ~250k

## `luebeck` (type: `boolean`):

Einwohner / population: ~220k

## `flensburg` (type: `boolean`):

Einwohner / population: ~95k

## `norderstedt` (type: `boolean`):

Einwohner / population: ~85k

## `neumuenster` (type: `boolean`):

Einwohner / population: ~80k

## `elmshorn` (type: `boolean`):

Einwohner / population: ~50k

## `thueringen` (type: `string`):

Städte in Thüringen

## `erfurt` (type: `boolean`):

Einwohner / population: ~210k

## `jena` (type: `boolean`):

Einwohner / population: ~110k

## `gera` (type: `boolean`):

Einwohner / population: ~95k

## `weimar` (type: `boolean`):

Einwohner / population: ~65k

## Actor input object example

```json
{
  "startUrls": [],
  "email": true,
  "branche": "arzt",
  "herborn": true,
  "berlin": false,
  "bremen": false,
  "hamburg": false,
  "saarbruecken": false,
  "stuttgart": false,
  "mannheim": false,
  "karlsruhe": false,
  "freiburg": false,
  "heidelberg": false,
  "ulm": false,
  "heilbronn": false,
  "pforzheim": false,
  "reutlingen": false,
  "esslingen-am-neckar": false,
  "ludwigsburg": false,
  "tuebingen": false,
  "villingen-schwenningen": false,
  "konstanz": false,
  "aalen": false,
  "schwaebisch-gmuend": false,
  "offenburg": false,
  "friedrichshafen": false,
  "sindelfingen": false,
  "goeppingen": false,
  "waiblingen": false,
  "baden-baden": false,
  "boeblingen": false,
  "heidenheim": false,
  "ravensburg": false,
  "loerrach": false,
  "muenchen": false,
  "nuernberg": false,
  "augsburg": false,
  "regensburg": false,
  "ingolstadt": false,
  "fuerth": false,
  "wuerzburg": false,
  "erlangen": false,
  "bamberg": false,
  "bayreuth": false,
  "aschaffenburg": false,
  "landshut": false,
  "kempten": false,
  "rosenheim": false,
  "neu-ulm": false,
  "schweinfurt": false,
  "passau": false,
  "potsdam": false,
  "cottbus": false,
  "brandenburg-an-der-havel": false,
  "frankfurt-oder": false,
  "oranienburg": false,
  "frankfurt": false,
  "wiesbaden": false,
  "kassel": false,
  "darmstadt": false,
  "offenbach": false,
  "hanau": false,
  "giessen": false,
  "marburg": false,
  "fulda": false,
  "ruesselsheim": false,
  "bad-homburg": false,
  "wetzlar": false,
  "rostock": false,
  "schwerin": false,
  "neubrandenburg": false,
  "greifswald": false,
  "stralsund": false,
  "hannover": false,
  "braunschweig": false,
  "oldenburg": false,
  "osnabrueck": false,
  "wolfsburg": false,
  "goettingen": false,
  "salzgitter": false,
  "hildesheim": false,
  "delmenhorst": false,
  "wilhelmshaven": false,
  "lueneburg": false,
  "celle": false,
  "garbsen": false,
  "hameln": false,
  "nordhorn": false,
  "lingen": false,
  "langenhagen": false,
  "wolfenbuettel": false,
  "peine": false,
  "cuxhaven": false,
  "emden": false,
  "stade": false,
  "goslar": false,
  "koeln": false,
  "duesseldorf": false,
  "dortmund": false,
  "essen": false,
  "duisburg": false,
  "bochum": false,
  "wuppertal": false,
  "bielefeld": false,
  "bonn": false,
  "muenster": false,
  "moenchengladbach": false,
  "gelsenkirchen": false,
  "aachen": false,
  "krefeld": false,
  "oberhausen": false,
  "hagen": false,
  "hamm": false,
  "muelheim": false,
  "leverkusen": false,
  "solingen": false,
  "herne": false,
  "neuss": false,
  "paderborn": false,
  "bottrop": false,
  "remscheid": false,
  "bergisch-gladbach": false,
  "recklinghausen": false,
  "moers": false,
  "siegen": false,
  "guetersloh": false,
  "dueren": false,
  "iserlohn": false,
  "witten": false,
  "ratingen": false,
  "marl": false,
  "luenen": false,
  "minden": false,
  "velbert": false,
  "viersen": false,
  "rheine": false,
  "troisdorf": false,
  "gladbeck": false,
  "dorsten": false,
  "arnsberg": false,
  "detmold": false,
  "castrop-rauxel": false,
  "bocholt": false,
  "luedenscheid": false,
  "lippstadt": false,
  "herford": false,
  "dinslaken": false,
  "kerpen": false,
  "grevenbroich": false,
  "dormagen": false,
  "huerth": false,
  "bergheim": false,
  "herten": false,
  "wesel": false,
  "euskirchen": false,
  "langenfeld": false,
  "unna": false,
  "stolberg": false,
  "eschweiler": false,
  "meerbusch": false,
  "sankt-augustin": false,
  "pulheim": false,
  "hilden": false,
  "bad-salzuflen": false,
  "hattingen": false,
  "ahlen": false,
  "frechen": false,
  "menden": false,
  "ibbenbueren": false,
  "gummersbach": false,
  "bad-oeynhausen": false,
  "gronau": false,
  "willich": false,
  "mainz": false,
  "ludwigshafen": false,
  "koblenz": false,
  "trier": false,
  "kaiserslautern": false,
  "worms": false,
  "neuwied": false,
  "bad-kreuznach": false,
  "neustadt": false,
  "leipzig": false,
  "dresden": false,
  "chemnitz": false,
  "zwickau": false,
  "plauen": false,
  "goerlitz": false,
  "halle": false,
  "magdeburg": false,
  "dessau-rosslau": false,
  "kiel": false,
  "luebeck": false,
  "flensburg": false,
  "norderstedt": false,
  "neumuenster": false,
  "elmshorn": false,
  "erfurt": false,
  "jena": false,
  "gera": false,
  "weimar": false
}
```

# Actor output Schema

## `results` (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": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("m3web/11880-com-branchenbuch-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": [] }

# Run the Actor and wait for it to finish
run = client.actor("m3web/11880-com-branchenbuch-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": []
}' |
apify call m3web/11880-com-branchenbuch-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "11880.com Branchenbuch Scraper",
        "description": "Actor für 11880.com: findet Unternehmen nach Branche und extrahiert Kontaktdaten (E‑Mail, Telefon, Adresse). EN: Scraper for German companies listed in the 11880.com Branchenbuch (business directory).",
        "version": "0.0",
        "x-build-id": "Yy18sWu1Ka9pl3zup"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/m3web~11880-com-branchenbuch-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-m3web-11880-com-branchenbuch-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/m3web~11880-com-branchenbuch-scraper/runs": {
            "post": {
                "operationId": "runs-sync-m3web-11880-com-branchenbuch-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/m3web~11880-com-branchenbuch-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-m3web-11880-com-branchenbuch-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": {
                    "email": {
                        "title": "1. Nur Firmen mit E-Mail abrufen (Scrape only companies with email)",
                        "type": "boolean",
                        "description": "Wenn aktiviert, werden nur Firmen mit E-Mail-Adresse gesammelt. / When enabled, only companies with an email address will be scraped.",
                        "default": true
                    },
                    "branche": {
                        "title": "2. Branche auswählen (Choose industry)",
                        "enum": [
                            "arzt",
                            "zahnarzt",
                            "physiotherapie",
                            "apotheke",
                            "friseur",
                            "kosmetikstudio",
                            "nagelstudio",
                            "anwalt",
                            "rechtsanwalt",
                            "notar",
                            "steuerberater",
                            "versicherung",
                            "makler",
                            "immobilienmakler",
                            "bank",
                            "werkstatt",
                            "autowerkstatt",
                            "autohandel",
                            "dachdecker",
                            "maler",
                            "elektriker",
                            "heizung",
                            "tischler",
                            "gartenbau",
                            "gebaeudereiniger",
                            "umzug",
                            "baufirma",
                            "bauunternehmen",
                            "architekt",
                            "ingenieurbuero",
                            "restaurant",
                            "cafe",
                            "bar",
                            "baecker",
                            "blumenladen",
                            "bekleidungsgeschäfte",
                            "moebel",
                            "lebensmittel",
                            "it-dienstleistung",
                            "marketing",
                            "buchhaltung",
                            "reisebuero",
                            "handwerker",
                            "immobilien",
                            "bestatter",
                            "taxi"
                        ],
                        "type": "string",
                        "description": "Bitte wählen Sie eine Branche aus der Liste. / Please select an industry from the list.",
                        "default": "arzt"
                    },
                    "herborn": {
                        "title": "Herborn (Standard-Teststadt – bitte nach Auswahl anderer Städte deaktivieren / EN: Default test city – please turn off after selecting your cities)",
                        "type": "boolean",
                        "description": "Standard-Teststadt für Apify-Automatisierung. Diese kleine Stadt ist voreingestellt, damit die automatische Prüfung des Actors erfolgreich läuft. / EN: Default test city for Apify automation. This small city is enabled by default to ensure the Actor passes automated testing.",
                        "default": true
                    },
                    "chooseCities": {
                        "title": "Choose cities",
                        "type": "string",
                        "description": "Hidden helper field"
                    },
                    "bbbhms": {
                        "title": "Berlin, Bremen, Hamburg, Saarland",
                        "type": "string",
                        "description": "Städte in Berlin, Bremen, Hamburg, Saarland"
                    },
                    "berlin": {
                        "title": "Berlin",
                        "type": "boolean",
                        "description": "Einwohner / population: >3.5 M",
                        "default": false
                    },
                    "bremen": {
                        "title": "Bremen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~560k",
                        "default": false
                    },
                    "hamburg": {
                        "title": "Hamburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~1.9 M",
                        "default": false
                    },
                    "saarbruecken": {
                        "title": "Saarbrücken",
                        "type": "boolean",
                        "description": "Einwohner / population: ~180k",
                        "default": false
                    },
                    "badenWuerttemberg": {
                        "title": "Baden-Württemberg",
                        "type": "string",
                        "description": "Städte in Baden-Württemberg"
                    },
                    "stuttgart": {
                        "title": "Stuttgart",
                        "type": "boolean",
                        "description": "Einwohner / population: ~600k",
                        "default": false
                    },
                    "mannheim": {
                        "title": "Mannheim",
                        "type": "boolean",
                        "description": "Einwohner / population: ~310k",
                        "default": false
                    },
                    "karlsruhe": {
                        "title": "Karlsruhe",
                        "type": "boolean",
                        "description": "Einwohner / population: ~310k",
                        "default": false
                    },
                    "freiburg": {
                        "title": "Freiburg im Breisgau",
                        "type": "boolean",
                        "description": "Einwohner / population: ~230k",
                        "default": false
                    },
                    "heidelberg": {
                        "title": "Heidelberg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "ulm": {
                        "title": "Ulm",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "heilbronn": {
                        "title": "Heilbronn",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "pforzheim": {
                        "title": "Pforzheim",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "reutlingen": {
                        "title": "Reutlingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~120k",
                        "default": false
                    },
                    "esslingen-am-neckar": {
                        "title": "Esslingen am Neckar",
                        "type": "boolean",
                        "description": "Einwohner / population: ~95k",
                        "default": false
                    },
                    "ludwigsburg": {
                        "title": "Ludwigsburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "tuebingen": {
                        "title": "Tübingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "villingen-schwenningen": {
                        "title": "Villingen-Schwenningen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "konstanz": {
                        "title": "Konstanz",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "aalen": {
                        "title": "Aalen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "schwaebisch-gmuend": {
                        "title": "Schwäbisch Gmünd",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "offenburg": {
                        "title": "Offenburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "friedrichshafen": {
                        "title": "Friedrichshafen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "sindelfingen": {
                        "title": "Sindelfingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "goeppingen": {
                        "title": "Göppingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "waiblingen": {
                        "title": "Waiblingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "baden-baden": {
                        "title": "Baden-Baden",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "boeblingen": {
                        "title": "Böblingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "heidenheim": {
                        "title": "Heidenheim an der Brenz",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "ravensburg": {
                        "title": "Ravensburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "loerrach": {
                        "title": "Lörrach",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "bayern": {
                        "title": "Bayern",
                        "type": "string",
                        "description": "Städte in Bayern"
                    },
                    "muenchen": {
                        "title": "München",
                        "type": "boolean",
                        "description": "Einwohner / population: ~1.5 M",
                        "default": false
                    },
                    "nuernberg": {
                        "title": "Nürnberg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~510k",
                        "default": false
                    },
                    "augsburg": {
                        "title": "Augsburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~300k",
                        "default": false
                    },
                    "regensburg": {
                        "title": "Regensburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~150k",
                        "default": false
                    },
                    "ingolstadt": {
                        "title": "Ingolstadt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "fuerth": {
                        "title": "Fürth",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "wuerzburg": {
                        "title": "Würzburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "erlangen": {
                        "title": "Erlangen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~110k",
                        "default": false
                    },
                    "bamberg": {
                        "title": "Bamberg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "bayreuth": {
                        "title": "Bayreuth",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "aschaffenburg": {
                        "title": "Aschaffenburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "landshut": {
                        "title": "Landshut",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "kempten": {
                        "title": "Kempten (Allgäu)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "rosenheim": {
                        "title": "Rosenheim",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "neu-ulm": {
                        "title": "Neu-Ulm",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "schweinfurt": {
                        "title": "Schweinfurt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "passau": {
                        "title": "Passau",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "brandenburg": {
                        "title": "Brandenburg",
                        "type": "string",
                        "description": "Städte in Brandenburg"
                    },
                    "potsdam": {
                        "title": "Potsdam",
                        "type": "boolean",
                        "description": "Einwohner / population: ~180k",
                        "default": false
                    },
                    "cottbus": {
                        "title": "Cottbus",
                        "type": "boolean",
                        "description": "Einwohner / population: ~95k",
                        "default": false
                    },
                    "brandenburg-an-der-havel": {
                        "title": "Brandenburg an der Havel",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "frankfurt-oder": {
                        "title": "Frankfurt (Oder)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "oranienburg": {
                        "title": "Oranienburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "hessen": {
                        "title": "Hessen",
                        "type": "string",
                        "description": "Städte in Hessen"
                    },
                    "frankfurt": {
                        "title": "Frankfurt am Main",
                        "type": "boolean",
                        "description": "Einwohner / population: ~750k",
                        "default": false
                    },
                    "wiesbaden": {
                        "title": "Wiesbaden",
                        "type": "boolean",
                        "description": "Einwohner / population: ~280k",
                        "default": false
                    },
                    "kassel": {
                        "title": "Kassel",
                        "type": "boolean",
                        "description": "Einwohner / population: ~200k",
                        "default": false
                    },
                    "darmstadt": {
                        "title": "Darmstadt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "offenbach": {
                        "title": "Offenbach am Main",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "hanau": {
                        "title": "Hanau",
                        "type": "boolean",
                        "description": "Einwohner / population: ~95k",
                        "default": false
                    },
                    "giessen": {
                        "title": "Giessen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "marburg": {
                        "title": "Marburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "fulda": {
                        "title": "Fulda",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "ruesselsheim": {
                        "title": "Rüsselsheim am Main",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "bad-homburg": {
                        "title": "Bad Homburg vor der Höhe",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "wetzlar": {
                        "title": "Wetzlar",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "mecklenburg-vorpommern": {
                        "title": "Mecklenburg-Vorpommern",
                        "type": "string",
                        "description": "Städte in Mecklenburg-Vorpommern"
                    },
                    "rostock": {
                        "title": "Rostock",
                        "type": "boolean",
                        "description": "Einwohner / population: ~210k",
                        "default": false
                    },
                    "schwerin": {
                        "title": "Schwerin",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "neubrandenburg": {
                        "title": "Neubrandenburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "greifswald": {
                        "title": "Greifswald",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "stralsund": {
                        "title": "Stralsund",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "niedersachsen": {
                        "title": "Niedersachsen",
                        "type": "string",
                        "description": "Städte in Niedersachsen"
                    },
                    "hannover": {
                        "title": "Hannover",
                        "type": "boolean",
                        "description": "Einwohner / population: ~540k",
                        "default": false
                    },
                    "braunschweig": {
                        "title": "Braunschweig",
                        "type": "boolean",
                        "description": "Einwohner / population: ~250k",
                        "default": false
                    },
                    "oldenburg": {
                        "title": "Oldenburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~170k",
                        "default": false
                    },
                    "osnabrueck": {
                        "title": "Osnabrück",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "wolfsburg": {
                        "title": "Wolfsburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "goettingen": {
                        "title": "Göttingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~130k",
                        "default": false
                    },
                    "salzgitter": {
                        "title": "Salzgitter",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "hildesheim": {
                        "title": "Hildesheim",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "delmenhorst": {
                        "title": "Delmenhorst",
                        "type": "boolean",
                        "description": "Einwohner / population: ~80k",
                        "default": false
                    },
                    "wilhelmshaven": {
                        "title": "Wilhelmshaven",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "lueneburg": {
                        "title": "Lüneburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "celle": {
                        "title": "Celle",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "garbsen": {
                        "title": "Garbsen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "hameln": {
                        "title": "Hameln",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "nordhorn": {
                        "title": "Nordhorn",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "lingen": {
                        "title": "Lingen (Ems)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "langenhagen": {
                        "title": "Langenhagen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "wolfenbuettel": {
                        "title": "Wolfenbüttel",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "peine": {
                        "title": "Peine",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "cuxhaven": {
                        "title": "Cuxhaven",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "emden": {
                        "title": "Emden",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "stade": {
                        "title": "Stade",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "goslar": {
                        "title": "Goslar",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "nordrheinWestfalen": {
                        "title": "Nordrhein-Westfalen",
                        "type": "string",
                        "description": "Städte in Nordrhein-Westfalen"
                    },
                    "koeln": {
                        "title": "Köln",
                        "type": "boolean",
                        "description": "Einwohner / population: ~1.1 M",
                        "default": false
                    },
                    "duesseldorf": {
                        "title": "Düsseldorf",
                        "type": "boolean",
                        "description": "Einwohner / population: ~600k",
                        "default": false
                    },
                    "dortmund": {
                        "title": "Dortmund",
                        "type": "boolean",
                        "description": "Einwohner / population: ~600k",
                        "default": false
                    },
                    "essen": {
                        "title": "Essen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~600k",
                        "default": false
                    },
                    "duisburg": {
                        "title": "Duisburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~500k",
                        "default": false
                    },
                    "bochum": {
                        "title": "Bochum",
                        "type": "boolean",
                        "description": "Einwohner / population: ~360k",
                        "default": false
                    },
                    "wuppertal": {
                        "title": "Wuppertal",
                        "type": "boolean",
                        "description": "Einwohner / population: ~350k",
                        "default": false
                    },
                    "bielefeld": {
                        "title": "Bielefeld",
                        "type": "boolean",
                        "description": "Einwohner / population: ~340k",
                        "default": false
                    },
                    "bonn": {
                        "title": "Bonn",
                        "type": "boolean",
                        "description": "Einwohner / population: ~330k",
                        "default": false
                    },
                    "muenster": {
                        "title": "Münster",
                        "type": "boolean",
                        "description": "Einwohner / population: ~320k",
                        "default": false
                    },
                    "moenchengladbach": {
                        "title": "Mönchengladbach",
                        "type": "boolean",
                        "description": "Einwohner / population: ~260k",
                        "default": false
                    },
                    "gelsenkirchen": {
                        "title": "Gelsenkirchen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~260k",
                        "default": false
                    },
                    "aachen": {
                        "title": "Aachen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~250k",
                        "default": false
                    },
                    "krefeld": {
                        "title": "Krefeld",
                        "type": "boolean",
                        "description": "Einwohner / population: ~230k",
                        "default": false
                    },
                    "oberhausen": {
                        "title": "Oberhausen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~210k",
                        "default": false
                    },
                    "hagen": {
                        "title": "Hagen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~190k",
                        "default": false
                    },
                    "hamm": {
                        "title": "Hamm",
                        "type": "boolean",
                        "description": "Einwohner / population: ~180k",
                        "default": false
                    },
                    "muelheim": {
                        "title": "Mülheim an der Ruhr",
                        "type": "boolean",
                        "description": "Einwohner / population: ~170k",
                        "default": false
                    },
                    "leverkusen": {
                        "title": "Leverkusen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "solingen": {
                        "title": "Solingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "herne": {
                        "title": "Herne",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "neuss": {
                        "title": "Neuss",
                        "type": "boolean",
                        "description": "Einwohner / population: ~160k",
                        "default": false
                    },
                    "paderborn": {
                        "title": "Paderborn",
                        "type": "boolean",
                        "description": "Einwohner / population: ~150k",
                        "default": false
                    },
                    "bottrop": {
                        "title": "Bottrop",
                        "type": "boolean",
                        "description": "Einwohner / population: ~120k",
                        "default": false
                    },
                    "remscheid": {
                        "title": "Remscheid",
                        "type": "boolean",
                        "description": "Einwohner / population: ~110k",
                        "default": false
                    },
                    "bergisch-gladbach": {
                        "title": "Bergisch Gladbach",
                        "type": "boolean",
                        "description": "Einwohner / population: ~110k",
                        "default": false
                    },
                    "recklinghausen": {
                        "title": "Recklinghausen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~110k",
                        "default": false
                    },
                    "moers": {
                        "title": "Moers",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "siegen": {
                        "title": "Siegen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "guetersloh": {
                        "title": "Gütersloh",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "dueren": {
                        "title": "Düren",
                        "type": "boolean",
                        "description": "Einwohner / population: ~95k",
                        "default": false
                    },
                    "iserlohn": {
                        "title": "Iserlohn",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "witten": {
                        "title": "Witten",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "ratingen": {
                        "title": "Ratingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "marl": {
                        "title": "Marl",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "luenen": {
                        "title": "Lünen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "minden": {
                        "title": "Minden",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "velbert": {
                        "title": "Velbert",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "viersen": {
                        "title": "Viersen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~80k",
                        "default": false
                    },
                    "rheine": {
                        "title": "Rheine",
                        "type": "boolean",
                        "description": "Einwohner / population: ~80k",
                        "default": false
                    },
                    "troisdorf": {
                        "title": "Troisdorf",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "gladbeck": {
                        "title": "Gladbeck",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "dorsten": {
                        "title": "Dorsten",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "arnsberg": {
                        "title": "Arnsberg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "detmold": {
                        "title": "Detmold",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "castrop-rauxel": {
                        "title": "Castrop-Rauxel",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "bocholt": {
                        "title": "Bocholt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "luedenscheid": {
                        "title": "Lüdenscheid",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "lippstadt": {
                        "title": "Lippstadt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "herford": {
                        "title": "Herford",
                        "type": "boolean",
                        "description": "Einwohner / population: ~70k",
                        "default": false
                    },
                    "dinslaken": {
                        "title": "Dinslaken",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "kerpen": {
                        "title": "Kerpen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "grevenbroich": {
                        "title": "Grevenbroich",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "dormagen": {
                        "title": "Dormagen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "huerth": {
                        "title": "Hürth",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "bergheim": {
                        "title": "Bergheim",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "herten": {
                        "title": "Herten",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "wesel": {
                        "title": "Wesel",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "euskirchen": {
                        "title": "Euskirchen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "langenfeld": {
                        "title": "Langenfeld (Rheinland)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "unna": {
                        "title": "Unna",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "stolberg": {
                        "title": "Stolberg (Rheinland)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "eschweiler": {
                        "title": "Eschweiler",
                        "type": "boolean",
                        "description": "Einwohner / population: ~60k",
                        "default": false
                    },
                    "meerbusch": {
                        "title": "Meerbusch",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "sankt-augustin": {
                        "title": "Sankt Augustin",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "pulheim": {
                        "title": "Pulheim",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "hilden": {
                        "title": "Hilden",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "bad-salzuflen": {
                        "title": "Bad Salzuflen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "hattingen": {
                        "title": "Hattingen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "ahlen": {
                        "title": "Ahlen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "frechen": {
                        "title": "Frechen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "menden": {
                        "title": "Menden (Sauerland)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "ibbenbueren": {
                        "title": "Ibbenbüren",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "gummersbach": {
                        "title": "Gummersbach",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "bad-oeynhausen": {
                        "title": "Bad Oeynhausen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "gronau": {
                        "title": "Gronau (Westfalen)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "willich": {
                        "title": "Willich",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "rheinlandPfalz": {
                        "title": "Rheinland-Pfalz",
                        "type": "string",
                        "description": "Städte in Rheinland-Pfalz"
                    },
                    "mainz": {
                        "title": "Mainz",
                        "type": "boolean",
                        "description": "Einwohner / population: ~210k",
                        "default": false
                    },
                    "ludwigshafen": {
                        "title": "Ludwigshafen am Rhein",
                        "type": "boolean",
                        "description": "Einwohner / population: ~170k",
                        "default": false
                    },
                    "koblenz": {
                        "title": "Koblenz",
                        "type": "boolean",
                        "description": "Einwohner / population: ~120k",
                        "default": false
                    },
                    "trier": {
                        "title": "Trier",
                        "type": "boolean",
                        "description": "Einwohner / population: ~110k",
                        "default": false
                    },
                    "kaiserslautern": {
                        "title": "Kaiserslautern",
                        "type": "boolean",
                        "description": "Einwohner / population: ~100k",
                        "default": false
                    },
                    "worms": {
                        "title": "Worms",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "neuwied": {
                        "title": "Neuwied",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "bad-kreuznach": {
                        "title": "Bad Kreuznach",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "neustadt": {
                        "title": "Neustadt an der Weinstraße",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "sachsen": {
                        "title": "Sachsen",
                        "type": "string",
                        "description": "Städte in Sachsen"
                    },
                    "leipzig": {
                        "title": "Leipzig",
                        "type": "boolean",
                        "description": "Einwohner / population: ~600k",
                        "default": false
                    },
                    "dresden": {
                        "title": "Dresden",
                        "type": "boolean",
                        "description": "Einwohner / population: ~560k",
                        "default": false
                    },
                    "chemnitz": {
                        "title": "Chemnitz",
                        "type": "boolean",
                        "description": "Einwohner / population: ~250k",
                        "default": false
                    },
                    "zwickau": {
                        "title": "Zwickau",
                        "type": "boolean",
                        "description": "Einwohner / population: ~90k",
                        "default": false
                    },
                    "plauen": {
                        "title": "Plauen",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    },
                    "goerlitz": {
                        "title": "Görlitz",
                        "type": "boolean",
                        "description": "Einwohner / population: ~55k",
                        "default": false
                    },
                    "sachsenAnhalt": {
                        "title": "Sachsen-Anhalt",
                        "type": "string",
                        "description": "Städte in Sachsen-Anhalt"
                    },
                    "halle": {
                        "title": "Halle (Saale)",
                        "type": "boolean",
                        "description": "Einwohner / population: ~240k",
                        "default": false
                    },
                    "magdeburg": {
                        "title": "Magdeburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~240k",
                        "default": false
                    },
                    "dessau-rosslau": {
                        "title": "Dessau-Roßlau",
                        "type": "boolean",
                        "description": "Einwohner / population: ~75k",
                        "default": false
                    },
                    "schleswigHolstein": {
                        "title": "Schleswig-Holstein",
                        "type": "string",
                        "description": "Städte in Schleswig-Holstein"
                    },
                    "kiel": {
                        "title": "Kiel",
                        "type": "boolean",
                        "description": "Einwohner / population: ~250k",
                        "default": false
                    },
                    "luebeck": {
                        "title": "Lübeck",
                        "type": "boolean",
                        "description": "Einwohner / population: ~220k",
                        "default": false
                    },
                    "flensburg": {
                        "title": "Flensburg",
                        "type": "boolean",
                        "description": "Einwohner / population: ~95k",
                        "default": false
                    },
                    "norderstedt": {
                        "title": "Norderstedt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~85k",
                        "default": false
                    },
                    "neumuenster": {
                        "title": "Neumünster",
                        "type": "boolean",
                        "description": "Einwohner / population: ~80k",
                        "default": false
                    },
                    "elmshorn": {
                        "title": "Elmshorn",
                        "type": "boolean",
                        "description": "Einwohner / population: ~50k",
                        "default": false
                    },
                    "thueringen": {
                        "title": "Thüringen",
                        "type": "string",
                        "description": "Städte in Thüringen"
                    },
                    "erfurt": {
                        "title": "Erfurt",
                        "type": "boolean",
                        "description": "Einwohner / population: ~210k",
                        "default": false
                    },
                    "jena": {
                        "title": "Jena",
                        "type": "boolean",
                        "description": "Einwohner / population: ~110k",
                        "default": false
                    },
                    "gera": {
                        "title": "Gera",
                        "type": "boolean",
                        "description": "Einwohner / population: ~95k",
                        "default": false
                    },
                    "weimar": {
                        "title": "Weimar",
                        "type": "boolean",
                        "description": "Einwohner / population: ~65k",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
