# Scrape developer jobs on Werk.nl

**Use case:** 

Extract developer job listings from Werk.nl, the Dutch government job portal. Structured output with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "keywords2": "",
  "keywords3": "",
  "location": "",
  "distance": "",
  "contractType": "",
  "educationLevel": "",
  "sortBy": "dichtbij",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "referenceNumber": {
    "label": "Reference nr",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postcode": {
    "label": "Postal code",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "contractType": {
    "label": "Contract type",
    "format": "text"
  },
  "hoursMin": {
    "label": "Hours min",
    "format": "number"
  },
  "hoursMax": {
    "label": "Hours max",
    "format": "number"
  },
  "education": {
    "label": "Education",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish date",
    "format": "text"
  },
  "expiryDate": {
    "label": "Expiry date",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "isInternship": {
    "label": "Internship",
    "format": "boolean"
  },
  "isRepost": {
    "label": "Is repost",
    "format": "boolean"
  },
  "originalPublishDate": {
    "label": "Original date",
    "format": "text"
  },
  "originalUrl": {
    "label": "Original URL",
    "format": "link"
  },
  "description": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description (text)",
    "format": "text"
  },
  "descriptionMarkdown": {
    "label": "Description (MD)",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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