DBA.dk General Marketplace Scraper - Danish Classifieds
Pricing
from $1.20 / 1,000 result scrapeds
DBA.dk General Marketplace Scraper - Danish Classifieds
Scrape DBA.dk's general marketplace (Markedspladsen) — electronics, furniture, fashion, sport, hobby, garden, animals, art and business equipment. Search by keyword, category or price. No login or cookies required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
DBA.dk General Marketplace Scraper
Scrape DBA.dk's general marketplace (Markedspladsen) — Denmark's largest classifieds site. Covers electronics, furniture, fashion, sport, hobby, garden, animals, art and business equipment. Not cars — for used-car listings see our separate dba-scraper.
Why use this actor?
DBA.dk is Denmark's biggest classifieds marketplace, part of the Schibsted/Adevinta network (same family as Finn.no in Norway and Blocket in Sweden). This actor extracts structured listing data — title, price, brand, location, seller type, images — across every marketplace category except cars. Useful for price monitoring, resale sourcing, market research, and lead generation in the Danish second-hand market. No login or cookies required.
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | String | No | Search term in Danish (e.g. "cykel", "sofa", "iphone"). Leave empty to browse a category. |
category | String | No | One of 11 top-level categories (electronics, furniture, fashion, sport, hobby, parents & children, garden, animals, art, car/boat equipment, business). Default: ALL |
subCategory | String | No | DBA's internal sub-category ID for deeper filtering (advanced — see dba.dk/category-explorer) |
location | String | No | DBA's internal location/region code. Leave empty to search all of Denmark |
minPrice | Integer | No | Minimum price in DKK |
maxPrice | Integer | No | Maximum price in DKK |
sortBy | String | No | RELEVANCE, PUBLISHED_DESC, PUBLISHED_ASC, PRICE_ASC, PRICE_DESC, or CLOSEST |
maxResults | Integer | No | Maximum results to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings (RESIDENTIAL recommended — not for anti-bot, but Apify's datacenter pool has no reliable Danish exit nodes) |
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
itemId | String | "24187020" |
title | String | "TREK Verve+3 el-cykel" |
brand | String or null | "Trek" |
price | Number or null | 11800 |
currency | String | "DKK" |
priceUnit | String | "kr." |
location | String | "Viborg" |
category | String | "Elektronik og hvidevarer" |
tradeType | String | "Til salg" |
sellerType | String | "private" or "dealer" |
canShip | Boolean | true |
buyNow | Boolean | false |
imageUrl | String or null | Main listing image URL |
imageUrls | Array | All listing image URLs |
url | String | Full URL to the listing |
scrapedAt | String | "2026-08-21T19:40:20.180Z" |
Example output
{"itemId": "24187020","title": "TREK Verve+3 el-cykel","brand": "Trek","price": 11800,"currency": "DKK","priceUnit": "kr.","location": "Viborg","category": "Alle kategorier","tradeType": "Til salg","sellerType": "private","canShip": false,"buyNow": false,"imageUrl": "https://images.dbastatic.dk/dynamic/default/item/24187020/f23521f9-85d6-4d02-a04f-b17a01b946fc","imageUrls": ["https://images.dbastatic.dk/dynamic/default/item/24187020/f23521f9-85d6-4d02-a04f-b17a01b946fc","https://images.dbastatic.dk/dynamic/default/item/24187020/2518738f-7288-428f-afc9-4581a84aab26"],"url": "https://www.dba.dk/recommerce/forsale/item/24187020","scrapedAt": "2026-08-21T19:40:20.180Z"}
Categories
| Value | Danish label |
|---|---|
ALL | Alle kategorier |
ELECTRONICS | Elektronik og hvidevarer |
FURNITURE | Møbler og indretning |
FASHION_BEAUTY | Mode og skønhed |
SPORT_OUTDOOR | Sport og friluftsliv |
HOBBY_ENTERTAINMENT | Underholdning og hobby |
PARENTS_CHILDREN | Forældre og børn |
GARDEN_RENOVATION | Have og renovering |
ANIMALS | Dyr og udstyr |
ART_ANTIQUES | Kunst og antik |
CAR_BOAT_MC_EQUIPMENT | Bil-, båd- og motorcykeludstyr (equipment, not the vehicles themselves) |
BUSINESS | Erhverv |
Cost estimate
This actor reads DBA's server-rendered search page directly (no headless browser needed), making it fast and cheap to run. Approximately 0.05 compute units per 1,000 results. At standard Apify pricing, that's roughly $0.02 per 1,000 listings.
Usage cost for a run only settles after the run reports SUCCEEDED — reading the dataset while a run is still in progress can undercount the final item total.
Limitations
- Sub-category and location filters use DBA's internal numeric codes, not free-text names — find them by browsing dba.dk/category-explorer and copying the ID from the URL
- Deep pagination is capped by DBA's own search engine at roughly 50 pages (~2,650 results) per query — narrow your search with category, price or keyword filters to reach different slices of a large result set
- Data is scraped from the public DBA.dk website and may change without notice
- Respect the website's terms of service and use responsibly
Support and maintenance
This Actor is actively maintained by Studio Amba. We monitor health daily and fix breaking changes within 24 hours.
- Found a bug? Open an issue on the Issues tab — we reply within one business day.
- Need a schema change? Request it in the issues tab; most field additions ship within a week.
- Need a custom integration? Reach out via studioamba.dev for tailored scraping solutions.
About Studio Amba
We build reliable, production-grade scrapers for European websites. Our actors share a common core:
- No cookies, no login — public data only, no account management headaches
- Fast APIs over headless browsers where possible — lower cost, higher throughput
- Proactive health monitoring — we watch every actor 24/7 and ship fixes before you notice
Changelog
See commit history in the GitHub repo for a full changelog of bug fixes and schema changes.
How to scrape DBA data
- Go to this actor's page on the Apify Store.
- Click Try for free to open it in Apify Console.
- Enter a Danish search keyword, pick a category, and set the maximum number of results.
- Click Start and wait for the run to finish.
- Download your data in JSON, CSV, Excel, or connect it to your workflow via API.
You can also schedule regular runs, set up webhooks for real-time notifications, or integrate the results directly into your application using the Apify API.