🚗 mobile.de [$1/1K💰] Fast Scraper · Finance · Dealer GPS avatar

🚗 mobile.de [$1/1K💰] Fast Scraper · Finance · Dealer GPS

Pricing

from $1.00 / 1,000 results

Go to Apify Store
🚗 mobile.de [$1/1K💰] Fast Scraper · Finance · Dealer GPS

🚗 mobile.de [$1/1K💰] Fast Scraper · Finance · Dealer GPS

Scrape mobile.de — Germany's largest car marketplace (1.4M+ listings) at $1 / 1,000 results. Full specs, market price rating, dealer phone & GPS, financing offers; filter by make/model or zip radius; track new, price-changed & delisted cars across runs. JSON/CSV export.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

2

Bookmarked

40

Total users

18

Monthly active users

3 hours ago

Last modified

Share

What does mobile.de Scraper do?

mobile.de Scraper extracts structured car listings from mobile.de — Germany's largest car marketplace with 1.4M+ active listings — fast, and at one of the lowest prices on the Store ($1 / 1,000 results). Every result carries the full spec sheet: make, model, year, mileage, fuel type, transmission and power. Prices arrive structured in EUR with automatic USD and GBP conversion, plus a market price rating and fair-value price bands. Dealer contact ships inline too — phone number, street address and GPS coordinates where published.

Filter by exact make and model, price, year, mileage or zip-code radius. Incremental mode tracks new, price-changed and delisted cars across runs. Alerts go to Slack, Telegram, Discord, WhatsApp or any webhook. Turn detail enrichment off for fast mode, or on for the richest output — full description, equipment list, financing offers, video flag, EV battery capacity and 100+ fields per listing.

How to use this actor

  • 👉 Register for a free Apify account — no credit card required.
  • 🎉 Just click Sign up free on Apify → and complete a quick signup.
  • 💰 A free Apify account includes $5 in monthly credits — enough to test this actor.
  • ⏳ Scrape during the free trial, with no commitment or upfront payment required.

Key features

  • ⚡ Fast extraction at $1 / 1,000 results — one of the lowest prices on the Store ($1 / 1,000 results) with top-tier speed. Need raw throughput? Turn Include Full Details off for ⚡ fast mode — core fields (price, specs, price rating, dealer phone & GPS, images, segment) straight from the search results. Leave it on for the richest output. You trade speed against depth, not money.
  • 🚗 Vehicle data depth — 100+ structured fields per car: full specs, equipment list, EV battery capacity, KBA codes, accident history, vehicle segment, financing offers (financing), video flag (hasVideo / videoId), market price rating with price bands, and English-normalized enums alongside the raw German labels — the richest mobile.de output on the Store.
  • 📧 Email + phone extraction — dealer phone, street address and GPS coordinates (sellerLatitude / sellerLongitude) on standard results where published — no enrichment toggle. Detail enrichment adds website, WhatsApp, languages and reviews.
  • 💵 Structured pricing — structured price + priceCurrency, net price, VAT flag, automatic USD/GBP conversion, plus the market priceRating with fair-value priceRatingThresholds bands. Incremental re-runs add priceChange (UP / DOWN) and priceChangeAmount — price drops become queryable.
  • ♻️ 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.
  • 🔔 Notifications — telegram / Slack / Discord / WhatsApp / webhook alerts on each run. Combine with incremental to ping only when prices or inventory actually move.
  • 📋 Detail enrichment — two-stage scraping — list first, then enrich each listing with the full detail-page payload. One input toggle controls the depth.
  • 🎯 Batch searches — run multiple search variants in one job — shared dedup, single dataset for compare/diff downstream.
  • 📦 Compact mode — light payload with core fields only — comparable rows across listings without HTML or metadata overhead. Perfect for pricing dashboards.
  • 📤 Export anywhere — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
  • 🔌 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 mobile.de?

