# Extract Dutch jobs in LLM-ready compact format

**Use case:** 

Scrape Dutch job listings from Werkzoeken.nl in compact, agent-ready output. Built for AI pipelines. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "data",
  "location": "",
  "radius": "",
  "contractType": "",
  "hoursPerWeek": "",
  "educationLevel": "",
  "employerType": "",
  "minSalary": "",
  "daysOld": "",
  "sortBy": "",
  "fetchDetails": false,
  "skipReposts": false,
  "incrementalMode": false,
  "stateKey": "",
  "compact": true,
  "descriptionFormat": "all",
  "descriptionMaxLength": 0,
  "excludeEmptyFields": false,
  "telegramToken": "",
  "telegramChatId": "",
  "discordWebhookUrl": "",
  "slackWebhookUrl": "",
  "webhookUrl": "",
  "webhookHeaders": {},
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min (€)",
    "format": "number"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Werkzoeken.nl Scraper](https://apify.com/unfenced-group/werkzoeken-nl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/werkzoeken-nl-scraper) to learn more, explore other use cases, and run it yourself.