# Find Amsterdam staffing and temp jobs

**Use case:** 

Scrape Uitzendbureau.nl vacancies in Amsterdam. Export agency names, titles, locations, and apply links for local temp-work lead gen.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.uitzendbureau.nl/vacatures/amsterdam"
    }
  ],
  "maxItems": 10,
  "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.