# Monitor the Dutch agency job market

**Use case:** 

Track Uitzendbureau.nl staffing vacancies nationwide. Export agency jobs for continuous Dutch temp-labor market intelligence and alerts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.uitzendbureau.nl/vacatures"
    }
  ],
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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