# Scrape developer jobs in Sweden

**Use case:** 

Extract developer jobs from Platsbanken, Sweden's official public job portal. Structured Swedish job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "municipality": [],
  "region": [],
  "employmentType": [],
  "remote": false,
  "skipReposts": false,
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "salaryType": {
    "label": "Salary type",
    "format": "text"
  },
  "salaryDescription": {
    "label": "Salary description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "text"
  },
  "isRepost": {
    "label": "Repost",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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