Copart Auction Scraper avatar

Copart Auction Scraper

Pricing

Pay per event

Go to Apify Store
Copart Auction Scraper

Copart Auction Scraper

Scrape Copart vehicle auction data via direct API calls: lot number, make, model, year, damage, odometer, estimated retail value, repair cost, current bid, buy-it-now price and auction date. Search by keyword or lot URL.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract vehicle auction data from Copart, the world's largest online vehicle auction platform, using direct API calls (no browser, fast and reliable).

Each lot includes make, model, year, damage, odometer, estimated retail value, repair cost, current bid, buy-it-now price, title info, location and auction date.

Built for car dealers, dismantlers, exporters, vehicle-history products and salvage-market analysis.

Features

  • Keyword search - same as the Copart search bar ("tesla model 3", "ford f-150", "harley")
  • Search URLs and lot URLs - paste a Copart search URL or individual lot links
  • Direct API access: 100 lots per request, relevance-ranked results
  • Rich fields: damage (primary/secondary), odometer with brand, est. retail value, repair cost, bids, buy-it-now, transmission, engine, color, title state and code, keys, location, auction date/time and image
  • Automatic pagination and de-duplication

Input

FieldTypeDescription
searchQuerystringSearch keyword (e.g. "tesla").
startUrlsarrayCopart search URLs or lot URLs (https://www.copart.com/lot/12345678). Overrides searchQuery.
maxItemsintegerMax lots. 0 = no limit. Default 100.
proxyConfigurationobjectResidential proxy recommended (default).

Example input

{
"searchQuery": "tesla model 3",
"maxItems": 100
}

Output

{
"lotNumber": "41609716",
"year": 2022,
"make": "TESLA",
"model": "MODEL 3",
"title": "2022 TESLA MODEL 3",
"vin": "5YJ3E1EA8NF******",
"primaryDamage": "FRONT END",
"secondaryDamage": null,
"odometer": 40352,
"estimatedRetailValue": 23635,
"repairCost": 9814,
"currentBid": 8250,
"buyItNowPrice": null,
"color": "WHITE",
"titleState": "CA",
"location": "CA - SAN JOSE",
"auctionDate": "2026-07-08T00:00:00.000Z",
"url": "https://www.copart.com/lot/41609716"
}

Common use cases

  • Source salvage and clean-title inventory by make, model and damage type
  • Price arbitrage: estimated retail value vs current bid
  • Export-market sourcing and fleet rebuilding
  • Feed vehicle-history and valuation databases
  • Track auction dates for lots you follow

Pricing

Pay per result: a small fee to start the run plus a per-lot fee. Errors and duplicates are never charged.

FAQ

Are VINs complete? Copart masks the last VIN characters for non-members; the scraper returns what Copart exposes publicly.

Can I filter by damage, year or location? Perform the search on copart.com with your filters, copy the URL and pass it via startUrls. Keyword-based filtering also works well ("2020 tesla rear end").

Is this affiliated with Copart? No. This is an independent tool for extracting publicly available data. Please respect Copart's terms of service.