# Nationale Vacaturebank Scraper (`nocodeventure/nationale-vacaturebank-scraper`) Actor

Scrape listings from Nationale Vacaturebank. #1 Dutch job board. Structured output. No API key required.

- **URL**: https://apify.com/nocodeventure/nationale-vacaturebank-scraper.md
- **Developed by:** [No-Code Venture](https://apify.com/nocodeventure) (community)
- **Categories:** Automation, Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 single 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

## Nationale Vacaturebank Job Scraper

Extract **live job vacancies** from [Nationale Vacaturebank](https://www.nationalevacaturebank.nl/) as shown on the site. Use it to feed your ATS, lead lists, market research, or job boards with structured vacancy data from the Netherlands.

### What you get

For every vacancy the Actor:

1. Finds it on **listing pages** (search results).
2. **Always** loads the **full single-vacancy** record for that id, then writes **one dataset row** from that full record (best chance for complete fields, including **`contact`** when Nationale Vacaturebank publishes recruiter name, address, email, and phone).

**About `contact`:** NVB only includes those fields when they **publish** them for that vacancy. Vacancies with **external apply** (apply on another site) often still have an **empty** `contact` block — the follow-up still runs so you always get the richest object NVB allows for that id.

You may see small JSON differences vs a raw list row (for example link metadata); the main gain is the **canonical full vacancy** per id.

### How to use it

1. Open the Actor in **Apify Console** and set your filters (categories, contract type, working hours, education, industry, etc.) or leave filters empty for the widest match available.
2. Choose **sort order** (`relevance`, `date`, `popularity`, `distance`, `random`), **jobs per page**, and **max pages** to control volume.
3. For larger runs, enable an **Apify Proxy** in the input to reduce the chance of rate limiting.

Results appear in the default **Dataset**; download as JSON, CSV, or Excel from the run detail page.

### Pricing (Pay per event)

You only pay for what the run actually does. Typical charges:

| Event | When you are charged |
|--------|----------------------|
| **nationalevacaturebank-search** | Once for **each listing page** loaded (search results API). |
| **nationalevacaturebank-job-detail** | Once for **each vacancy** when its **full record** is loaded (single-job API). |
| **retry-event** | When a request fails and the Actor retries it. |
| **event-proxy** / **event-proxy-group** | When you turn on Apify Proxy (standard platform behaviour). |

Dataset rows use Apify’s normal dataset item metering where applicable on your plan.

### Good to know

- Data reflects **public** listings on Nationale Vacaturebank; respect their terms of use and fair-use expectations.
- If you see many **HTTP 429** errors, lower **max requests per minute** or use a **proxy**.

### Need help?

Use the **Issues** tab on this Actor’s page or contact the publisher through Apify support so we can help with filters, limits, or integration.

# Actor input Schema

## `searchTerm` (type: `string`):

Functie- of trefwoordzoek — NVB filter `dcoTitle` (bijv. Developer).
## `city` (type: `string`):

Plaats voor locatiefilter — NVB `city` (bijv. Amsterdam). Werkt samen met coördinaten en straal.
## `latitude` (type: `number`):

WGS84-latitude (bijv. 52.371002 voor Amsterdam). Gebruik samen met **Lengtegraad** en **Straal (km)**.
## `longitude` (type: `number`):

WGS84-longitude (bijv. 4.904176). Gebruik samen met **Breedtegraad** en **Straal (km)**.
## `distanceKm` (type: `integer`):

Zoekradius in kilometer — NVB `distance`. Alleen actief als breedte-, lengtegraad en straal alle drie gezet zijn (1–500).
## `sort` (type: `string`):

NVB API `sort` — see `src/filters/sort.ts`. Values `relevance`, `date`, `popularity` match site **Sorteren op**; `distance` and `random` are also accepted (see `nationalevacaturebank-docs/jobs_request.md` `_links`).
## `limit` (type: `integer`):

Page size (1–100). NVB API `limit` query parameter. The NVB website uses 10 by default, which causes pagination across multiple pages. Higher values return more results per request but reduce pagination.
## `maxPages` (type: `integer`):

Maximum number of listing pages to fetch (0 = all pages). Each listing page is one billable fetch; each vacancy on that page triggers one more billable fetch for the full vacancy record (best chance for contact when NVB publishes it).
## `hoursPreset` (type: `string`):

NVB **Uren**: Fulltime → `workingHoursMin:33` & `workingHoursMax:40`; Parttime → `1` & `32`. When set, overrides manual working hours below.
## `workingHoursMin` (type: `integer`):

Minimum hours per week (`workingHoursMin`). Ignored when **Uren** is Fulltime or Parttime.
## `workingHoursMax` (type: `integer`):

Maximum hours per week (`workingHoursMax`). Ignored when **Uren** is Fulltime or Parttime.
## `companyTypes` (type: `array`):

Filter `companyType` — NVB API values; see `src/filters/companyType.ts`.
## `contractTypes` (type: `array`):

Filter `contractType` — see `src/filters/contractType.ts`.
## `careerLevels` (type: `array`):

Filter `careerLevel` — see `src/filters/careerLevel.ts`.
## `industries` (type: `array`):

Filter `industry` — see `src/filters/industry.ts`.
## `categories` (type: `array`):

Filter `category` — see `src/filters/category.ts`.
## `educationLevels` (type: `array`):

Filter `educationLevel` — see `src/filters/educationLevel.ts`.
## `workingPlaces` (type: `array`):

Filter `workingPlace` — see `src/filters/workingPlace.ts`.
## `salaryMin` (type: `integer`):

NVB `salaryMin` filter — minimum salary (e.g. 3500). Leave empty to skip.
## `vacancyTypes` (type: `array`):

Filter `type` (e.g. spotlight) — see `src/filters/vacancyType.ts`.
## `maxConcurrency` (type: `integer`):

Maximum concurrent HTTP requests.
## `maxRequestsPerMinute` (type: `integer`):

Throttle requests per minute. Lower if you see HTTP 429.
## `proxyConfiguration` (type: `object`):

Recommended for larger runs to reduce rate limiting.

## Actor input object example

```json
{
  "searchTerm": "",
  "city": "",
  "sort": "relevance",
  "limit": 10,
  "maxPages": 1,
  "hoursPreset": "",
  "companyTypes": [],
  "contractTypes": [],
  "careerLevels": [],
  "industries": [],
  "categories": [],
  "educationLevels": [],
  "workingPlaces": [],
  "vacancyTypes": [],
  "maxConcurrency": 5,
  "maxRequestsPerMinute": 120,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
````

# Actor output Schema

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

No description

# API

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

## JavaScript example

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

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

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("nocodeventure/nationale-vacaturebank-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("nocodeventure/nationale-vacaturebank-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 '{}' |
apify call nocodeventure/nationale-vacaturebank-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Nationale Vacaturebank Scraper",
        "description": "Scrape listings from Nationale Vacaturebank. #1 Dutch job board. Structured output. No API key required.",
        "version": "0.0",
        "x-build-id": "f5vsRuChfabI5E5Pi"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nocodeventure~nationale-vacaturebank-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nocodeventure-nationale-vacaturebank-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/nocodeventure~nationale-vacaturebank-scraper/runs": {
            "post": {
                "operationId": "runs-sync-nocodeventure-nationale-vacaturebank-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/nocodeventure~nationale-vacaturebank-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-nocodeventure-nationale-vacaturebank-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": {
                    "searchTerm": {
                        "title": "Zoekterm",
                        "type": "string",
                        "description": "Functie- of trefwoordzoek — NVB filter `dcoTitle` (bijv. Developer).",
                        "default": ""
                    },
                    "city": {
                        "title": "Stad",
                        "type": "string",
                        "description": "Plaats voor locatiefilter — NVB `city` (bijv. Amsterdam). Werkt samen met coördinaten en straal.",
                        "default": ""
                    },
                    "latitude": {
                        "title": "Breedtegraad",
                        "type": "number",
                        "description": "WGS84-latitude (bijv. 52.371002 voor Amsterdam). Gebruik samen met **Lengtegraad** en **Straal (km)**."
                    },
                    "longitude": {
                        "title": "Lengtegraad",
                        "type": "number",
                        "description": "WGS84-longitude (bijv. 4.904176). Gebruik samen met **Breedtegraad** en **Straal (km)**."
                    },
                    "distanceKm": {
                        "title": "Straal (km)",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Zoekradius in kilometer — NVB `distance`. Alleen actief als breedte-, lengtegraad en straal alle drie gezet zijn (1–500)."
                    },
                    "sort": {
                        "title": "Sorteren op",
                        "enum": [
                            "relevance",
                            "date",
                            "popularity",
                            "distance",
                            "random"
                        ],
                        "type": "string",
                        "description": "NVB API `sort` — see `src/filters/sort.ts`. Values `relevance`, `date`, `popularity` match site **Sorteren op**; `distance` and `random` are also accepted (see `nationalevacaturebank-docs/jobs_request.md` `_links`).",
                        "default": "relevance"
                    },
                    "limit": {
                        "title": "Jobs per page",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Page size (1–100). NVB API `limit` query parameter. The NVB website uses 10 by default, which causes pagination across multiple pages. Higher values return more results per request but reduce pagination.",
                        "default": 10
                    },
                    "maxPages": {
                        "title": "Max pages",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of listing pages to fetch (0 = all pages). Each listing page is one billable fetch; each vacancy on that page triggers one more billable fetch for the full vacancy record (best chance for contact when NVB publishes it).",
                        "default": 1
                    },
                    "hoursPreset": {
                        "title": "Uren",
                        "enum": [
                            "",
                            "fulltime",
                            "parttime"
                        ],
                        "type": "string",
                        "description": "NVB **Uren**: Fulltime → `workingHoursMin:33` & `workingHoursMax:40`; Parttime → `1` & `32`. When set, overrides manual working hours below.",
                        "default": ""
                    },
                    "workingHoursMin": {
                        "title": "Working hours (min)",
                        "minimum": 1,
                        "maximum": 60,
                        "type": "integer",
                        "description": "Minimum hours per week (`workingHoursMin`). Ignored when **Uren** is Fulltime or Parttime."
                    },
                    "workingHoursMax": {
                        "title": "Working hours (max)",
                        "minimum": 1,
                        "maximum": 60,
                        "type": "integer",
                        "description": "Maximum hours per week (`workingHoursMax`). Ignored when **Uren** is Fulltime or Parttime."
                    },
                    "companyTypes": {
                        "title": "Geplaatst door",
                        "type": "array",
                        "description": "Filter `companyType` — NVB API values; see `src/filters/companyType.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "direct_employer_and_media_bureau",
                                "human_resource_manager"
                            ],
                            "enumTitles": [
                                "Werkgevers",
                                "Recruitment bureau's"
                            ]
                        },
                        "default": []
                    },
                    "contractTypes": {
                        "title": "Dienstverband",
                        "type": "array",
                        "description": "Filter `contractType` — see `src/filters/contractType.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Bijbaan",
                                "Freelance",
                                "Interim",
                                "Leer-werk overeenkomst",
                                "Stage",
                                "Thuiswerk",
                                "Tijdelijk",
                                "Vakantiewerk",
                                "Vast",
                                "Vrijwilliger",
                                "ZZP",
                                "Zelfstandig/Franchise"
                            ],
                            "enumTitles": [
                                "Bijbaan",
                                "Freelance",
                                "Interim",
                                "Leer-werk overeenkomst",
                                "Stage",
                                "Thuiswerk",
                                "Tijdelijk",
                                "Vakantiewerk",
                                "Vast",
                                "Vrijwilliger",
                                "ZZP",
                                "Zelfstandig / Franchise"
                            ]
                        },
                        "default": []
                    },
                    "careerLevels": {
                        "title": "Career level",
                        "type": "array",
                        "description": "Filter `careerLevel` — see `src/filters/careerLevel.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Geen ervaring",
                                "Starter",
                                "Ervaren",
                                "Leidinggevend",
                                "Senior management",
                                "Directie"
                            ],
                            "enumTitles": [
                                "Geen ervaring",
                                "Starter",
                                "Ervaren",
                                "Leidinggevend",
                                "Senior management",
                                "Directie"
                            ]
                        },
                        "default": []
                    },
                    "industries": {
                        "title": "Branche",
                        "type": "array",
                        "description": "Filter `industry` — see `src/filters/industry.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Banken/Financiële dienstverlening",
                                "Bouw/Installatie",
                                "Detailhandel",
                                "Facilitaire dienstverlening",
                                "Gezondheidszorg/Welzijn",
                                "Horeca",
                                "Industrie",
                                "Juridische dienstverlening",
                                "Landbouw/Bosbouw/Visserij",
                                "Makelaardij/Vastgoed",
                                "Media/Uitgeverijen/TV",
                                "Overheid/Non-profit",
                                "Techniek",
                                "Transport/Opslag/Distributie",
                                "Uitzend/Detachering/W&S",
                                "Zakelijke dienstverlening",
                                "Overig",
                                "Accountancy",
                                "Advies/Consultancy",
                                "Afval en milieu",
                                "Automotive",
                                "Beveiliging/Bewaking",
                                "Chemie/Petrochemie",
                                "Elektronica",
                                "Energie/Gas/Water",
                                "FMCG",
                                "Farmacie",
                                "Handel/Groothandel",
                                "ICT",
                                "Internet",
                                "Kunst/Cultuur/Entertainment",
                                "Maritiem",
                                "Mode/Textiel/Cosmetica",
                                "Onderwijs/Opleiding",
                                "Personen vervoer",
                                "Reclame/PR/Communicatie",
                                "Sport/Recreatie/Toerisme",
                                "Telecom",
                                "Verzekeringen/Assurantiën"
                            ],
                            "enumTitles": [
                                "Banken / Financiële dienstverlening",
                                "Bouw / Installatie",
                                "Detailhandel",
                                "Facilitaire dienstverlening",
                                "Gezondheidszorg / Welzijn",
                                "Horeca",
                                "Industrie",
                                "Juridische dienstverlening",
                                "Landbouw / Bosbouw / Visserij",
                                "Makelaardij / Vastgoed",
                                "Media / Uitgeverijen / TV",
                                "Overheid / Non-profit",
                                "Techniek",
                                "Transport / Opslag / Distributie",
                                "Uitzend / Detachering / W&S",
                                "Zakelijke dienstverlening",
                                "Overig",
                                "Accountancy",
                                "Advies / Consultancy",
                                "Afval en milieu",
                                "Automotive",
                                "Beveiliging / Bewaking",
                                "Chemie / Petrochemie",
                                "Elektronica",
                                "Energie / Gas / Water",
                                "FMCG",
                                "Farmacie",
                                "Handel / Groothandel",
                                "ICT",
                                "Internet",
                                "Kunst / Cultuur / Entertainment",
                                "Maritiem",
                                "Mode / Textiel / Cosmetica",
                                "Onderwijs / Opleiding",
                                "Personen vervoer",
                                "Reclame / PR / Communicatie",
                                "Sport / Recreatie / Toerisme",
                                "Telecom",
                                "Verzekeringen / Assurantiën"
                            ]
                        },
                        "default": []
                    },
                    "categories": {
                        "title": "Category",
                        "type": "array",
                        "description": "Filter `category` — see `src/filters/category.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Administratief/Secretarieel",
                                "Automatisering/Internet",
                                "Beleid/Bestuur/Staf",
                                "Beveiliging/Defensie/Politie",
                                "Commercieel/Verkoop",
                                "Consultancy/Advies",
                                "Design/Creatie/Journalistiek",
                                "Directie/Management algemeen",
                                "Financieel/Accounting",
                                "Financiele dienstverlening",
                                "Horeca/Detailhandel",
                                "Juridisch",
                                "Marketing/PR/Communicatie",
                                "Medisch/Zorg",
                                "Onderwijs/Onderzoek/Wetenschap",
                                "Productie/Uitvoerend",
                                "Techniek",
                                "Overig",
                                "Klantenservice/Callcenter/Receptie",
                                "HR/Training/Opleiding",
                                "Inkoop/Logistiek/Transport"
                            ],
                            "enumTitles": [
                                "Administratief / Secretarieel",
                                "Automatisering / Internet",
                                "Beleid / Bestuur / Staf",
                                "Beveiliging / Defensie / Politie",
                                "Commercieel / Verkoop",
                                "Consultancy / Advies",
                                "Design / Creatie / Journalistiek",
                                "Directie / Management algemeen",
                                "Financieel / Accounting",
                                "Financiële dienstverlening",
                                "Horeca / Detailhandel",
                                "Juridisch",
                                "Marketing / PR / Communicatie",
                                "Medisch / Zorg",
                                "Onderwijs / Onderzoek / Wetenschap",
                                "Productie / Uitvoerend",
                                "Techniek",
                                "Overig",
                                "Klantenservice / Callcenter / Receptie",
                                "HR / Training / Opleiding",
                                "Inkoop / Logistiek / Transport"
                            ]
                        },
                        "default": []
                    },
                    "educationLevels": {
                        "title": "Opleidingsniveau",
                        "type": "array",
                        "description": "Filter `educationLevel` — see `src/filters/educationLevel.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "WO",
                                "HBO",
                                "MBO",
                                "VWO",
                                "HAVO",
                                "VMBO/MAVO",
                                "LBO",
                                "Lagere school",
                                "Postdoctoraal"
                            ],
                            "enumTitles": [
                                "WO",
                                "HBO",
                                "MBO",
                                "VWO",
                                "HAVO",
                                "VMBO / MAVO",
                                "LBO",
                                "Lagere school",
                                "Postdoctoraal"
                            ]
                        },
                        "default": []
                    },
                    "workingPlaces": {
                        "title": "Werkplek",
                        "type": "array",
                        "description": "Filter `workingPlace` — see `src/filters/workingPlace.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Hybride",
                                "Werken op afstand",
                                "Werken op locatie"
                            ],
                            "enumTitles": [
                                "Hybride",
                                "Werken op afstand",
                                "Werken op locatie"
                            ]
                        },
                        "default": []
                    },
                    "salaryMin": {
                        "title": "Salaris (minimum)",
                        "minimum": 0,
                        "maximum": 999999,
                        "type": "integer",
                        "description": "NVB `salaryMin` filter — minimum salary (e.g. 3500). Leave empty to skip."
                    },
                    "vacancyTypes": {
                        "title": "Listing type",
                        "type": "array",
                        "description": "Filter `type` (e.g. spotlight) — see `src/filters/vacancyType.ts`.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "spotlight"
                            ],
                            "enumTitles": [
                                "Spotlight"
                            ]
                        },
                        "default": []
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Maximum concurrent HTTP requests.",
                        "default": 5
                    },
                    "maxRequestsPerMinute": {
                        "title": "Max requests per minute",
                        "minimum": 1,
                        "maximum": 600,
                        "type": "integer",
                        "description": "Throttle requests per minute. Lower if you see HTTP 429.",
                        "default": 120
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Recommended for larger runs to reduce rate limiting.",
                        "default": {
                            "useApifyProxy": 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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
