StepStone Denmark Job Scraper
Pricing
from $1.19 / 1,000 result items
StepStone Denmark Job Scraper
Scrapes job listings from StepStone Denmark (stepstone.dk). No proxy required. Filter by keyword, area, employment type and more.
Pricing
from $1.19 / 1,000 result items
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
10 hours ago
Last modified
Categories
Share

Extract job listings from stepstone.dk at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.
Why this scraper?
🎯 Built for Denmark
A dedicated Danish scraper, not a global tool with a country dropdown. Search, locations and currency (DKK) are tuned for stepstone.dk.
📄 Clean job records
Job title, direct listing URL and publish date for every record, in a consistent structure.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Precise location
City, region and country plus latitude/longitude for mapping and radius analysis.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | string | (empty) | Job search keyword (e.g. 'developer', 'marketing manager'). Leave empty to browse all jobs. |
area | string | (empty) | Area code from StepStone Denmark. Use codes like 'storkbh' (Greater Copenhagen), 'nordsj' (North Zealand), '0751' (Aarhus), '0461' (Odense), 'DK' (all Denmark). Leave empty for all. |
workingHours | string | (empty) | Filter by working hours. Options: 1=Full-time, 2=Part-time. Leave empty for all. |
employmentPlace | string | (empty) | Filter by remote work option. Options: 1=No remote, 2=Full remote (100% home), 3=Remote possible, 4=No info. Leave empty for all. |
daysOld | integer | 0 | Only return jobs posted within the last N days. Use 0 for today, 7 for last 7 days, 30 for last 30 days. Leave empty for all. |
categoryId | string | (empty) | StepStone category ID (subid). Example: '1003000' for IT/Software development. Leave empty for all. |
maxResults | integer | 100 | Maximum number of job listings to return. |
startUrls | array | (empty) | Optional: provide one or more custom StepStone Denmark search URLs to scrape. Overrides keyword/area filters. |
deduplicate | boolean | true | Enable cross-run deduplication using a named Key-Value Store. Prevents the same job ID from appearing in multiple runs. |
fetchDetails | boolean | false | Fetch full job details from individual listing pages. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
jobId | string | Unique job ID (e.g. h1662738) |
title | string | Job title |
company | string | Company name as shown in the listing (may be a recruiter) |
companyId | number | Internal company ID |
companyWebsite | string | Company or employer website URL |
workplaceCompany | string | Actual hiring company (distinct from recruiter when applicable) |
workplaceCompanyWebsite | string | Actual hiring company's website |
location | string | Location as shown (e.g. Nærum, Copenhagen or Holeby) |
city | string | Primary city from the first address |
zipCode | string | Postal/zip code |
streetAddress | string | Street address line (e.g. Rundforbivej 303) |
fullAddress | string | Full formatted address (e.g. Rundforbivej 303, 2850 Nærum) |
latitude | number | Latitude of the primary work location |
longitude | number | Longitude of the primary work location |
datePosted | string | Date first posted (YYYY-MM-DD) |
dateExpires | string | Last date visible (YYYY-MM-DD) |
applyDeadline | string | Exact application deadline (ISO 8601 datetime, if set) |
applyDeadlineAsap | boolean | true if the job is open until filled |
applyUrl | string | Direct application URL (if provided) |
jobUrl | string | Canonical URL for the job listing |
logoUrl | string | Company logo URL (thumbnail) |
remoteWork | string | true if fully remote (home_workplace) |
isPremiumAd | boolean | true if this is a premium/sponsored ad |
isLocal | boolean | true if this is a local listing (hosted on stepstone.dk itself) |
isArchived | boolean | true if the listing is archived |
source | string | Always stepstone.dk |
searchQuery | string | Search query or URL params used to find this listing |
Example record
{"jobId": "h1680233","title": "Operating Systems Specialist","company": "Teracloud ApS","companyId": 39606,"companyWebsite": "https://teracloud.com/","workplaceCompany": "Teracloud ApS","workplaceCompanyWebsite": "https://teracloud.com/","location": "København K","city": "København K","zipCode": "1402","streetAddress": "Nicolai Eigtveds Gade 26, 5.","fullAddress": "Nicolai Eigtveds Gade 26, 5., 1402 København K","latitude": 55.6728325,"longitude": 12.5849314,"datePosted": "2026-07-03","dateExpires": "2026-07-31","applyDeadline": null,"applyDeadlineAsap": true,"applyUrl": null,"jobUrl": "https://www.stepstone.dk/vis-job/h1680233","logoUrl": "https://www.stepstone.dk/img/logo/teracloud_600x314_20240422.png","remoteWork": null,"isPremiumAd": false,"isLocal": false,"isArchived": false,"source": "stepstone.dk","searchQuery": null}
Examples
Search for ingeniør roles in København:
{"searchQuery": "ingeniør","maxResults": 100}
Only jobs from the last 3 days:
{"searchQuery": "ingeniør","maxResults": 100,"daysOld": 3}
Scrape a specific search URL:
{"startUrls": [{"url": "https://www.stepstone.dk/"}],"maxResults": 200}
Daily feed (run on a schedule):
{"searchQuery": "ingeniør","daysOld": 1,"maxResults": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.
💰 Pricing
$1.49 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.49 |
| 10,000 | ~$14.9 |
| 100,000 | ~$149 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.89 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: stepstone.dk — Denmark job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl