# Find freelance IT assignments in the Netherlands

**Use case:** 

Scrape freelance IT assignments from Freelancer.nl. Structured Dutch freelance project data. Pay per result.

## Input

```json
{
  "searchQuery": "IT",
  "city": "",
  "budgetType": "",
  "budgetMin": "",
  "budgetMax": 100,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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