AutoScout24 Scraper
Pricing
from $2.50 / 1,000 results
AutoScout24 Scraper
Scrapes car listings and offer pages from AutoScout24, returning prices, make and model, mileage, first registration, fuel, transmission, seller and location details.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Anyx Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

AutoScout24 Scraper
Car listings and offer details from Europe's largest car marketplace — no login, no API key.
Scrapes car listings and offer pages from AutoScout24, returning prices, make and model, mileage, first registration, fuel, transmission, seller and location details. Point it at any AutoScout24 search (by make, model, body type, price band or region) or at individual offer pages, on any country site (.com, .de, .it, .fr, .es, .nl, .be, .at, .ch), and get clean JSON, CSV or Excel back. Built for dealers, pricing analysts, market researchers and lead-generation teams.
⚡ Quick start
{"startUrls": [{ "url": "https://www.autoscout24.com/lst/c/compact" }],"maxItems": 5}
🧩 Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
startUrls | array | yes | — | AutoScout24 URLs to scrape. Search result pages (/lst/...) and single offer pages (/offers/...) are both supported, on any country site. |
maxItems | integer | no | 5 | Maximum number of listings to return per start URL. Search pages are followed until this many cars have been collected. |
proxyConfiguration | object | no | { "useApifyProxy": false } | Apify proxy settings. AutoScout24 serves full pages without a proxy, so proxies are disabled by default. |
📤 Output
Every result is one dataset row. The itemType field tells the two shapes apart: listing for a
card from a search page, detail for a full offer page. Both carry the site's own nested objects
(price, vehicle, location, seller, ...) unchanged, so every attribute AutoScout24 shows is
available.
Fields
| Field | Type | Description |
|---|---|---|
itemType | string | listing or detail. |
listingUrl | string | Absolute URL of the offer page. |
id | string | AutoScout24 listing ID (UUID). |
identifier | object | legacyId and crossReferenceId for the listing. |
crossReferenceId | string | Dealer's own reference number for the car (listings only). |
images | array | Image URLs. |
ocsImagesA | array | Additional image URLs for online-checkout listings (listings only). |
isOfferNew | boolean | Whether the offer was published recently (listings only). |
price | object | priceFormatted, priceRaw, suggestedRetailPrice and related price flags. |
availableNow | boolean | Whether the car is available immediately (listings only). |
availability | object | Availability and delivery details. |
superDeal | object | Super-deal badge details, when the listing carries one. |
url | string | Site-relative path of the offer page (listings only). |
vehicle | object | make, model, modelVersionInput, transmission, fuel, mileageInKm, offerType and more. |
location | object | countryCode, zip, city, street of the car. |
ratings | object | Dealer rating summary, when available. |
seller | object | id, type, companyName, contactName, phones and dealer links. |
appliedAdTier | string | Ad tier the listing was shown with. |
adTier | string | Ad tier purchased for the listing. |
isOcs | boolean | Whether the listing supports online checkout (listings only). |
specialConditions | array | Special conditions or promotions on the listing. |
statistics | object | View and search statistics for the listing. |
searchResultType | string | Organic or a sponsored placement type. |
searchResultSection | string | Section of the results page the card appeared in (listings only). |
tracking | object | firstRegistration, mileage, price and other tracking attributes (listings only). |
coverImageAttractiveness | number | Site-computed quality score of the cover image. |
vehicleDetails | array | Key facts as shown on the card: mileage, gearbox, first registration, fuel, power (listings only). |
wltpValues | array | WLTP consumption and emission values (listings only). |
isListingBoost | boolean | Whether the listing was boosted. AutoScout24 no longer publishes this flag, so it is null (listings only). |
trackingParameters | array | Tracking parameters attached to the card (listings only). |
isDeliverable | boolean | Whether the car can be delivered (details only). |
description | string | Seller's full description as HTML (details only). |
headerImage | string | Main image URL (details only). |
youtubeLink | string | YouTube video URL, when provided (details only). |
twinnerUrl | string | 360° tour URL, when provided (details only). |
isCoverImagePlaceholder | boolean | Whether the cover image is a placeholder (details only). |
hasThreeSixtyContent | boolean | Whether a 360° view exists (details only). |
vehicleReport | object | Vehicle history report details, when available (details only). |
threeSixty | object | 360° view details, when available (details only). |
prices | object | Public and dealer price variants (details only). |
financingFlags | object | Financing options offered (details only). |
seals | object | Quality seals attached to the car (details only). |
whatsappNumber | string | Seller's WhatsApp number (details only). |
webPage | string | Seller's website (details only). |
status | string | Listing status, e.g. active (details only). |
leasingDetails | object | Leasing offer details, when available (details only). |
warranty | object | Warranty details, when available (details only). |
warrantyExists | boolean | Whether a warranty is offered (details only). |
ocsInfo | object | Online-checkout details (details only). |
financingAndInsurance | object | Financing and insurance offers (details only). |
trackingParams | object | Tracking attributes of the offer page (details only). |
hasPremiumListingTreatment | boolean | Whether the listing has premium presentation (details only). |
adTargetingString | string | Ad-targeting attributes of the car (details only). |
imgAltText | string | Alt text of the main image (details only). |
createdTimestampWithOffset | string | When the listing was created, ISO 8601 (details only). |
vehicleType | string | Vehicle category, e.g. C for cars (details only). |
searchTrackingParams | array | Search tracking attributes (details only). |
articleType | string | Article type, e.g. Car (details only). |
isNew | boolean | Whether the car is new rather than used (details only). |
💡 Use cases
- Price monitoring — track asking prices for a make and model across countries and spot under-priced cars the moment they are listed.
- Dealer intelligence — build inventories of competing dealers, with contact details and stock turnover.
- Market research — measure supply, mileage and age distributions per segment, fuel type or region.
- Lead generation — collect dealer names, phones and websites across a category.
❓ FAQ
- Do I need a proxy? No. AutoScout24 serves full pages without one, so proxies are off by default. You can still set one in
proxyConfiguration. - How many results can I get from one search? AutoScout24 shows at most 20 pages per search, roughly 380 cars. Narrow the search (make, model, price band, region) and add several start URLs to go beyond that.
- Which country sites work? All of them — .com, .de, .it, .fr, .es, .nl, .be, .at, .ch and the rest. Prices and texts come back in the language of the site you use.
- Why did a run return fewer items than expected? The site may have changed its layout. Open an issue and we will update the Actor.
🔗 More scrapers by Anyx
🤝 Anyx Solutions
We build custom scrapers and data-extraction pipelines.
- Email: tantosthor@gmail.com
🖼 Image credit
Image credit: autoscout24.com