# Scrape developer jobs in Sweden

**Use case:** 

Extract developer jobs from Ledigajobb.se across Sweden. Structured Swedish job data with titles and companies. Pay per result.

## Input

```json
{
  "location": "stockholm",
  "profession": "ingenjör",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "searchQuery": "developer"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "employmentForm": {
    "label": "Employment form"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "date"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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