# Scrape developer jobs in Brussels

**Use case:** 

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

## Input

```json
{
  "searchQuery": "developer",
  "location": "Brussels",
  "radius": 40,
  "language": "",
  "contractType": "",
  "maxResults": 5,
  "skipReposts": false,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyId": {
    "label": "Company ID",
    "format": "number"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postCode": {
    "label": "Post Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workFromHome": {
    "label": "Remote",
    "format": "boolean"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "daysOld": {
    "label": "Days Old",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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