# Find Belgian jobs with full descriptions

**Use case:** 

Scrape job listings from Le Forem including full descriptions. Structured Belgian public-sector job data. Pay per result.

## Input

```json
{
  "searchQuery": "comptable",
  "location": "",
  "contractType": "Durée indéterminée",
  "workSchedule": "",
  "maxResults": 5,
  "fetchDetails": true,
  "skipReposts": false
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "referenceNumber": {
    "label": "ReferenceNumber",
    "format": "text"
  },
  "jobTitle": {
    "label": "JobTitle",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "text"
  },
  "contractType": {
    "label": "ContractType",
    "format": "text"
  },
  "workSchedule": {
    "label": "WorkSchedule",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "sectors": {
    "label": "Sectors",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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