IAAI Salvage Vehicle Auction Scraper avatar

IAAI Salvage Vehicle Auction Scraper

Pricing

from $1.60 / 1,000 record scrapeds

Go to Apify Store
IAAI Salvage Vehicle Auction Scraper

IAAI Salvage Vehicle Auction Scraper

Extract live salvage-vehicle auction listings from IAAI's public search. Search by keyword or filter by state. Returns stock number, partial VIN, year/make/model, damage type, odometer, title type, run-and-drive status, sale date, branch location, and more.

Pricing

from $1.60 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape live salvage-vehicle auction listings from IAAI. Returns stock number, partial VIN, year/make/model, damage type, odometer, title type, run-and-drive status, sale date, and branch location for IAAI's live inventory — filter by keyword or by US state/Canadian province.


IAAI Scraper Features

  • Extracts live salvage-auction inventory from IAAI's search
  • Filter by keyword (make, model, or free text) or by state/province
  • Returns 14 structured fields per vehicle, including damage type, odometer, and run-and-drive status
  • Handles pagination automatically up to your maxItems cap
  • Deduplicates overlapping records across multiple state filters in the same run

Who Uses IAAI Salvage Data?

  • Dealers and rebuilders — source damaged inventory by make, model, or region before auction day
  • Parts resellers — track incoming salvage lots to plan part-out purchases
  • Insurers and appraisers — benchmark actual cash value against comparable salvage listings
  • Data teams — feed structured auction inventory into pricing or demand models
  • Exporters — filter by branch location to plan regional pickup logistics

How IAAI Scraper Works

  1. Pick a keyword, a list of states, or leave both blank to browse all live inventory.
  2. The scraper walks IAAI's search results page by page until it hits your maxItems cap.
  3. Each listing is parsed into a clean record — VIN, damage, odometer, title type, and more.
  4. Records are deduplicated by stock number, so overlapping state filters never produce duplicate rows.

Input

{
"searchQuery": "tesla",
"states": ["Texas", "California"],
"maxItems": 50
}
FieldTypeDefaultDescription
searchQuerystringKeyword to search for (e.g. "tesla", "f-150", "civic")
statesarrayLimit results to these states/provinces. Leave empty to browse all live inventory
maxItemsinteger20Maximum number of vehicle records to extract

Leave searchQuery and states both empty to browse IAAI's full live inventory, newest auction date first.


IAAI Scraper Output Fields

{
"stock_number": "45784666",
"lot_url": "https://www.iaai.com/VehicleDetail/46283490~US",
"vin": "1GCZGHFP4P1******",
"year": 2023,
"make": "CHEVROLET",
"model": "EXPRESS CARGO RWD 3500 EXTENDED WHEELBASE WT",
"damage_type": "Right Side",
"secondary_damage": null,
"odometer": 109492,
"acv": 0,
"sale_date": "2026-08-04",
"branch_location": "Albany (New York)",
"title_type": "Salvage",
"run_drive_status": "Run & Drive"
}
FieldTypeDescription
stock_numberstringIAAI stock number (public identifier)
lot_urlstringFull URL to the lot detail page on iaai.com
vinstringVehicle Identification Number (first 11 characters; remainder masked by the source for non-members)
yearintegerVehicle model year
makestringVehicle make (manufacturer)
modelstringVehicle model
damage_typestringPrimary damage type
secondary_damagestringSecondary damage type, if any
odometerintegerOdometer reading in miles
acvnumberActual cash value in USD, if published
sale_datestringScheduled auction/sale date (ISO 8601 date)
branch_locationstringIAAI branch name and state
title_typestringTitle/sale document type (e.g. Salvage, Clear, Certificate of Destruction)
run_drive_statusstringRun-and-drive status badge, if shown (e.g. "Run & Drive", "Starts")

A note on VIN and bid amounts. IAAI masks the last six characters of the VIN and hides live/current bid amounts for visitors without a buyer account, so those two data points aren't published on the listing pages this actor reads — this actor doesn't fabricate them. Everything else — damage, odometer, title type, sale date, and branch — comes straight from the listing.


FAQ

How do I scrape IAAI salvage listings?

Run IAAI Salvage Vehicle Auction Scraper with an optional searchQuery or states filter and a maxItems cap. Leave both filters blank to pull from IAAI's full live inventory.

Can I filter by state?

Yes. Pass one or more values in states (e.g. ["Texas", "Florida"]) and the scraper collects matching listings from each state in the same run, deduplicated by stock number.

What data can I get from IAAI?

Stock number, partial VIN, year/make/model, primary and secondary damage, odometer, title type, run-and-drive status, sale date, actual cash value, and branch location. Live/current bid amounts and the full VIN require an IAAI buyer account and aren't part of this dataset.

How much does IAAI Salvage Vehicle Auction Scraper cost to run?

Pricing is pay-per-event on the Apify platform — check the actor's pricing tab on Apify for the current per-record rate.


Need More Features?

Need custom fields, filters, or a different target site? File an issue or get in touch.

Why Use IAAI Scraper?

  • Structured, ready-to-use output — 14 consistent fields per vehicle instead of raw HTML you have to clean up yourself
  • Multi-state in one run — combine several states into a single request instead of running the actor over and over
  • Deduplicated results — overlapping filters never produce duplicate rows in your dataset