# Scrape production jobs in Barneveld on Werkzoeken.nl

**Use case:** 

Extract production worker vacancies in Barneveld from Werkzoeken.nl with salary, employer, and contract type for Dutch job market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.werkzoeken.nl/vacatures/?filtered=1&from-company-profile=&ai=&what=Productiemedewerker&r=30&where=Barneveld&salary=&date=&pnr=8&vacancyid=14953626"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "jobTitle": {
    "label": "Job title"
  },
  "location": {
    "label": "Location"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyHeaderImage": {
    "label": "Company header image"
  },
  "companyLogo": {
    "label": "Company logo"
  },
  "workingHours": {
    "label": "Working hours"
  },
  "educationLevel": {
    "label": "Education level"
  },
  "languageRequirement": {
    "label": "Language requirement"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "salary": {
    "label": "Salary"
  },
  "benefits": {
    "label": "Benefits"
  },
  "workSchedule": {
    "label": "Work schedule"
  },
  "jobSummary": {
    "label": "Job summary"
  },
  "companyIndustry": {
    "label": "Company industry"
  },
  "companySize": {
    "label": "Company size"
  },
  "companySizeRange": {
    "label": "Company size range"
  },
  "jobDescription": {
    "label": "Job description"
  }
}
```

## About this Actor

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