Jobindex.dk Scraper
Pricing
from $1.49 / 1,000 results
Jobindex.dk Scraper
Extract Danish job listings from Jobindex.dk. Filter by keyword, location, employment type, and remote work. Pay only for what you scrape.
Pricing
from $1.49 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract job listings from Jobindex.dk — Denmark's leading job portal with thousands of current Danish job postings.

Features
- Keyword & location search — search by any keyword and filter by Danish municipality, region, or area
- Employment type filters — permanent, temporary, student jobs, freelance, and more
- Remote work filter — find fully remote or hybrid positions
- Cross-run deduplication — skip job IDs already seen in previous runs (90-day TTL)
- Optional full descriptions — fetch complete job descriptions from detail pages
- Structured output — all data delivered in clean JSON, ready for pipelines
Input parameters
| Parameter | Type | Description |
|---|---|---|
keywords | string | Search keywords (e.g. "developer", "marketing") |
location | string | Area code: "dk" (all Denmark), "storkbh" (Greater Copenhagen), "0751" (Aarhus) |
jobage | string | Age filter: "" all current, "0" today, "7" last 7 days, "30" last 30 days |
employmentType | integer | 1=Permanent, 2=Temporary, 3=Student job, 5=Graduate/trainee, 11=Freelance, 12=Part-time |
employmentPlace | integer | 2=100% remote, 3=Remote possible |
workingHoursType | integer | 1=Full-time, 2=Part-time |
maxItems | integer | Maximum number of results (default: 100) |
fetchDetails | boolean | Fetch full descriptions from detail pages (default: false) |
skipReposts | boolean | Skip jobs seen in previous runs (default: false) |
startUrls | array | Supply Jobindex search URLs directly (overrides keyword/location) |
Output schema
Each result contains:
| Field | Type | Description |
|---|---|---|
jobId | string | Unique job ID (e.g. "h1654118") |
title | string | Job title |
url | string | Canonical job URL |
applyUrl | string | null | Direct apply URL |
companyName | string | Company name |
companyUrl | string | null | Company website |
companyRating | number | null | Company rating (1–5) |
companyRatingCount | number | null | Number of company reviews |
location | string | null | Location text |
city | string | null | City |
zipCode | string | null | Postal code |
latitude | number | null | GPS latitude |
longitude | number | null | GPS longitude |
isRemote | boolean | True if 100% remote |
isLocal | boolean | True if locally hosted job |
source | string | null | Aggregation source (null = hosted on Jobindex) |
publishedAt | string | Publication date (YYYY-MM-DD) |
deadline | string | null | Application deadline (ISO date) |
isAsapDeadline | boolean | True if apply ASAP (no fixed deadline) |
descriptionSnippet | string | null | Short excerpt from listing |
description | string | null | Full description (only with fetchDetails: true) |
💰 Structured salary data — machine-ready
Salary is returned as numeric fields — no regex required on your end:
| Field | Type | Example |
|---|---|---|
salaryMin | number | null | null |
salaryMax | number | null | null |
salaryCurrency | string | null | null |
salaryPeriod | string | null | null |
Salary data is not published by Jobindex.dk — all salary fields are
null. This is consistent with Danish job market norms where salary is typically negotiated.
Example input
{"keywords": "software developer","location": "storkbh","jobage": "7","maxItems": 200,"fetchDetails": false}
Example output
{"jobId": "h1654118","title": "Developer","url": "https://www.jobindex.dk/vis-job/h1654118","applyUrl": null,"companyName": "Itm8","companyUrl": "https://itm8.dk/","companyRating": null,"companyRatingCount": null,"location": "Nordhavn eller Viby J","city": "Nordhavn","zipCode": "2150","latitude": 55.70968,"longitude": 12.59333,"isRemote": false,"isLocal": false,"source": null,"publishedAt": "2026-04-08","deadline": "2026-05-05","isAsapDeadline": true,"descriptionSnippet": "Som Developer kommer du til at arbejde med videreudvikling og vedligeholdelse af vores system til den kommunale tandpleje.","description": null,"salaryMin": null,"salaryMax": null,"salaryCurrency": null,"salaryPeriod": null}
Pricing
$1.49 per 1,000 results — pay only for what you use.