# Monitor Jobat.be ICT development job category

**Use case:** 

Track Jobat.be ICT development subcategory listings with employer names and contract types for Belgian IT job market intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.jobat.be/en/jobs/results/ict/development"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "category": "ict",
  "subCategory": "development"
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyGroupName": {
    "label": "Company group name"
  },
  "companyUrl": {
    "label": "Company url"
  },
  "companyLogo": {
    "label": "Company logo"
  },
  "location": {
    "label": "Location"
  },
  "duration": {
    "label": "Duration"
  },
  "categorys": {
    "label": "Categorys"
  },
  "jobId": {
    "label": "Job id"
  },
  "jobCompanyType": {
    "label": "Job company type"
  },
  "productId": {
    "label": "Product id"
  },
  "region": {
    "label": "Region"
  },
  "regionZipCode": {
    "label": "Region zip code"
  },
  "applicationType": {
    "label": "Application type"
  },
  "regime": {
    "label": "Regime"
  },
  "reqDegree": {
    "label": "Req degree"
  },
  "reqLanguage": {
    "label": "Req language"
  },
  "salary": {
    "label": "Salary"
  },
  "date": {
    "label": "Date"
  },
  "updateTimestamp": {
    "label": "Update timestamp"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "validThrough": {
    "label": "Valid through"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "addressLocality": {
    "label": "Address locality"
  },
  "addressRegion": {
    "label": "Address region"
  },
  "addressCountry": {
    "label": "Address country"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "streetAddress": {
    "label": "Street address"
  },
  "responsibilities": {
    "label": "Responsibilities"
  },
  "skillsQualifications": {
    "label": "Skills qualifications"
  },
  "jobBenefits": {
    "label": "Job benefits"
  },
  "fullDescription": {
    "label": "Full description"
  },
  "functionType": {
    "label": "Function type"
  },
  "sector": {
    "label": "Sector"
  },
  "locations": {
    "label": "Locations"
  },
  "requirements": {
    "label": "Requirements"
  }
}
```

## About this Actor

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