Bilbasen — Denmark's Car Marketplace avatar

Bilbasen — Denmark's Car Marketplace

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Bilbasen — Denmark's Car Marketplace

Bilbasen — Denmark's Car Marketplace

Scrape bilbasen.dk — Denmark's largest car marketplace with full vehicle specs · seller contacts · gallery images · price-direction monitoring. Filter by make & model. Incremental mode tracks new and changed listings across scheduled runs.

Pricing

from $2.00 / 1,000 results

Rating

5.0

(1)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

4

Bookmarked

36

Total users

6

Monthly active users

3.7 hours

Issues response

3 days ago

Last modified

Share

What does Bilbasen do?

Bilbasen extracts structured listing data from bilbasen.dk — including contact details, full descriptions, prices, and location data. It supports controllable result limits, so you can run the same query consistently over time.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • 🔔 Notifications — telegram / Slack / Discord / WhatsApp / webhook alerts on each run. Combine with incremental to ping only when prices or inventory actually move.
  • 🔗 Paste-mode — paste any bilbasen.dk URL — single-listing pages, search-results, or category SEO URLs. Build the filter you want in the browser, copy, paste; the actor parses every query param.
  • 💵 Structured pricing — listing price parsed into a numeric price field plus filter inputs (priceFrom / priceTo) so you can target a budget band. Use priceType (where supported) to exclude leasing or wholesale listings.
  • ♻️ Incremental mode — daily runs emit only listings that are new or whose price/condition changed since last run. Perfect for inventory-diff dashboards and competitive pricing alerts. Saves 80–95% on recurring monitoring.
  • 📋 Detail enrichment — two-stage scraping — search-card data first, then a per-listing detail page fetch with full description, gallery images, equipment list, and seller contact info. Toggle with includeDetailPages.
  • 🧠 Danish NLP enrichmentenrichFromDescription: true parses free-text Danish descriptions for service history, damage flags + severity, warranty status + expiry, registration number, and coarse region. Adds serviceStatus, damageFlag, damageSeverity, warrantyStatus, warrantyExpiry, registrationNumber, and coarseRegion fields.
  • 🖼️ Image-output controlimagesMode: "first3" | "all" controls how many image URLs are embedded per listing. Always reports imagesCount regardless of mode — pick first3 for fast previews, all for complete galleries.
  • 📦 Compact mode — light payload with core fields only — comparable rows across listings without HTML or metadata overhead. Perfect for pricing dashboards.
  • ✂️ Description truncation — cap description length with descriptionMaxLength to control LLM prompt cost and dataset size — set 0 for full descriptions, or any char-limit to trim.
  • 🔌 MCP connectors — export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.

What data can you extract from bilbasen.dk?

Each result includes Core listing fields (url, portalUrl, title, price, priceAmount, priceText, priceType, and priceBeforeReduction, and more), extended fields (description, descriptionHtml, descriptionMarkdown, priceDescription, and dealerDescription), and contact information (sellerPhone, contactEmail, and sellerHasEmail). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Input

The main inputs are a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • startUrls — Bilbasen URLs to scrape. Supports both search pages (/brugt/bil/audi/a4) and single listings (/brugt/bil/vw/golf/variant/123456). Leave empty to use the filter params below.
  • make — Car make to search for (e.g. "Audi", "BMW", "Toyota"). Used to build search URL when no startUrls provided.
  • model — Car model to search for (e.g. "A4", "3-serien", "Yaris"). Requires make to be set.
  • yearFrom — Minimum model year (e.g. 2018)
  • yearTo — Maximum model year (e.g. 2024)
  • priceFrom — Minimum price in DKK (e.g. 50000)
  • priceTo — Maximum price in DKK (e.g. 300000)
  • priceType — Filter by listing price type. Leave empty to include all types (Retail, engros, leasing). Set to "Retail" to show only standard retail listings.
  • mileageFrom — Minimum odometer reading in km.
  • mileageTo — Maximum odometer reading in km.
  • fuelType — Fuel/drivetrain filter. Leave empty to include all.
  • gearType — Transmission filter.
  • ...and 34 more parameters

Input examples

Basic search — Fetch vehicles from the provided start URL.

→ Full payload per result — all standard fields populated where the source provides them.

{
"startUrls": [
{
"url": "https://www.bilbasen.dk/brugt/bil"
}
],
"maxResults": 50
}

Incremental tracking — Only emit vehicles that changed since the previous run with this stateKey.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"startUrls": [
{
"url": "https://www.bilbasen.dk/brugt/bil"
}
],
"maxResults": 200,
"incrementalMode": true,
"stateKey": "bilbasen-tracker"
}

Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

