# Find senior jobs in the Netherlands

**Use case:** 

Scrape senior-level job listings from Intermediair.nl. Filter by career level, get structured Dutch job data. Pay per result.

## Input

```json
{
  "searchQuery": "manager",
  "radius": "40",
  "contractType": "vast",
  "employmentType": "",
  "educationLevel": "hbo",
  "careerLevel": "senior",
  "sort": "date",
  "debugMode": false,
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "educationLevel": {
    "label": "Education",
    "format": "text"
  },
  "careerLevel": {
    "label": "Career Level",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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