# Find software jobs in Wallonia on Le Forem

**Use case:** 

Scrape Le Forem Belgium job offers for software roles in Wallonia with contract type and employer details.

## Input

```json
{
  "keyword": "software",
  "s": "ET",
  "place": [
    "Arrondissement de Liège"
  ],
  "maxItems": 5,
  "contractType": [
    "a1cfb1e2-1eec-4fc0-83b3-9cca5c703db8"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "titreOffre": {
    "label": "Titre de l'offre"
  },
  "numero": {
    "label": "Numéro"
  },
  "datePublication": {
    "label": "Date de diffusion"
  },
  "dateFinDiffusion": {
    "label": "Date de fin de diffusion"
  },
  "lieuxTravail": {
    "label": "Lieu(x) de travail"
  },
  "typeContrat": {
    "label": "Type de Contrat"
  },
  "regimeTravail": {
    "label": "Régime de travail"
  },
  "experience": {
    "label": "Expérience requise"
  },
  "langues": {
    "label": "Langue"
  },
  "remuneration": {
    "label": "Rémunération"
  },
  "descriptionJob": {
    "label": "Description"
  },
  "nomEmployeur": {
    "label": "Source de l’offre"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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