Copart Auction Scraper
Pricing
from $9.99 / 1,000 results
Copart Auction Scraper
Scrape Copart auction listings and lot details from its official JSON APIs—no browser required. Search by keyword, lot number, or URL to retrieve vehicle, auction, bidding, damage, and pricing data.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Apify actor that scrapes Copart salvage-auction lots via the JSON endpoints copart.com's own frontend calls — no browser.
Queries are auto-routed
| Input | Treated as | Endpoint |
|---|---|---|
tesla model 3 | Keyword search | POST /public/lots/search-results |
74620725 | Lot detail | GET /public/data/lotdetails/solr/74620725 |
https://www.copart.com/lot/74620725 | Lot detail | same |
Mix them freely in one run. Set fetchDetailsForSearchResults: true to
automatically pull the full detail record for every search hit.
Example input
{"queries": ["tesla model 3", "https://www.copart.com/lot/74620725"],"maxResultsPerSearch": 25,"fetchDetailsForSearchResults": false,"requestDelaySecs": 1,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
Output
Search result item: lot number, year/make/model, damage, odometer, current bid / buy-it-now + currency, sale date (both epoch-ms and ISO), location, title state, VIN (partially masked by Copart), lot URL.
Lot detail item: everything above plus model group, secondary damage,
engine, cylinders, drive, fuel type, color, body style, title description,
estimated retail value, live bid status (dynamic), and a raw_extra
object with any un-mapped fields Copart sent (so schema changes don't
lose data).
A run summary (counts + per-query errors) is stored under key SUMMARY.