# Scrape developer jobs in the Netherlands

**Use case:** 

Extract developer jobs from Randstad.nl across the Netherlands. Structured Dutch job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "city": "",
  "radius": "40",
  "employmentType": "",
  "educationLevel": "",
  "sector": "",
  "hoursPerWeek": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "useProxy": false,
  "debugMode": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Functietitel",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Bedrijf",
    "format": "text"
  },
  "city": {
    "label": "Stad",
    "format": "text"
  },
  "opco": {
    "label": "Label",
    "format": "text"
  },
  "salary": {
    "label": "Salaris",
    "format": "text"
  },
  "salaryMin": {
    "label": "Min. salaris",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max. salaris",
    "format": "number"
  },
  "salaryType": {
    "label": "Per",
    "format": "text"
  },
  "hours": {
    "label": "Uren",
    "format": "text"
  },
  "educationLevel": {
    "label": "Opleiding",
    "format": "text"
  },
  "contractType": {
    "label": "Dienstverband",
    "format": "text"
  },
  "experienceRequirements": {
    "label": "Werkervaring",
    "format": "text"
  },
  "recruiterName": {
    "label": "Recruiter",
    "format": "text"
  },
  "recruiterPhone": {
    "label": "Telefoon",
    "format": "text"
  },
  "recruiterEmail": {
    "label": "E-mail",
    "format": "text"
  },
  "publishDate": {
    "label": "Geplaatst",
    "format": "text"
  },
  "validThrough": {
    "label": "Vervalt",
    "format": "text"
  },
  "isRepost": {
    "label": "Herpublicatie",
    "format": "text"
  }
}
```

## About this Actor

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