DBA.dk Scraper: Denmark's #1 Classifieds Marketplace
Scrape classified listings from DBA.dk, Denmark's largest online marketplace (Schibsted group). Returns title, price in DKK, city, GPS coordinates, brand, all image URLs, posted date and source URL from a simple keyword search or a copy-pasted dba.dk search URL. Optional detail enrichment adds condition (Used, New, Damaged) and category. Automatic pagination.
With details
$0.005/listing
What you can scrape
- Categories: cars, electronics, fashion, furniture, kids, pets, sports, real estate, services
- Search modes: keyword (searchQuery, searchQueries) or full dba.dk URL with filters
- SERP data: title, price in DKK, city/area, GPS coordinates, brand, image URLs
- Detail enrichment: condition (Brugt, Ny, Defekt), category path
- Source link: direct URL to each dba.dk listing
- Pagination: automatic walk to last page or maxResults cap
Primary use cases
- Used electronics arbitrage. Watch iPhone, MacBook or PlayStation listings under a DKK ceiling and resell on dba.dk or eBay
- Second-hand market intel. Track average DKK prices for a brand or model over weeks to inform buying decisions
- Dealer competitor watch. Snapshot a competitor's listings daily to spot inventory turnover and price changes
- Cross-border shopping. Filter cykel or møbler listings in Copenhagen vs Aarhus for shipping calculus
- Brand reputation tracking. Count how often a brand appears in dba.dk listings vs new-retail channels
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~dba-dk-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["iphone", "samsung galaxy", "cykel"],
"maxResults": 200,
"maxResultsPerQuery": 80,
"includeDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process new listings via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: search URLs in, listings out
Output fields
| Field | Type | Example |
| title | string | iPhone 14 Pro 256GB |
| price | number | 5800 |
| currency | string | DKK |
| location | string | København |
| latitude | number | 55.6761 |
| longitude | number | 12.5683 |
| brand | string | Apple |
| condition | string | Brugt |
| posted_at | string | 2026-06-10 |
| source_url | string | https://www.dba.dk/... |
Related Actors