Every lot in every yard that matches your criteria, with damage and title status, hours before the sale.
Copart is the largest online salvage and clean-title vehicle auction in the world, running yards across the US, Canada, the UK, Germany, Spain, the UAE and beyond. Each lot page publishes damage type, run-and-drive status, primary and secondary damage, title brand, odometer status, estimated retail value and the yard it sits in — the exact fields a rebuilder or exporter needs before deciding whether a car is worth a bid.
Salvage buying is a volume game played against a clock. Sales run daily across dozens of yards, and the cars worth having are decided by a combination of damage type, title brand and transport distance that no search filter expresses properly. Pulling every matching lot into one table lets you sort by the thing that actually decides the bid — landed cost against parts or resale value — instead of by lot number.
Copart serves its search results through an internal JSON endpoint behind aggressive bot detection, caps how deep a single filtered search will page, and varies both markup and available fields by country site. The build runs a real browser session to establish trust, then reads the same endpoints the site uses, and slices searches by yard, sale date and damage type so no single query hits the depth cap and nothing goes missing from the middle of a result set.
Excel, CSV, JSON, a Google Sheet that refreshes on a schedule, a direct write into MySQL or Postgres, or a REST endpoint your own tools can query.
For the public lot data, no — a great deal of it is visible without an account. For member-only pricing, bidding history and restricted lots, yes, and the automation would drive your own licensed session rather than create access you do not have.
Yes. Copart's country sites differ in markup, currency and available fields, so each one is handled with its own parser and the output is normalised into a single schema — one table with a country column rather than six separate exports.
Where sold prices are published to your account level, yes, and building that history is usually the highest-value part of the job. Knowing what a damage type on a given model really fetches is what makes the next bid a calculation instead of a guess.
Reading publicly visible lot data is generally lawful, and US appellate courts have repeatedly held that reading public pages is not unauthorised access. I keep request rates civil and stay off anything behind a login unless it is your own account. If a specific request looks like a problem I will say so before you pay.
A filtered daily feed across selected yards typically runs $400 to $900. Full multi-country coverage with sold-price history runs higher. You get a fixed quote within 24 hours of telling me the filters and fields you want.