Each result includes Core listing fields (listingId, listingKey, canonicalUrl, title, subTitle, make, model, and series, and more), detail fields when enrichment is enabled (description, descriptionHtml, and descriptionMarkdown), and contact information (sellerPhones and sellerEmails). 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.

Enable detail enrichment in the input to get richer fields such as full descriptions and contact information where the source provides them.

Input

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

Key parameters:

  • query — Free-text search keywords (e.g. 'VW Golf GTI'). Use a JSON array for multi-query.
  • make — Car make / brand (e.g. 'Volkswagen', 'BMW', 'Mercedes-Benz').
  • model — Single model name (e.g. 'Golf'), comma-separated list, or JSON array. Requires make.
  • category — Vehicle type. mobile.de carries cars, motorbikes, motorhomes, trucks, vans, buses, trailers, agricultural and construction machinery. (default: "CAR")
  • startUrls — Paste mobile.de search URLs directly. Use this for full filter control beyond the structured fields below.
  • maxResults — Maximum total listings to return (0 = unlimited). mobile.de SERPs cap at ~2,000 per query. (default: 25)
  • maxPages — Maximum search result pages to scrape per source (~26 listings per page). Defensive safety bound — maxResults is the primary record cap. (default: 5)
  • condition — Filter by vehicle condition. Multi-select: hold Ctrl / Cmd to select several.
  • fuelType — Filter by fuel type. Multi-select.
  • transmission — Filter by transmission. Multi-select.
  • bodyType — Filter by body type. Multi-select.
  • sellerType — Filter by seller type.
  • ...and 45 more parameters

Input examples

Basic search — Keyword-driven search with a result cap.

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

