# Arbetsformedlingen New Jobs Monitor

**Use case:** 

Monitor new Arbetsformedlingen jobs — incremental runs return only fresh postings. salary, location and description.

## Input

```json
{
  "query": "mjukvaruutvecklare",
  "sortBy": "relevance",
  "maxResults": 25,
  "includeDetails": false,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": true,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "workplaceName": {
    "label": "Workplace",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "occupation": {
    "label": "Occupation",
    "format": "text"
  },
  "occupationField": {
    "label": "Occupation Field",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "hoursPerWeek": {
    "label": "Hours Per Week",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary Text",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "text"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

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