# Scrape developer jobs in Flanders

**Use case:** 

Extract developer job listings in Flanders from VDAB.be. Structured Belgian job data with titles, companies, and locations. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "",
  "contractType": "",
  "workType": "",
  "fetchDetails": false,
  "skipReposts": false,
  "searchQuery2": "",
  "searchQuery3": "",
  "province": "antwerpen",
  "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.