Autoscout24 $0.8πŸ’° Powerful Filters + Deep Search avatar

Autoscout24 $0.8πŸ’° Powerful Filters + Deep Search

Pricing

from $0.80 / 1,000 results

Go to Apify Store
Autoscout24 $0.8πŸ’° Powerful Filters + Deep Search

Autoscout24 $0.8πŸ’° Powerful Filters + Deep Search

From $0.8/1K. A lean, production-grade scraper for autoscout24.com. Point it at a search, get back clean JSON with 30+ fields per vehicle. Designed for dealers, market analysts, valuation pipelines, lead generation, and anyone who needs autoscout24 data on tap.

Pricing

from $0.80 / 1,000 results

Rating

5.0

(1)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

AutoScout24 Scraper

A lean, production-grade scraper for Europe's largest used-car marketplace. Point it at a search, get back clean JSON with 30+ fields per vehicle. Designed for dealers, market analysts, valuation pipelines, lead generation, and anyone who needs autoscout24 data on tap.

Why this scraper

  • ⚑ Sub-second per listing. 20 listings in ~1 second; 1,000 listings in ~3 minutes.
  • πŸ’Έ Cents per thousand. Designed to run cleanly on the free Apify plan with the default proxy configuration β€” no upgrade needed for typical workloads.
  • 🎯 30+ structured fields per car. Make, model, year, price, mileage, transmission, fuel, body type, location, dealer name + phone, ratings, image URLs.
  • πŸ“ž Dealer contact enrichment (optional). Add email, VAT ID, registered address, homepage, and opening hours for every dealer β€” pulled once per dealer and reused, so the cost doesn't scale with listing count.
  • πŸ“‘ Real multi-page pagination. Walks page 2, 3, 4+ with stable de-duplication. Drop in 5 URLs, get 5 paginated runs, no duplicates.
  • 🌍 Pan-European coverage. Filter listings by country across 8 markets β€” Germany, Austria, Belgium, Spain, France, Italy, Luxembourg, Netherlands.
  • πŸ”— Two flexible input modes. Filter dropdowns or paste a URL straight from your browser.

What you can do with it

  • Price intelligence: track asking prices for specific make/model/year/trim across countries, detect trends.
  • Dealer analysis: pull every listing from a dealer (with their email + VAT) and monitor inventory turnover.
  • Lead generation: extract dealer contacts (name, phone, WhatsApp, email) from fresh listings.
  • Market research: compare fuel-mix, body-style share, or mileage distribution across markets.
  • Valuation models: feed your pricing engine with always-fresh inventory + dealer metadata.
  • Inventory mirroring: sync dealer stock into your CRM or marketplace.

1. Search by filters (easiest)

Pick Make, Model, Country, Price range, Year range, Mileage range, Fuel type, Transmission, Body type. The scraper builds the URL and paginates forward for you.

Want "used Mercedes A-Class under €30,000 in Germany, cheapest first"? Five inputs, done.

2. Direct URLs (power users)

Found a search on autoscout24.com that nails exactly what you want? Paste the URL directly. Each URL paginates independently, so you can drop in many at once:

https://www.autoscout24.com/lst/bmw/x5?fregfrom=2020&pricefrom=20000&priceto=80000
https://www.autoscout24.com/lst/audi/a4?fuel=D&gear=A
https://www.autoscout24.com/lst/porsche/911

Filter coverage

FilterSearch modeURL mode
Make + Modelβœ…βœ… via URL
Country (multi-select: DE / AT / BE / ES / FR / IT / LU / NL)βœ…βœ… via URL
Vehicle state (New / Used / Both)βœ…βœ… via URL
Body typeβœ…βœ… via URL
Fuel type (multi-select)βœ…βœ… via URL
Transmissionβœ…βœ… via URL
Price range, Year range, Mileage range, Power rangeβœ…βœ… via URL
Sort orderβœ…βœ… via URL

What you get (30+ fields per car)

Core: listingId, url, title, make, model, modelGroup, variant, modelVersion, year, firstRegistration

Specs: bodyType, transmission, fuel, engineDisplacement, powerKw, powerHp, mileageKm, mileageDisplay

Price: price, priceDisplay, currency, priceNegotiable, taxDeductible, netPrice, vatRate

Listing metadata: isOfferNew, offerType, vehicleType, isDeliverable, createdAt, leadsRange, offerReference

Location: country, city, zip, street, latitude, longitude

Seller: sellerType, sellerId, companyName, contactName, phones, whatsappNumber, dealerLogoUrl, dealerInfoPageUrl, dealerImprintUrl, dealerStockUrl, dealerSince, ratingsCount, ratingsStars

Media: images (high-res URLs), imageCount, youtubeLink, twinnerUrl, hasThreeSixtyContent

Optional vehicle enrichment β€” enable Fetch full details to add: color, paintType, upholstery, upholsteryColor, seats, doors, cylinders, drivetrain, fuelConsumptionCombined, co2EmissionGramPerKm, electricRangeKm, previousOwners, hadAccident, hasFullServiceHistory, newInspection, warranty, equipment (full feature list, often 50–100 items), description (dealer's own free-text).

Optional dealer enrichment β€” enable Fetch dealer email, VAT, address to add: dealerEmail, dealerVatId, dealerAddress, dealerHomepage, dealerOpeningHours. Cached per dealer β€” a 1,000-listing run from 50 dealers only adds ~50 extra requests.

Example output (illustrative β€” values shown are placeholders, not a real listing)

{
"listingId": "00000000-0000-0000-0000-000000000000",
"url": "https://www.autoscout24.com/offers/example-listing-00000000-0000-0000-0000-000000000000",
"title": "BMW X5",
"make": "BMW",
"model": "X5",
"modelGroup": "X5",
"variant": "xDrive25d",
"year": 2020,
"firstRegistration": "03/2020",
"bodyType": "SUV/Off-Road/Pick-Up",
"transmission": "Automatic",
"fuel": "Diesel",
"powerKw": 170,
"powerHp": 231,
"mileageKm": 120000,
"price": 35000,
"priceDisplay": "€ 35,000",
"currency": "EUR",
"country": "DE",
"city": "EXAMPLE_CITY",
"zip": "00000",
"latitude": 0.0,
"longitude": 0.0,
"createdAt": "2026-04-01T00:00:00.000Z",
"sellerType": "Dealer",
"companyName": "EXAMPLE_DEALER_GMBH",
"phones": [{ "phoneType": "Office", "formattedNumber": "+00 000 - 0000000" }],
"whatsappNumber": "+00 000 - 0000000",
"dealerEmail": "contact@example-dealer.invalid",
"dealerVatId": "DE000000000",
"dealerAddress": "Example Street 1, Example City, DE",
"color": "Grey",
"seats": 5,
"doors": 5,
"drivetrain": "4WD",
"fuelConsumptionCombined": "5.60 l/100 km (comb.)",
"previousOwners": 1,
"hasFullServiceHistory": true,
"imageCount": 15,
"scrapedAt": "2026-04-25T10:00:00.000Z"
}

Run limits & cost control

  • Maximum Listings: hard cap across all searches (default 50)
  • Maximum Pages: per-search page cap, ~20 listings per page (default 5, max 200)
  • Fetch full details: opt-in, adds one HTTP request per listing
  • Fetch dealer email/VAT/address: opt-in, adds one HTTP request per unique dealer (not per listing) thanks to the dealer cache

Proxy setup

The default proxy configuration works out of the box on the free Apify plan. No setup required. If you'd like to route through your own proxy pool, paste your proxy URLs in the Proxy field.

Support

Questions, feature requests, or issues? Open a ticket on the actor page.