{
"startUrls": [
{
"url": "https://www.bilbasen.dk/brugt/bil"
}
],
"maxResults": 50,
"compact": true
}

Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example listing record

{
"url": "https://www.bilbasen.dk/brugt/bil/audi/e-tron/55-black-edition-s-line-quattro-5d/6286479",
"portalUrl": "https://www.bilbasen.dk/brugt/bil/audi/e-tron/55-black-edition-s-line-quattro-5d/6286479",
"title": "Audi e-tron 55 Black Edition S-line quattro 5d",
"price": 439900,
"priceAmount": 439900,
"priceText": "439.900 kr.",
"priceType": "Retail",
"priceBeforeReduction": 449900,
"make": "Audi",
"model": "e-tron",
"variant": "55 Black Edition S-line quattro 5d",
"year": 2022,
"mileage": 33000,
"fuelType": "El",
"color": "Sortmetal",
"doors": 5,
"bodyType": "SUV",
"horsepower": "408 hk/664 nm",
"horsepowerHp": 408,
"torqueNm": 664,
"yearlyTax": "920 kr. / år",
"firstRegistrationDate": "2022-06",
"registrationDate": "2022-06",
"description": "Audi E-tron 55 - Black Edition !!, \n\nEkstra:\n✅ 21\" Fælge Audi Sport 5-V-eget stjernedesign, \n✅ B&O Premium Sound System med 3D lyd,\n✅ S line interiør,\n✅ Dekorindlæg Carbon struktur,\n✅ Head-up display,...",
"descriptionMarkdown": "Audi E-tron 55 - Black Edition !!, \n\nEkstra:\n✅ 21\" Fælge Audi Sport 5-V-eget stjernedesign, \n✅ B&O Premium Sound System med 3D lyd,\n✅ S line interiør,\n✅ Dekorindlæg Carbon struktur,\n✅ Head-up display,...",
"contentHash": "3d70eeed57879110",
"features": [
"21\" Fælge Audi Sport 5-V-eget stjernedesign,",
"B&O Premium Sound System med 3D lyd,",
"S line interiør,",
"Dekorindlæg Carbon struktur,",
"Head-up display,",
"... 35 more items"
],
"location": "6800 Varde",
"locationCity": "Varde",
"locationZipCode": 6800,
"dealer": "Michaels Automobiler ApS",
"sellerName": "Michaels Automobiler ApS",
"sellerType": "Dealer",
"sellerAddress": "Jeppe Skovgaards Vej 2, 6800 Varde",
"sellerCity": "Varde",
"sellerZipCode": 6800,
"sellerPhone": "76950059",
"externalId": "6286479",
"images": [
"https://billeder.bilbasen.dk/bilinfo/1df35dd4-f0d1-4bb2-a4c4-889ba66c77bc.jpeg?class=S300X300",
"https://billeder.bilbasen.dk/bilinfo/061cddb2-88eb-467d-98da-3dfd4d5e2cde.jpeg?class=S300X300",
"https://billeder.bilbasen.dk/bilinfo/b2b623d7-f66a-43bd-bca3-85397044fc00.jpeg?class=S300X300"
],
"imagesCount": 22,
"scrapedAt": "2026-06-20T20:18:09.589Z",
"dataCompleteness": "detail",
"drivingRangeKm": 405,
"batteryCapacityKwh": 86.5,
"energyConsumption": "240 Wh/km",
"accelerationSec": 5.7,
"topSpeedKmh": 200,
"towWeight": "1.800 kg",
"vehicleCategory": "Personbil",
"vehicleTypeClass": "SUV",
"cargoLiters": 660,
"weightKg": 2565,
"widthCm": 194,
"lengthCm": 490,
"heightCm": 163,
"payloadKg": 565,
"maxTowWeightBrakedKg": 1800,
"drivetrain": "Firehjulstræk",
"hasAbs": true,
"hasEsp": true,
"airbagsNote": "6",
"ratingAverage": 4.644153225806451,
"ratingCount": 231,
"subRatings": [
{
"name": "Køreegenskaber",
"rating": 4.866935483870968
},
{
"name": "Driftsomkostninger",
"rating": 4.278225806451613
},
{
"name": "Sikkerhed",
"rating": 4.911290322580645
},
{
"name": "Værdi for pengene",
"rating": 4.520161290322581
}
],
"syiId": "0015ec32-307a-4b20-9325-714f03e00cf1",
"tenant": "bilinfo",
"dealerId": 5477,
"dealerWebsite": "https://www.michaels-automobiler.dk/?utm_source=bilbasen&utm_medium=referral",
"dealerCvr": "26988136",
"dealerInventoryCount": 139,
"dealerInventoryUrl": "https://www.bilbasen.dk/find-en-forhandler/bilforhandler--id5477",
"dealerOpeningHours": [
{
"day": "Mandag - Fredag",
"hours": "9:00 - 17:00"
},
{
"day": "Lørdag",
"hours": "Efter aftale"
},
{
"day": "Søndag",
"hours": "11:00 - 15:00"
}
],
"dealerSellingPoints": [
"FRAGUS Gosafe",
"Lade løsninger",
"Finansiering",
"Flexleasing "
],
"dealerDescription": "Michaels Automobiler er et firma, der handler med nyere biler i topkvalitet i alle størrelser og med speciale i VW, Skoda, Audi og Mercedes. Mere end 25års erfaring og altid mere end 200 biler på lage...",
"sellerHasEmail": true,
"financingMonthlyPrice": 4683,
"financingProvider": "AL Finans Lån",
"financingDownPayment": 88420,
"financingApr": 6.43,
"financingPeriodMonths": 96,
"financingTotalCost": 537902
}