{
"query": "volkswagen golf",
"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.

{
"query": "volkswagen golf",
"maxResults": 200,
"incrementalMode": true,
"stateKey": "volkswagen-golf-tracker"
}

Compact filtered output — Combine filters with compact mode for a lightweight AI-agent or MCP data source.

→ Core fields only — ideal for piping into LLMs or downstream tools without token overhead.

{
"query": "volkswagen golf",
"category": "CAR",
"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

{
"listingId": "d58e02e4d18de6871e205ca8c78f80097fb0dccf0c1b8ffc01986cd7e8de73f9",
"listingKey": "454495868",
"canonicalUrl": "https://suchen.mobile.de/auto-inserat/bmw-m135-i-xdrive-leder-sitzhzg-hu-au-neu-dresden/454495868.html",
"sourceUrl": "https://suchen.mobile.de/auto-inserat/bmw-m135-i-xdrive-leder-sitzhzg-hu-au-neu-dresden/454495868.html",
"title": "BMW M135",
"subTitle": "i xDrive * Leder * Sitzhzg. * HU/AU neu",
"make": "BMW",
"model": "M135",
"category": "Car",
"segment": "Car",
"price": 19980,
"priceCurrency": "EUR",
"priceType": "FIXED",
"priceRating": "GOOD_PRICE",
"priceRatingRaw": "Good price",
"priceRatingThresholds": [
"€14,400",
"€18,700",
"€20,200",
"€22,500",
"€24,100",
"€26,800"
],
"priceRatingOffset": 85,
"priceConvertedUsd": 22911.07,
"priceConvertedGbp": 17313.27,
"mileageKm": 113814,
"firstRegistration": "04/2013",
"firstRegistrationDate": "2013-04-01",
"yearOfManufacture": 2013,
"fuelType": "PETROL",
"fuelTypeRaw": "Petrol",
"powerKw": 235,
"powerPs": 320,
"transmission": "AUTOMATIC",
"transmissionRaw": "Automatic",
"bodyType": "SEDAN",
"bodyTypeRaw": "Limousine",
"engineSize": "2,979 ccm",
"cubicCapacityCc": 2979,
"emissionClass": "Euro5",
"weight": "1,595 kg",
"color": "WHITE",
"colorRaw": "White",
"doors": "4/5",
"seats": 5,
"features": [
"ABS",
"Alloy wheels",
"Ambient lighting",
"Arm rest",
"Autom. dimming interior mirror",
"Bi-xenon headlights",
"Bluetooth",
"CD player",
"Central locking",
"Cruise control",
"DAB radio",
"Daytime running lights",
"Dynamic chassis control",
"Electric seat adjustment",
"Electric side mirror",
"Electric windows",
"ESP",
"Fog lamps",
"Four-wheel drive",
"Full Service History",
"Hands-free kit",
"Headlight washer system",
"Heated seats",
"High beam assist",
"Immobilizer",
"Isofix",
"Leather steering wheel",
"Light sensor",
"Lumbar support",
"Multifunction steering wheel",
"Navigation system",
"Non-smoker vehicle",
"On-board computer",
"Paddle shifters",
"Power Assisted Steering",
"Rain sensor",
"Sound system",
"Speed limit control system",
"Sport seats",
"Sports suspension",
"Start-stop system",
"Tinted windows",
"Traction control",
"Tuner/radio",
"Tyre pressure monitoring",
"USB port",
"Voice control",
"Warranty"
],
"description": "Komfort & Interieur: Klimaautomatik Bordcomputer 4x el. Fensterheber Tempomat mit Bremsfunktion Sitzheizung Mittelarmlehne el. Außenspiegel + Anklappfunktion Lederausstattung in Rot Multifunktionslede...",
"descriptionHtml": "<b>Komfort &amp; Interieur:</b><br><ul><li><b>Klimaautomatik</b></li><li>Bordcomputer</li><li><b>4x el. Fensterheber</b></li><li><b>Tempomat mit Bremsfunktion</b></li><li><b>Sitzheizung</b></li><li>Mi...",
"descriptionMarkdown": "**Komfort & Interieur:**\n- **Klimaautomatik**\n- Bordcomputer\n- **4x el. Fensterheber**\n- **Tempomat mit Bremsfunktion**\n- **Sitzheizung**\n- Mittelarmlehne\n- el. Außenspiegel + Anklappfunktion\n- **Lede...",
"kbaHsn": "0005",
"kbaTsn": "BMF",
"isFinancingAvailable": true,
"financing": {
"bankName": "Openbank Deutschland AG",
"loanType": "BALLOON",
"downPayment": 3996,
"monthlyInstallment": 210.32,
"finalInstallment": 6593.4,
"creditTermMonths": 60,
"creditAmount": 15984,
"totalAmount": 19002.19,
"interestRateNominal": 5.26,
"interestRateEffective": 5.39,
"yearlyMileage": 10000
},
"hasVideo": false,
"sellerId": "5615979",
"sellerName": "Admiral Deutscher Handelskontor GmbH",
"sellerType": "Dealer",
"sellerRating": 4.6,
"sellerReviewCount": 19,
"sellerCountry": "DE",
"sellerLatitude": 51.0157652,
"sellerLongitude": 13.7930458,
"sellerPhones": [
"+49 (0)351 2705563",
"+49 (0)163 6910213",
"+49 (0)351 2705573"
],
"location": "Dresden",
"country": "DE",
"imageUrls": [
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/c8/c88515df-b9cf-4e7d-bd45-038e6a8730f1",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/ed/edf8e23f-614c-4e4d-a4bf-e564b8926c63",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/29/29ade618-17f6-4942-8fbf-5892ab594748",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/c7/c7261ec0-d994-43bf-8407-f50167359a9a",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/73/736cee93-e022-4a84-b58a-52ad3c6043ef",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/93/93d4be39-ff02-46d5-869f-11f5cb38c54d",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/64/64458fbc-c793-454a-8a55-ff90eff14281",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/54/543b6a31-070e-471d-84b2-e7b87badc529",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/30/30227faa-df4b-4800-985b-e4687e0170f0",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/23/239a9bd5-1724-4bac-8a83-def9cdc5f634",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/1a/1a3f885a-baf1-494e-8b3d-1df30ccc1807",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/38/389a7a3b-884a-4c80-9f8d-d969fbd8e6e3",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/42/42040195-90f2-4678-8d4c-841dccf7c418",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/6d/6d807a07-5971-4ad4-b14f-345ee2832489",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/01/01dbd33f-83b4-469a-b41a-2d797d791588",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/9c/9c661841-ef75-49ab-9727-17293d362ac2",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/30/3001318e-5dbc-4196-a6a3-ee63b0aad3c0",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/4a/4adf3f6f-4c75-4178-8bd3-67a7f61d6967",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/83/839de92e-b88f-4519-a77a-9383b493fb08",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/25/25b5fc69-5190-4cb9-be8e-bf07e9015165",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/72/72680e8f-57c1-410c-b7df-ce2f202f5566",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/80/80d0c167-d0c3-4c37-b73c-71f4c3185cdd",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/5d/5df1bc00-9af5-4cb7-87ab-807dba964af2",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/49/4961f61a-c6ea-45b5-a8c8-aa2ff0038aaf",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/3f/3fead987-9315-4202-8411-5e72c7423dc2",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/58/585f63c5-3411-401a-90dd-671ffee56bcc",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/21/21640ee4-0d49-49d2-9e9c-a24c596b8300",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/c2/c2e7d5c8-69eb-4614-a3f9-23f7eee8f974",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/01/01a19e16-0b8b-4849-9ad5-965de43fdd3f",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/a2/a2a805a3-8238-4322-866e-9ea6cbad66af",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/7b/7bc879df-210f-4ed4-bd39-c20a62a3db8b",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/29/29a7436b-7e5e-4fb9-b193-376d493a67d6",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/3e/3eda7785-0b55-4846-a6dc-f401e165a7e0",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/83/8362b645-ffa7-45a9-a135-c6a789daad2a",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/01/019e7902-ad85-471b-905e-6334eff2bc52",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/b0/b0a744cf-be67-4bf5-ad72-67abde910de8",
"https://m.mobile.de/yams-proxy/img.classistatic.de/api/v1/mo-prod/images/41/41878b99-935d-4c49-bd15-6904af2821e8"
],
"numImagesAvailable": 37,
"isSponsored": false,
"scrapedAt": "2026-06-21T13:48:25.122Z",
"contentQuality": "full",
"contentHash": "031950cfc90c4c4fa02ffc94d150989c69f3c9480c1e9cd8d77d4545d98cdec7",
"isRepost": false
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • firstSeenAt, lastSeenAt — ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt — populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape mobile.de

  1. Go to mobile.de Scraper in Apify Console.
  2. Enter a search keyword.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, contact info, equipment and emissions data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract listing data from mobile.de for market research and competitive analysis.
  • Track pricing trends across regions and categories over time.
  • Monitor new and changed listings 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 mobile.de?

mobile.de Scraper 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.005 per run
  • Per result: $0.001 per listing record

Example costs:

  • 10 results: $0.015
  • 25 results: $0.03
  • 100 results: $0.11
  • 200 results: $0.21
  • 500 results: $0.51

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings 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.11$0.01$0.10 (90%)$0.30
15% — moderate broad query$0.11$0.02$0.09 (81%)$0.60
30% — high-volume aggregator$0.11$0.03$0.07 (67%)$1.05

Full re-scrape monthly cost at daily polling: $3.15. First month with incremental costs $0.40 / $0.68 / $1.12 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 mobile.de?

The number of results depends on the search query and available listings on mobile.de. Use the maxResults parameter to control how many results are returned per run.

Does mobile.de Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings 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 mobile.de Scraper with other apps?

Yes. mobile.de Scraper 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 mobile.de Scraper 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 mobile.de Scraper 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 mobile.de. 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.