DBA.dk General Marketplace Scraper - Danish Classifieds avatar

DBA.dk General Marketplace Scraper - Danish Classifieds

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
DBA.dk General Marketplace Scraper - Danish Classifieds

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeRequiredDescription
queryStringNoSearch term in Danish (e.g. "cykel", "sofa", "iphone"). Leave empty to browse a category.
categoryStringNoOne of 11 top-level categories (electronics, furniture, fashion, sport, hobby, parents & children, garden, animals, art, car/boat equipment, business). Default: ALL
subCategoryStringNoDBA's internal sub-category ID for deeper filtering (advanced — see dba.dk/category-explorer)
locationStringNoDBA's internal location/region code. Leave empty to search all of Denmark
minPriceIntegerNoMinimum price in DKK
maxPriceIntegerNoMaximum price in DKK
sortByStringNoRELEVANCE, PUBLISHED_DESC, PUBLISHED_ASC, PRICE_ASC, PRICE_DESC, or CLOSEST
maxResultsIntegerNoMaximum results to return (default: 100)
proxyConfigurationObjectNoProxy settings (RESIDENTIAL recommended — not for anti-bot, but Apify's datacenter pool has no reliable Danish exit nodes)

Output

Each result contains:

FieldTypeExample
itemIdString"24187020"
titleString"TREK Verve+3 el-cykel"
brandString or null"Trek"
priceNumber or null11800
currencyString"DKK"
priceUnitString"kr."
locationString"Viborg"
categoryString"Elektronik og hvidevarer"
tradeTypeString"Til salg"
sellerTypeString"private" or "dealer"
canShipBooleantrue
buyNowBooleanfalse
imageUrlString or nullMain listing image URL
imageUrlsArrayAll listing image URLs
urlStringFull URL to the listing
scrapedAtString"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

ValueDanish label
ALLAlle kategorier
ELECTRONICSElektronik og hvidevarer
FURNITUREMøbler og indretning
FASHION_BEAUTYMode og skønhed
SPORT_OUTDOORSport og friluftsliv
HOBBY_ENTERTAINMENTUnderholdning og hobby
PARENTS_CHILDRENForældre og børn
GARDEN_RENOVATIONHave og renovering
ANIMALSDyr og udstyr
ART_ANTIQUESKunst og antik
CAR_BOAT_MC_EQUIPMENTBil-, båd- og motorcykeludstyr (equipment, not the vehicles themselves)
BUSINESSErhverv

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

  1. Go to this actor's page on the Apify Store.
  2. Click Try for free to open it in Apify Console.
  3. Enter a Danish search keyword, pick a category, and set the maximum number of results.
  4. Click Start and wait for the run to finish.
  5. 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.