# Find Belgian jobs with full descriptions

**Use case:** 

Scrape job listings from VDAB.be including full descriptions. Clean structured Belgian job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "boekhouder",
  "location": "",
  "contractType": "",
  "workType": "",
  "fetchDetails": true,
  "skipReposts": false,
  "searchQuery2": "",
  "searchQuery3": "",
  "province": "",
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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