Classic-Trader Classic Cars Scraper
Pricing
Pay per usage
Classic-Trader Classic Cars Scraper
Scrape classic cars for sale on Classic-Trader.com. Filter by category, brand, and production year. Returns full listing data: price, mileage, location, seller, and auction info.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
ScrappingLatam
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Extract full listings from Classic-Trader.com, Europe's largest online marketplace for classic cars. Filter by category, brand, and production year — each run returns clean, spreadsheet-ready records with price, mileage, location, seller, and auction data.
What it does
Classic-Trader lists ~8,000 classic cars for sale across dealers, auctions, and private sellers in Europe. This Actor pulls live listings and returns one flat record per ad — ready for BI tools, spreadsheets, or downstream enrichment.
Use cases
- Price monitoring and market intelligence for classic-car dealers
- Lead generation for restoration shops and parts suppliers
- Academic research on collector-car valuation trends
- Feeding downstream enrichment or comparison pipelines (Hagerty, Collectible, RM Sotheby's, etc.)
- Monitoring upcoming auctions by brand or body type
Input
| Field | Type | Description |
|---|---|---|
brand | Brand — e.g. bmw, porsche, ferrari, mercedes-benz. Leave empty for all. | |
category | Built-in category (e.g. classic-convertibles, muscle-cars, pre-war-cars). Mutually exclusive with brand. | |
year_min | Earliest production year. | |
year_max | Latest production year. | |
locale | Locale / language — uk, de, fr, es, etc. Controls language and displayed currency. | |
max_items | Hard cap on total rows returned. | |
max_pages | Optional limit on how many result pages to scan. |
Output
Each dataset record contains:
| Field | Description |
|---|---|
id, url | Stable Classic-Trader listing id and canonical URL |
title, title_by_seller | Listing title and seller-authored subtitle |
brand, brand_slug | Make |
model, model_slug | Model series |
model_specification | Sub-model / variant |
manufacturer_code | Factory code |
year_of_production | Year of this specific vehicle |
year_begin_of_production | First production year of the model series |
year_end_of_production | Last production year |
body, body_detailed | Body type (coupe, convertible, saloon…) |
cubic_capacity_cc | Engine displacement |
power_hp, power_kw | Engine power |
weight_kg | Weight |
mileage_value, mileage_unit | Odometer |
price_amount, price_currency | Price in the locale's currency |
original_price_amount, original_price_currency | Original asking price before FX conversion |
selling_method | classified_ad_sale / auction_sale |
is_replica, has_report, is_converted | Flags |
auction_* | Bid count, reserve info, estimated range, starts/ends |
seller_* | Dealer / private / auction house, verification flag |
location_* | Country, city, postal code, lat/lng |
image_url, images_count | Primary image URL and gallery size |
publish_date, update_date | Listing metadata |
scraped_at | ISO-8601 UTC timestamp |
Example input
{"brand": "bmw","year_min": 1960,"year_max": 1975,"max_items": 50,"locale": "uk"}
Scrape BMW classics from 1960 to 1975, returning up to 50 listings, priced in GBP.
Notes
- Every listing is emitted at most once per run — duplicates across pages are filtered out automatically.
- Classic-Trader's search does not combine brand and category filters; use one or the other for the most specific results.
- Requests are paced to be polite to the source site.
Legal
This Actor scrapes the public Classic-Trader.com website without authentication. Users are responsible for complying with Classic-Trader's Terms of Service and applicable data protection law.