Car and Classic Scraper avatar

Car and Classic Scraper

Pricing

Pay per usage

Go to Apify Store
Car and Classic Scraper

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

ScrappingLatam

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

7 days ago

Last modified

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

FieldTypeDescription
makeBrand — e.g. bmw, porsche, jaguar, land-rover, alfa-romeo. Leave empty for all.
categoryCategory (Classic Cars, Motorcycles, American Cars, 4x4s, Camper Vans, etc.).
year_minEarliest model year.
year_maxLatest model year.
max_itemsHard cap on total rows.
max_pagesOptional 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

FieldDescription
idUnique listing identifier
listing_typeauction / classified / make-an-offer
urlDirect link to the listing
titleListing headline
brandMake name
model_yearModel year
price, price_currencyAsking price (GBP for UK listings; auctions return the current leading bid)
mileage_value, mileage_unitOdometer reading and its unit (miles or km)
availabilityIn stock / sold / reserved
image_urlPrimary listing image
category_id, category_namePopulated when scanning by category
scraped_atUTC 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, price mirrors the current high bid at the moment of scraping.
  • Pagination is paced to be polite to the source site.

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.