Scrape job listings from Arbetsförmedlingen, Sweden's official public employment service, via the free JobTech API. Returns 28 fields per job: title, full description, company_name, company_logo, location, municipality, region, country, employment_type, working_hours, scope_of_work_min and scope_of_work_max, salary_description, occupation, occupation_field, experience_required, number_of_vacancies, employer_name and employer_url. Covers every Swedish municipality from Stockholm to Kiruna.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~arbetsformedlingen-se-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQuery": "utvecklare", "maxResults": 100 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/arbetsformedlingen-se-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Java-utvecklare |
| company_name | string | Spotify |
| location | string | Stockholm |
| municipality | string | Stockholm |
| region | string | Stockholms län |
| employment_type | string | Heltid |
| working_hours | string | Heltid |
| number_of_vacancies | integer | 3 |
| occupation | string | Mjukvaru- och systemutvecklare |
| employer_url | string | https://www.spotify.com/jobs |