Car and Classic Scraper
Pricing
Pay per usage
Car and Classic Scraper
Scrape classic cars, motorcycles, and collectibles from CarAndClassic.com. Filter by category, make, and model year. Returns price, mileage, image, and listing type (auction / classified / make-an-offer).
Pricing
Pay per usage
Rating
0.0
(0)
Developer
ScrappingLatam
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
7 days ago
Last modified
Categories
Share
Extract listings from CarAndClassic.com, the UK-based marketplace with 30,000+ classic cars, motorcycles, 4x4s, and collectibles for sale across auctions, classifieds, and "make an offer" formats. Filter by category, make, and model year.
What it does
Pulls live listings from CarAndClassic and returns a clean, spreadsheet-ready record for every vehicle — price, mileage, image, listing type (auction, classified, or make-an-offer) and a direct link to the ad. You can filter by a single category (Classic Cars, Motorcycles, 4x4s, Camper Vans, etc.), by make, by model-year range, or combine all three.
Use cases
- Price tracking for UK classic-car dealers and insurers
- Lead generation for restoration specialists, parts vendors, and transport services
- Auction intelligence (auction vs. classified vs. make-an-offer by brand)
- Academic or editorial research on UK collector-car valuations
- Seed data for comparison tools and marketplace aggregators
Input
| Field | Type | Description |
|---|---|---|
make | Brand — e.g. bmw, porsche, jaguar, land-rover, alfa-romeo. Leave empty for all. | |
category | Category (Classic Cars, Motorcycles, American Cars, 4x4s, Camper Vans, etc.). | |
year_min | Earliest model year. | |
year_max | Latest model year. | |
max_items | Hard cap on total rows. | |
max_pages | Optional limit on how many result pages to scan. |
Tip: when combining filters
Filtering by make alone (or make + year) is the fastest path. Combining a category with a narrow make/year filter can still return data, but takes longer because the Actor has to scan all listings inside that category and filter client-side.
Output
| Field | Description |
|---|---|
id | Unique listing identifier |
listing_type | auction / classified / make-an-offer |
url | Direct link to the listing |
title | Listing headline |
brand | Make name |
model_year | Model year |
price, price_currency | Asking price (GBP for UK listings; auctions return the current leading bid) |
mileage_value, mileage_unit | Odometer reading and its unit (miles or km) |
availability | In stock / sold / reserved |
image_url | Primary listing image |
category_id, category_name | Populated when scanning by category |
scraped_at | UTC timestamp of the scrape |
Example input
{"make": "porsche","year_min": 1970,"year_max": 1989,"max_items": 50}
Notes
- Every listing appears at most once per run — duplicates across pages are filtered out automatically.
- For active auctions,
pricemirrors the current high bid at the moment of scraping. - Pagination is paced to be polite to the source site.
Legal
This Actor scrapes the public CarAndClassic.com website without authentication. Users are responsible for complying with CarAndClassic's Terms of Service and applicable data protection law.