# Actiris Brussels Job Scraper by Role

**Use case:** 

Scrape Actiris Brussels jobs by role or keyword — location, description and date. Structured JSON, ready to run.

## Input

```json
{
  "texte": "infirmier",
  "keywordSearchType": "Partout",
  "isOffreActiris": false,
  "isOffreVdabForem": false,
  "maxResults": 50,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "allowNonIncrementalFallback": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "reference": {
    "label": "Reference"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "kboNumber": {
    "label": "Kbo number"
  },
  "location": {
    "label": "Location"
  },
  "contractType": {
    "label": "Contract type"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "sector": {
    "label": "Sector"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "salaryType": {
    "label": "Salary type"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "email": {
    "label": "Email"
  },
  "url": {
    "label": "Url"
  },
  "extractedEmails": {
    "label": "Extracted emails"
  },
  "extractedPhones": {
    "label": "Extracted phones"
  },
  "extractedUrls": {
    "label": "Extracted urls"
  },
  "socialProfiles": {
    "label": "Social profiles"
  }
}
```

## About this Actor

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