# Scrape developer jobs in Amsterdam

**Use case:** 

Extract developer job listings in Amsterdam from Nationale Vacaturebank. Structured Dutch job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "city": "Amsterdam",
  "radius": "40",
  "workingPlace": "",
  "contractType": "",
  "educationLevel": "",
  "careerLevel": "",
  "sort": "relevance",
  "maxResults": 5,
  "skipReposts": false,
  "startUrls": [],
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "company": {
    "label": "Company"
  },
  "city": {
    "label": "City"
  },
  "workingPlace": {
    "label": "Work mode"
  },
  "contractType": {
    "label": "Contract"
  },
  "salary": {
    "label": "Salary"
  },
  "publishDate": {
    "label": "Published"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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