# Job Listings for Developer Positions in Liège

**Use case:** 

Gather detailed job postings for developer roles in Liège. Access up to 100 listings from Leforem.be with comprehensive details.

## Input

```json
{
  "keyword": "developpeur",
  "location": "Liege",
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Offer ID",
    "format": "text"
  },
  "titre": {
    "label": "Job Title",
    "format": "text"
  },
  "nomEmployeur": {
    "label": "Company",
    "format": "text"
  },
  "lieuxTravail": {
    "label": "Location",
    "format": "text"
  },
  "typeContrat": {
    "label": "Contract",
    "format": "text"
  },
  "regimeTravail": {
    "label": "Schedule",
    "format": "text"
  },
  "publication": {
    "label": "Posted",
    "format": "text"
  },
  "detailUrl": {
    "label": "Offer URL",
    "format": "link"
  }
}
```

## About this Actor

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