# Exportera lediga jobb i Sverige

**Use case:** 

Lediga jobb från Arbetsförmedlingen exportera. Yrken, regioner, arbetsgivare och länkar för HR-data och marknadsstudier.

## Input

```json
{
  "search_term": "ekonom",
  "occupations": [
    "Administration, ekonomi, juridik"
  ],
  "startupEmployment": false,
  "unspecifiedSwedenWorkplace": false,
  "remote": false,
  "openForAll": false,
  "abroad": false,
  "sort_by": "date",
  "results_limit": 15,
  "deepSearch": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "lastApplicationDate": {
    "label": "Last Application Date",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "occupation": {
    "label": "Occupation",
    "format": "string"
  },
  "workplace": {
    "label": "Workplace",
    "format": "string"
  },
  "workplaceName": {
    "label": "Workplace Name",
    "format": "string"
  },
  "unspecifiedWorkplace": {
    "label": "Unspecified Workplace",
    "format": "boolean"
  },
  "published": {
    "label": "Is Published",
    "format": "boolean"
  },
  "positions": {
    "label": "Is Published",
    "format": "integer"
  },
  "sourceLinks": {
    "label": "Source Links",
    "format": "array"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

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