# Arbetsformedlingen.se Scraper Task

**Use case:** 

Instantly collect 100 job listings for undersköterska roles from Arbetsförmedlingen.se. Get detailed job titles, companies, locations, and salary data.

## Input

```json
{
  "keyword": "undersköterska",
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Ad ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "occupation": {
    "label": "Occupation",
    "format": "string"
  },
  "municipality": {
    "label": "Municipality",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "working_hours_type": {
    "label": "Working Hours Type",
    "format": "string"
  },
  "number_of_vacancies": {
    "label": "Vacancies",
    "format": "integer"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "string"
  },
  "application_deadline": {
    "label": "Application Deadline",
    "format": "string"
  },
  "description_html": {
    "label": "Description HTML",
    "format": "string"
  },
  "webpage_url": {
    "label": "Webpage URL",
    "format": "string"
  }
}
```

## About this Actor

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