IAA Scraper - Salvage Vehicle Auctions avatar

IAA Scraper - Salvage Vehicle Auctions

Pricing

from $5.00 / 1,000 results

Go to Apify Store
IAA Scraper - Salvage Vehicle Auctions

IAA Scraper - Salvage Vehicle Auctions

Scrape salvage vehicle auction listings from IAA (iaai.com). Extract VIN, year, make, model, damage type, odometer, engine, transmission, sale date, location, keys status, images, and more. Perfect for auto parts dealers, rebuilders, and vehicle research.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Categories

Share

Scrape salvage and insurance vehicle auction listings from IAA (iaai.com), one of the largest salvage vehicle auction marketplaces in North America (a Ritchie Bros company).

What data does it extract?

For each vehicle listing, the scraper extracts:

FieldDescription
titleFull vehicle title (e.g., "2011 TOYOTA PRIUS TWO")
yearModel year
makeVehicle make (e.g., Toyota, Ford)
modelVehicle model (e.g., Prius, F-150)
seriesVehicle series/trim (e.g., TWO, XLE)
vinVIN number (partially masked for non-authenticated users)
stockNumberIAA stock number
salvageIdIAA salvage ID
primaryDamagePrimary damage description
secondaryDamageSecondary damage description
titleDocTitle/sale document status
startCodeEngine start code (Run & Drive, Starts, Stationary)
keysKey availability (Present, Missing)
odometerOdometer reading with status
airbagsAirbag deployment status
vehicleTypeVehicle type (Automobile, Truck, etc.)
bodyStyleBody style (Sedan, SUV, Hatchback, etc.)
engineEngine description
transmissionTransmission type
driveLineTypeDrive type (FWD, RWD, AWD, 4WD)
fuelTypeFuel type
cylindersNumber of cylinders
exteriorColorExterior color
interiorColorInterior color
optionsVehicle options
manufacturedInCountry of manufacture
vehicleClassVehicle classification
locationSelling branch location
vehicleLocationPhysical vehicle location
saleDateAuction date and time
laneRunLane and run number
sellerSeller name
buyNowPriceBuy Now price (if available)
imageUrlPrimary image URL
imagesArray of all image URLs
urlDirect link to the vehicle detail page
scrapedAtTimestamp of when the data was scraped

Input parameters

ParameterTypeDefaultDescription
keywordstring"toyota"Search keyword for vehicles
vehicleTypestring""Vehicle type filter (Cars, SUVs, Trucks, etc.)
maxResultsinteger100Maximum listings to scrape (max 1000)
scrapeDetailsbooleantrueScrape full detail pages for complete specs
proxyConfigurationobject{}Proxy settings

Vehicle type options

  • All Types (default)
  • Cars
  • SUVs
  • Pickup Trucks
  • Motorcycles
  • Heavy Trucks
  • Electric Vehicles
  • Buses
  • RVs
  • Trailers
  • Rental Vehicles

Example output

{
"title": "2011 TOYOTA PRIUS TWO",
"year": 2011,
"make": "TOYOTA",
"model": "PRIUS",
"series": "TWO",
"vin": "JTDKN3DU2B0****** (OK)",
"stockNumber": "44964456",
"salvageId": "45461877~US",
"primaryDamage": "Normal Wear & Tear",
"secondaryDamage": "Front End",
"titleDoc": "CLEAR (Florida)",
"startCode": "Stationary",
"keys": "Present",
"odometer": "117,821 mi (Actual)",
"airbags": "Deployed",
"vehicleType": "Automobile",
"bodyStyle": "HATCHBACK",
"engine": "1.8L I-4 DOHC, VVT, 98HP",
"transmission": "Automatic Transmission",
"driveLineType": "Front Wheel Drive",
"fuelType": "Other",
"cylinders": "4 Cylinders",
"exteriorColor": "Gold",
"interiorColor": "Unknown",
"location": "Clearwater (FL)",
"saleDate": "Apr 27, 2026",
"imageUrl": "https://vis.iaai.com/resizer?imageKeys=...",
"url": "https://www.iaai.com/VehicleDetail/45461877~US",
"scrapedAt": "2026-04-25T07:00:00.000Z"
}

Use cases

  • Auto parts dealers: Find specific vehicle parts and inventory
  • Vehicle rebuilders: Locate repairable vehicles for rebuilding
  • Price research: Track salvage vehicle pricing trends
  • Insurance research: Analyze damage patterns and total loss trends
  • Export buyers: Find vehicles for international resale
  • Data analysis: Build datasets for automotive market research

How it works

  1. Searches IAA by keyword and optional vehicle type filter
  2. Extracts vehicle IDs from the server-rendered search results
  3. Scrapes individual vehicle detail pages for comprehensive specs
  4. Handles pagination automatically for large result sets

Cost estimation

With the default 100 results at ~$0.005 per result via Pay-Per-Event pricing:

  • 100 results = ~$0.50
  • 500 results = ~$2.50
  • 1,000 results = ~$5.00

Notes

  • VIN numbers are partially masked by IAA for non-authenticated users
  • Sale dates and availability change frequently as auctions complete
  • Image URLs are served from IAA's CDN and may expire over time
  • The scraper respects IAA's server with rate limiting between requests