Scrape job listings from Jobindex.dk, Denmark's largest job board. Returns 20 structured fields per job including title, company, location, tags, full description in HTML and text, salary_min, salary_max, salary_currency (DKK), salary_period, posted_at, apply_deadline and apply URL. Covers all industries and regions across Denmark, including Copenhagen, Aarhus, Odense and Aalborg.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~jobindex-dk-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchUrls": ["https://www.jobindex.dk/jobsoegning/it"], "maxResults": 100 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/jobindex-dk-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Software Developer |
| company | string | Maersk |
| location | string | København |
| salary_min | integer | 550000 |
| salary_max | integer | 700000 |
| salary_currency | string | DKK |
| tags | string[] | ["IT","Software","Senior"] |
| apply_deadline | string | 2026-07-15 |
| description_html | string | <p>Vi søger...</p> |
| apply_url | string | https://www.jobindex.dk/... |