Platsbanken Scraper - Sweden Jobs, Salaries & Company Data
Pricing
from $2.00 / 1,000 job results
Platsbanken Scraper - Sweden Jobs, Salaries & Company Data
Scrape jobs from Platsbanken (Arbetsförmedlingen), Sweden's national job board. Search by keyword, location, and employer. Returns clean, structured data — titles, salaries, company details, and application links - ready for CSV or JSON export.
Pricing
from $2.00 / 1,000 job results
Rating
0.0
(0)
Developer
Vlad Vlad
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Platsbanken Scraper — Sweden Jobs, Salaries & Company Data (Arbetsförmedlingen)
Scrape live job listings from Platsbanken, the Swedish Public Employment Service's (Arbetsförmedlingen) official job board — via their public, official JobSearch API. No login, no cookies, no browser automation to break: this pulls structured data directly from the source Platsbanken itself publishes.
What you get
One flat row per job ad, ready for CSV or JSON export:
- Job title, occupation, occupation group/field
- Employer name, Swedish organisation number, workplace
- Municipality, region, street address, postcode, GPS coordinates
- Employment type, working hours, contract duration, scope of work
- Salary type and description (where the employer discloses it)
- Number of vacancies, application deadline, publication date
- Application URL and the source Platsbanken ad URL
Input
| Field | Type | Description |
|---|---|---|
keyword | string | Free-text search (Swedish terms match best — ads are in Swedish). |
location | string | A Swedish municipality or region name, e.g. Stockholm or Skåne. |
employer | string | A Swedish organisation number for an exact match, or a name for a best-effort text match. |
maxItems | integer | Max job ads to fetch (default 200, hard cap 2,100 — see Limits). |
Leave any field blank to skip that filter — an empty run returns the newest ads across all of Sweden.
Limits (from Arbetsförmedlingen's API, not this actor)
- A single query can reach at most 2,100 matching ads (the API rejects
offsetabove 2000). If your query matches more than that, narrow the keyword or location rather than raisingmaxItemsfurther. - No published rate limit was found in the API's own documentation as of this actor's build date; this actor is polite by default (small randomized delay between pages, exponential backoff on retryable errors) regardless.
Data source & licence
Data comes from Arbetsförmedlingen's public JobSearch API
(jobsearch.api.jobtechdev.se), published under a CC0 licence — public
domain, no attribution required, commercial reuse and redistribution
explicitly permitted. No API key is needed to use it, so there's nothing to
configure before running this actor.
Notes
- Job ads are almost entirely in Swedish;
keywordmatches Swedish terms (e.g.utvecklare, notdeveloper). locationandemployerare resolved against Arbetsförmedlingen's own taxonomy/registry, not fuzzy-matched — if a location can't be resolved, the actor logs a warning and falls back to including it as a free-text keyword instead of silently dropping it.