# Scrape jobs near Rotterdam within a radius

**Use case:** 

Scrape job listings near Rotterdam within a 40km radius from Stepstone.nl. Location-filtered structured data. Pay per result.

## Input

```json
{
  "searchQuery": "IT",
  "location": "Rotterdam",
  "radius": 40,
  "contractType": "",
  "maxResults": 5,
  "skipReposts": false,
  "fetchDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Functie"
  },
  "company": {
    "label": "Bedrijf"
  },
  "city": {
    "label": "Stad"
  },
  "contractType": {
    "label": "Contract"
  },
  "salary": {
    "label": "Salaris"
  },
  "publishDate": {
    "label": "Gepubliceerd"
  },
  "daysOld": {
    "label": "Dagen oud"
  },
  "isRepost": {
    "label": "Repost?"
  },
  "url": {
    "label": "Link"
  }
}
```

## About this Actor

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