# Scrape Dutch-language jobs in Belgium

**Use case:** 

Extract Dutch-language job listings from Jobat.be across Flanders. Structured Belgian job data. Pay per result.

## Input

```json
{
  "language": "nl",
  "searchQuery": "developer",
  "skipReposts": false,
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary (Raw)",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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