Extract DBA.dk listings as clean JSON with zero seller personal data - prices in DKK, localities, retailer-vs-private flag, newest-first monitoring, price bands. Pay per result. Built for deal watching, market research and AI pipelines.
$1.99 / 1,000 · 100.0% success over 16 public runs in the last 30 days.
Run it on Apify → Free to try - runs bill per result on your own account.
Every field is optional unless marked; sensible defaults do the rest.
| Field | Type | What it does | Default |
|---|---|---|---|
searchQuery |
string | What to search for on DBA.dk, exactly as you would type it in the site's search box, e.g. "sykkel" or "iphone 15". | cykel |
priceMin |
integer | Only include listings costing at least this many Danish kroner. | - |
priceMax |
integer | Only include listings costing at most this many Danish kroner. | - |
sortBy |
string | Order of results: date (newest first, best for monitoring), price_asc, price_desc, or relevance. | date |
postedAfter |
string | Only include listings posted on or after this date (YYYY-MM-DD or a full ISO timestamp). With newest-first sorting the run stops early once older listings are reached. | - |
postedBefore |
string | Only include listings posted on or before this date (YYYY-MM-DD or a full ISO timestamp). | - |
maxItems |
integer | Stop after this many listings. Free-plan runs are capped at 25 items. | 1000 |
One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.
| Field | Type | Meaning |
|---|---|---|
listingId |
string | DBA.dk listing ID. |
url |
string | Direct link to the listing. |
title |
string | Listing title as posted. |
priceAmount |
integer | Asking price in whole Danish kroner. 0 for give-aways; absent when the listing has no price. |
currency |
string | Always NOK when a price is present. |
postedAt |
string | When the listing was published or last bumped (ISO timestamp). |
city |
string | Listing locality. Locality-level only - exact coordinates are never collected. |
tradeType |
string | The site's trade label, e.g. the site's own trade label. |
sellerType |
string | Whether the listing comes from a retailer or a private seller. The only seller-related field in the output. |
imageUrls |
array | Listing photo URLs (up to 8). |
100.0% success over 16 public runs in the last 30 days. Live record, failures included: status page.
Full documentation, examples and the AI-assistant prompt live on the store page.