IAAI + Copart Vehicle Auction Scraper avatar

IAAI + Copart Vehicle Auction Scraper

Pricing

from $2.00 / 1,000 vehicle results

Go to Apify Store
IAAI + Copart Vehicle Auction Scraper

IAAI + Copart Vehicle Auction Scraper

Scrape salvage vehicle listings from IAAI and Copart. Returns VIN, year/make/model, damage type, odometer, ACV, auction date, and 25+ more fields per vehicle. Supports keyword search and direct URL input. Export as JSON, CSV, or Excel.

Pricing

from $2.00 / 1,000 vehicle results

Rating

0.0

(0)

Developer

COSENT GROUP

COSENT GROUP

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

Scrape salvage vehicle listings from Insurance Auto Auctions (IAAI) and Copart — the two largest salvage auto auction platforms in the US. Returns 28–32 structured fields per vehicle including VIN, damage type, ACV, auction date, odometer, and more — ready for export as JSON, CSV, or Excel.


What data you get

FieldExample (IAAI)Example (Copart)
sourceIAAICopart
lotNumber / stockNumber4572871177830394
vehicleTitle2019 VOLKSWAGEN JETTA 1.4T R-LINE2018 KIA SORENTO LX
year / make / model / series2019 / VOLKSWAGEN / JETTA / 1.4T R-LINE2018 / KIA / SORENTO / LX
vin3VWC57BU1KM******5XYPG4A32JG******
titleDocClear / SalvageSALVAGE TITLE / CERT OF DESTRUCTION
primaryDamageFront EndREAR END
secondaryDamageUndercarriageSIDE
odometer116,955 mi82,180 mi
startCode / startCodeRun & DriveRUNS AND DRIVES
keysKey AvailableYES / NO
engine1.4L I-4 DI, DOHC, VVT, turbo, 147HP2.4L 4
transmissionAutomaticAUTOMATIC
drivelineTypeFront Wheel DriveFront-wheel Drive
fuelTypeGasolineGAS
cylinders4 Cyl4 Cyl
exteriorColorSilverGRAY
branchAvenel New JerseyFL - TAMPA SOUTH
acv810011125
highBid(IAAI prebid)0
auctionDate2026-07-27T08:30:00.000Z2026-07-28T00:00:00.000Z
saleStatusPrebid / Live / TimedPure Sale / Future Sale
imageUrlhttps://vis.iaai.com/resizer?...https://cs.copart.com/v1/...
detailUrlhttps://www.iaai.com/VehicleDetail/...https://www.copart.com/lot/...
scrapedAtISO 8601 timestampISO 8601 timestamp

How to use

You can scrape IAAI, Copart, or both in a single run. Mix and match inputs freely.

IAAI — paste a search URL from your browser

  1. Go to iaai.com/Search
  2. Apply your filters (make, model, damage, location, auction date, etc.)
  3. Copy the URL from your browser's address bar
  4. Paste it into IAAI Search URLs
{
"searchUrls": [
"https://www.iaai.com/Search#vehicleSearch/ALL_LOTS/Makes=Toyota/",
"https://www.iaai.com/Search#vehicleSearch/ALL_LOTS/Makes=Ford/Models=F-150/"
],
"maxItems": 100
}

Copart — paste a search URL from your browser

  1. Go to copart.com and run a search
  2. Copy the URL from your browser's address bar
  3. Paste it into Copart Search URLs
{
"copartSearchUrls": [
"https://www.copart.com/lotSearchResults/?free=true&query=toyota+camry"
],
"maxItems": 100
}

Keyword searches (both platforms)

Supply plain-text keywords and the actor builds the search URL for you.

{
"keywords": ["honda civic", "bmw 3 series"],
"copartKeywords": ["ford f-150", "ram 1500"],
"maxItems": 200
}

Scrape both platforms at once

{
"searchUrls": ["https://www.iaai.com/Search#vehicleSearch/ALL_LOTS/Makes=Tesla/"],
"copartKeywords": ["tesla"],
"maxItems": 0
}

Set maxItems to 0 to scrape all matching results with no cap.


Input schema

ParameterTypeDescription
searchUrlsstring[]IAAI search page URLs
keywordsstring[]Keywords to search on IAAI
copartSearchUrlsstring[]Copart search page URLs
copartKeywordsstring[]Keywords to search on Copart
maxItemsintegerMax vehicles total across all sources. 0 = unlimited
proxyConfigurationobjectProxy settings (residential recommended)

Tips

  • Use residential proxies — IAAI blocks datacenter IPs. The default input already selects Apify residential proxies. Copart's API is more permissive but residential proxies still improve reliability.
  • Narrow your search — IAAI and Copart together can return 500,000+ results. Apply make/model/year/damage/location filters before copying your URL.
  • ACV is the key field — The Actual Cash Value is the insurer's pre-loss estimate. Comparing acv to highBid is the core deal-scouting workflow.
  • saleStatus: Prebid (IAAI) means the vehicle hasn't sold yet — best time to act.
  • highBid: 0 (Copart) means no bids have been placed yet.

Pricing

This actor uses pay-per-result pricing — you are charged per vehicle record returned, not by compute time. Typical runs cost a fraction of a cent per vehicle.


Changelog

v1.0 — IAAI scraper: 32 fields per vehicle, full pagination, residential proxy support v1.1 — Copart scraper added: API-based, 28 fields per vehicle, 100 lots per page, no browser needed