# Ledigajobb.se Scraper — Swedish Job Listings (`studio-amba/ledigajobb-se-scraper`) Actor

Scrape job listings from ledigajobb.se, a major Swedish general job board. Search by keyword or filter by city/region, get titles, employers, locations, employment type, posted/valid-through dates and full descriptions. No login or cookies required.

- **URL**: https://apify.com/studio-amba/ledigajobb-se-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Ledigajobb.se Scraper

Extract job listings from [ledigajobb.se](https://ledigajobb.se), a major Swedish general job board, as clean structured JSON. Search by keyword or filter by city and get job titles, employers, locations, employment type, salary (when published) and full descriptions in one run.

No login. No cookies. No browser automation. The actor reads ledigajobb.se's own listing pages to find jobs, then parses the `JobPosting` structured data embedded on each job page — the same data Google reads to power its job search results.

### What this actor does

Given a search keyword and/or a Swedish city, this actor finds matching job listings on ledigajobb.se and returns one row per job with:

- Job title
- Hiring company and company website
- Workplace city, region and country
- Employment type (Heltid/full-time, Deltid/part-time, ...)
- Industry/occupation category
- Salary range, currency and period, when the recruiter published one
- Full job description
- Posted date and expiry date
- Company logo and direct job URL

ledigajobb.se is one of the larger general job boards in Sweden, positioning itself as a successor destination after Blocket Jobb shut down. It complements Sweden's public employment service board and pan-European staffing agencies already in this catalog.

### Why use it

- **Job market research** — track how many roles match a keyword or city across the Swedish market.
- **Recruitment and sourcing** — build a live feed of open positions for a role, sector or region.
- **Salary benchmarking** — the share of listings with a published salary gives a real market signal per role.
- **Aggregators and job boards** — feed Swedish listings into your own product.

### How to scrape ledigajobb.se data

1. Open the actor and set a **Search Query** (for example `sjuksköterska`, `lager`, `projektledare`). Swedish keywords work best since ledigajobb.se is a Swedish board. Multiple words are matched as an AND against the job title.
2. Optionally set **Location** to a Swedish city or municipality (for example `stockholm`, `göteborg`, `malmö`) to scope results to that area. Leave empty for all of Sweden.
3. Set **Max Results** to how many listings you want.
4. Leave the proxy on the default automatic setting and click **Start**.

The actor paginates ledigajobb.se's own listing pages (`/lediga-jobb`, or `/lediga-jobb/{city}` when a location is set) to find candidate job cards, filters them client-side against your search query, then fetches each matching detail page and parses the structured `JobPosting` data (the same schema.org markup ledigajobb.se feeds to Google for its job-search rich results) plus the full description. Results are written to the dataset as they're collected. Export as JSON, CSV or Excel.

Leave **Search Query** and **Location** empty (or use `{}` as input) and the actor returns the newest listings from ledigajobb.se with no filter — a run with no input still returns data.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `searchQuery` | string | Keyword to filter job listings by (matched against the job title). Swedish keywords work best. Leave empty for the newest listings with no filter. |
| `location` | string | Swedish city or municipality to filter by (e.g. `stockholm`, `göteborg`, `malmö`). Leave empty for all of Sweden. |
| `maxResults` | integer | Maximum number of listings to return. |
| `proxyConfiguration` | object | Apify proxy settings. ledigajobb.se has no active anti-bot challenge (Cloudflare CDN only, verified live), so the default automatic proxy is sufficient — no residential tier needed. |

#### Example input

```json
{
    "searchQuery": "sjuksköterska",
    "location": "stockholm",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
}
```

### Output

Each dataset item looks like this (description shortened for readability):

```json
{
    "jobTitle": "Sjuksköterska till vårdavdelning",
    "company": "Region Stockholm",
    "companyUrl": "https://www.regionstockholm.se",
    "city": "Stockholm",
    "region": "Stockholms län",
    "country": "Sweden",
    "employmentType": "Heltid",
    "industry": "Vård och omsorg",
    "salaryMin": null,
    "salaryMax": null,
    "salaryCurrency": null,
    "salaryPeriod": null,
    "jobDescription": "Vi söker en engagerad sjuksköterska till vår vårdavdelning. ...",
    "postedDate": "2026-09-10T08:00:00+02:00",
    "validThrough": "2026-10-10T23:59:59+02:00",
    "companyLogoUrl": "https://ledigajobb.se/images/employer-logo.png",
    "jobId": "4f7a2c9e1b",
    "url": "https://ledigajobb.se/jobb/4f7a2c9e1b/sjukskoterska-till-vardavdelning",
    "scrapedAt": "2026-09-16T14:20:00.000Z"
}
```

#### Output fields

| Field | Type | Description |
|-------|------|-------------|
| `jobTitle` | string | Title of the job listing |
| `company` | string | null | Name of the hiring company or recruiter |
| `companyUrl` | string | null | Hiring company's website, when provided |
| `city` | string | null | Workplace city |
| `region` | string | null | Workplace region/län (county) |
| `country` | string | null | Workplace country |
| `employmentType` | string | null | Employment type(s), e.g. Heltid (full-time), Deltid (part-time) |
| `industry` | string | null | Industry/occupation category, when provided |
| `salaryMin` | number | null | Minimum salary. Null on most listings — see Limitations. |
| `salaryMax` | number | null | Maximum salary. Null on most listings — see Limitations. |
| `salaryCurrency` | string | null | ISO currency code for the salary, when a salary block is published (always SEK on ledigajobb.se) |
| `salaryPeriod` | string | null | Salary period, e.g. Monthly |
| `jobDescription` | string | null | Full job description, HTML tags stripped |
| `postedDate` | string | null | ISO 8601 date the listing was posted/refreshed |
| `validThrough` | string | null | ISO 8601 date the listing expires |
| `companyLogoUrl` | string | null | Company/recruiter logo image URL |
| `jobId` | string | Unique ledigajobb.se job identifier |
| `url` | string | Full job listing URL on ledigajobb.se |
| `scrapedAt` | string | ISO 8601 timestamp of collection |

### Cost estimate

This actor uses plain HTTP requests (listing pages + server-rendered detail pages) with no browser, so runs are cheap and fast. Each result costs one detail-page request plus a small, shared cost for the listing pages used to discover candidates. Exact cost depends on your Apify plan and proxy usage — check your run's usage summary for the exact figure. That figure only settles after the run reports SUCCEEDED; reading it mid-run shows a cost far below the eventual total.

### Limitations

- **Salary** is only populated when the recruiter filled it in on ledigajobb.se — most listings leave it blank, so `salaryMin`/`salaryMax`/`salaryCurrency`/`salaryPeriod` are `null` on the majority of results. This is a fact about the source data, not a scraping gap.
- **Search matches the job title text**, not the full description — ledigajobb.se's own search page (`/sok`) is disallowed by `robots.txt`, so this actor paginates the public listing pages instead and filters client-side against the title, which is robots-compliant.
- **Location** filters by the site's own city/municipality path (e.g. `/lediga-jobb/stockholm`). An unrecognized city returns no results rather than an error.

### Related scrapers

Building a Swedish or European jobs dataset? These sibling actors follow the same clean-JSON approach:

- **Adecco Scraper** — pan-European staffing agency listings, including Sweden
- **Manpower Scraper** — pan-European staffing agency listings, including Sweden
- **Randstad Scraper** — pan-European staffing agency listings, including Sweden
- **Jobbird Scraper** — the Dutch equivalent general job board
- [EU Vacancy Feed](https://apify.com/studio-amba/eu-vacancy-feed) — runs this board alongside up to 49 other European job boards (general boards, public employment services, and sector boards), merges everything into one deduplicated feed, and flags vacancies posted on more than one board at once.

### Maintained by Studio Amba

We run 700+ scrapers for European websites, and the priority is keeping
every one of them working. Automated runs test this actor against the live
site and verify the output is complete. When the website changes, the
scraper usually gets repaired the same day, without you having to report
anything. Questions and issues go straight to the people who built it, and
most get an answer the same day.

### Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs,
deduplication, delta detection, and delivery to your inbox, Google Sheets,
or API, maintenance included. We can also build a custom version with your
exact fields and filters, or combine multiple sources into one feed.

See [studioamba.dev/services](https://studioamba.dev/services/) or email
<hello@studioamba.dev> for a free data sample.

### Disclaimer

This actor collects publicly available data from ledigajobb.se for legitimate research and aggregation use. Respect ledigajobb.se's terms of service and applicable data protection law when using the output.

# Actor input Schema

## `searchQuery` (type: `string`):

Keyword to filter job listings by (matched against the job title, e.g. 'sjuksköterska', 'lager', 'projektledare'). Swedish keywords work best since ledigajobb.se is a Swedish board. Leave empty to get the newest listings with no filter.

## `location` (type: `string`):

Swedish city or municipality to filter by (e.g. 'stockholm', 'göteborg', 'malmö'). Leave empty for all of Sweden.

## `maxResults` (type: `integer`):

Maximum number of job listings to return.

## `proxyConfiguration` (type: `object`):

Apify proxy settings. ledigajobb.se has no active anti-bot challenge (Cloudflare CDN only, verified live), so the automatic default proxy is sufficient.

## Actor input object example

```json
{
  "searchQuery": "sjuksköterska",
  "location": "stockholm",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "sjuksköterska",
    "location": "stockholm",
    "maxResults": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/ledigajobb-se-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "sjuksköterska",
    "location": "stockholm",
    "maxResults": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/ledigajobb-se-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "sjuksköterska",
  "location": "stockholm",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call studio-amba/ledigajobb-se-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/ledigajobb-se-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/5lBQ9fKuvNrnDGo1M/builds/4h8PvnKd7cevtIqeP/openapi.json
