# Swedish Job Listings Scraper for Jobbland.se

**Use case:** 

Extract detailed job listings from Jobbland.se, including titles, companies, salaries, and descriptions. Ideal for recruitment and labor market analysis.

## Input

```json
{
  "url": "https://jobbland.se/lediga-jobb/stockholm?search=software",
  "keyword": "software engineer",
  "location": "Stockholm",
  "results_wanted": 100,
  "max_pages": 5,
  "includeDescriptions": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "job_location_type": {
    "label": "Location Type",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "date"
  },
  "ends_at": {
    "label": "Deadline",
    "format": "date"
  },
  "description_html": {
    "label": "Description HTML",
    "format": "text"
  },
  "description_text": {
    "label": "Description Text",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "logo_url": {
    "label": "Logo",
    "format": "image"
  }
}
```

## About this Actor

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