Incremental fields

When incrementalMode: true, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED (deprecated skeleton mode, see below), or EXPIRED.

Sold-detection via EXPIRED rows (on by default)

With emitExpired: true (the default), a tracked listing that has been missing from 2 consecutive fully-covered runs is exported once as a minimal changeType: "EXPIRED" row (url, portalUrl, externalId, contentHash, scrapedAt; other fields null) — your signal that the car is sold or delisted. EXPIRED rows are billed as standard results.

Expiry only fires when the run's scope provably covers the full search: clean make/model searches or browse-all. Filtered searches (year, price, mileage, etc.), multi-search runs, and partial crawls never expire listings — a listing absent because your filter excluded it will not be falsely reported as sold.

Unchanged skeletons (deprecated)

pushUnchangedSkeletons: true additionally pushes a minimal changeType: "UNCHANGED" skeleton row for every listing that hasn't changed since the previous run. This mode is deprecated — prefer EXPIRED-based sold-detection above, which achieves the same goal without re-exporting the full inventory every run. Note that every exported dataset row is billed as a result, including unchanged skeleton rows, so on stable inventories skeleton runs cost nearly as much per row as regular runs.

How to scrape bilbasen.dk

  1. Go to Bilbasen in Apify Console.
  2. Configure the input.
  3. Set maxResults to control how many results you need.
  4. Click Start and wait for the run to finish.
  5. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract listing data from bilbasen.dk for market research and competitive analysis.
  • Track pricing trends across regions and categories over time.
  • Monitor new and changed vehicles on scheduled runs without processing the full dataset every time.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.
  • Benchmark seller / dealer reputation using rating fields.

How much does it cost to scrape bilbasen.dk?

Bilbasen uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.01 per run
  • Per result: $0.002 per listing record

Example costs:

  • 10 results: $0.03
  • 25 results: $0.06
  • 100 results: $0.21
  • 200 results: $0.41
  • 500 results: $1.01

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of vehicles that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 100 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% — stable niche query$0.21$0.02$0.19 (90%)$0.60
15% — moderate broad query$0.21$0.04$0.17 (81%)$1.20
30% — high-volume aggregator$0.21$0.07$0.14 (67%)$2.10

Full re-scrape monthly cost at daily polling: $6.30. First month with incremental costs $0.79 / $1.37 / $2.24 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

FAQ

How many results can I get from bilbasen.dk?

The number of results depends on the search query and available vehicles on bilbasen.dk. Use the maxResults parameter to control how many results are returned per run.

Does Bilbasen support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed vehicles on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate Bilbasen with other apps?

Yes. Bilbasen works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Bilbasen with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Bilbasen through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from bilbasen.dk. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.

Disclaimer

This actor accesses only publicly available data on bilbasen.dk. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with Bilbasen's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to Bilbasen.

Search keywords

bilbasen scraper, bilbasen api, apify bilbasen, bilbasen data extraction, bilbasen.dk scraper, bilbasen.dk data, bilbasen.dk api, car listings scraper, vehicle data extraction, used car data, denmark cars scraper, bilbasen.dk listings, danish car marketplace, used cars denmark, biler til salg, car listings denmark.