IAAI Vehicles Scraper πŸš— avatar

IAAI Vehicles Scraper πŸš—

Pricing

from $1.00 / 1,000 results

Go to Apify Store
IAAI Vehicles Scraper πŸš—

IAAI Vehicles Scraper πŸš—

Extract vehicle auction data from IAAI with detailed specifications, pricing, and lot information. Automate data collection for market analysis, inventory tracking, and competitive pricing research on salvage and used vehicles.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(5)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

4

Bookmarked

49

Total users

10

Monthly active users

8 days ago

Last modified

Share

What does IAAI Vehicles Scraper do?

IAAI Vehicles Scraper collects structured vehicle auction listings from IAAI search results. Enter a vehicle keyword and optional ZIP code, or paste an IAAI search URL with filters already applied, then export vehicle, condition, damage, location, sale, and lot data for analysis.

This IAAI scraper is useful for dealerships, exporters, salvage buyers, vehicle-market analysts, and teams building auction inventory datasets. It turns public IAAI search results into records you can review in Apify, download as JSON, CSV, Excel, or XML, or send to another workflow.

Why use IAAI Vehicles Scraper?

  • Auction inventory research - Compare available vehicles by make, model, year, branch, condition, and damage type without manually copying listings.
  • Vehicle sourcing - Find IAAI lots that match a vehicle type or local market, then work from direct lot URLs and identifying details.
  • Market and pricing analysis - Analyze actual cash value, sale timing, inventory status, and regional supply across a set of matching vehicles.
  • Condition and repair planning - Organize primary and secondary damage, odometer readings, title information, start codes, and vehicle specifications.
  • Automation-ready data - Run on demand, schedule recurring collection, connect a webhook, or access the resulting dataset through the Apify API.

What data can you extract from IAAI?

Each dataset item represents one IAAI vehicle listing. Fields can be empty when IAAI does not publish the corresponding value for a lot.

FieldDescription
inventoryIdIAAI inventory or lot identifier
lotUrlDirect URL for the vehicle lot
vehicleTitleFull vehicle title as shown in IAAI results
year, make, model, seriesParsed vehicle identification details
vinVehicle Identification Number when available
stockNumberIAAI stock number
primaryDamage, secondaryDamageReported vehicle damage
odometer, odometerMilesDisplayed odometer reading and numeric mileage when available
titleSaleDocTitle or sale-document information
startCode, airbags, keyStatusCondition indicators supplied by IAAI
engine, fuelType, transmission, driveLineType, bodyStyleVehicle specification details
exteriorColor, interiorColorReported vehicle colors
branchName, branchUrl, market, regionAuction branch and market details
seller, sellerTypeSeller information when provided
saleDate, auctionDate, auctionDateTimeSale and auction timing information
acv, acvAmount, currencyActual cash value details when available
inventoryStatus, preBidAvailable, buyNowAvailableListing and bidding-status information
imageUrlMain vehicle image URL when available

How to scrape IAAI vehicle data

  1. Open IAAI Vehicles Scraper in Apify Console.
  2. Enter a keyword such as honda civic, and optionally add a ZIP code in location.
  3. Alternatively, paste a public, working IAAI search-results URL into url to preserve the filters selected on IAAI.
  4. Set resultsWanted and maxPages for the amount of inventory you need.
  5. Run the Actor, inspect the dataset, then export it or connect it to your workflow.

When url is supplied, its IAAI search criteria are used. Use a keyword and location when you want the Actor to start a new vehicle search.

Input Parameters

ParameterTypeRequiredDefaultDescription
urlStringNo-A public IAAI search URL, including a filtered search URL. Its search criteria take precedence when provided.
keywordStringNohonda civicVehicle search text, for example f150, tesla model 3, or toyota camry.
locationStringNo10001ZIP code used to focus a keyword search around a location.
resultsWantedIntegerNo20Maximum number of vehicle records to save. Minimum: 1.
maxPagesIntegerNo3Maximum number of IAAI search-result pages to process. Minimum: 1.
proxyConfigurationObjectNo{"useApifyProxy": false}Optional Apify Proxy configuration.

Usage Examples

Collect the first 20 IAAI listings matching a vehicle model.

{
"keyword": "toyota camry",
"resultsWanted": 20
}

Collect Ford F-150 inventory near a ZIP code and allow up to five result pages.

{
"keyword": "ford f-150",
"location": "90210",
"resultsWanted": 50,
"maxPages": 5
}

Filtered IAAI search URL

Use a complete IAAI search URL when you have already selected filters on the IAAI website.

{
"url": "https://www.iaai.com/Search?url=YOUR_IAAI_SEARCH_TOKEN",
"resultsWanted": 100,
"maxPages": 3
}

Output Data

The default dataset contains one object per vehicle. It includes the following principal fields, with additional listing details when they are present on IAAI.

FieldTypeDescription
inventoryIdStringUnique IAAI inventory identifier
lotUrlStringDirect vehicle-lot URL
vehicleTitleStringVehicle title
yearIntegerModel year when it can be identified
makeStringVehicle manufacturer
modelStringVehicle model
vinStringVIN when published
primaryDamageStringPrimary damage description
secondaryDamageStringSecondary damage description
odometerStringOdometer value as listed
branchNameStringIAAI auction branch
saleDateStringSale-date label shown for the lot
acvStringActual cash value as listed
auctionDateTimeStringAuction date and time when provided
imageUrlStringVehicle image URL when available

Sample Output

{
"inventoryId": "38924512",
"lotUrl": "https://www.iaai.com/vehicledetails/38924512",
"vehicleTitle": "2021 HONDA CIVIC SEDAN",
"year": 2021,
"make": "HONDA",
"model": "CIVIC",
"series": "SEDAN",
"stockNumber": "39824512",
"primaryDamage": "FRONT END",
"odometer": "12,450 mi (ACTUAL)",
"odometerMiles": 12450,
"vin": "1HGCV1F34MA000000",
"branchName": "Los Angeles",
"saleDate": "May 15, 2026",
"acv": "$18,500 USD",
"auctionDateTime": "2026-05-15T09:00:00",
"inventoryStatus": "Available"
}

Tips for Best Results

  • Use precise keywords - A make and model such as Jeep Wrangler usually produces a more focused dataset than a broad keyword such as Jeep.
  • Add a ZIP code for local sourcing - Use location when branch proximity matters for transport planning or regional inventory analysis.
  • Preserve complex search filters with a URL - Apply filters on IAAI, copy the resulting public search URL, and provide it in url.
  • Start with a small run - Test your keyword or URL with a modest resultsWanted value before collecting a larger dataset.
  • Plan for source-data gaps - VINs, damage details, pricing, images, and sale information depend on what IAAI provides for each vehicle.
  • Schedule recurring checks - Schedule repeat runs when you need to monitor matching inventory or auction activity over time. Public pages can change, so report unexpected changes through the Actor's Issues tab.

Integrations and exports

  • Google Sheets - Export auction inventory for sorting, filtering, and analysis.
  • CSV and Excel - Download vehicle records for dealer, purchasing, or reporting workflows.
  • JSON and XML - Use structured output in applications, data pipelines, or internal databases.
  • Webhooks - Notify downstream systems after a run completes.
  • Make or Zapier - Send IAAI vehicle data to no-code workflows.
  • Apify API - Retrieve datasets programmatically and incorporate listings into your own tools.

Frequently Asked Questions

Can I export IAAI vehicle data to CSV or Excel?

Yes. Download the run dataset in CSV, Excel, JSON, XML, and other formats supported by Apify.

Can I use a URL with IAAI filters already selected?

Yes. Paste the complete public IAAI search-results URL in url. This is the best option when your search depends on filters already applied on IAAI.

Can I search IAAI by vehicle make or model?

Yes. Set keyword to a vehicle description such as tesla model 3, honda civic, or f150. Add location to focus the keyword search around a ZIP code.

Why are some vehicle fields missing?

Some fields are missing because the corresponding IAAI listing does not publish them. The Actor saves the data that is available for each vehicle.

Can I run IAAI Vehicles Scraper on a schedule?

Yes. Use Apify scheduling to refresh an inventory dataset at the interval that fits your monitoring needs.

Collecting public data may be permitted, but you are responsible for complying with applicable laws, IAAI terms, privacy obligations, and any limits that apply to your use case.

Support

For issues, feature requests, or custom data requirements, use the Issues tab on the Actor page or contact the developer through Apify.

IAAI Vehicles Scraper is intended for legitimate collection of publicly available IAAI vehicle listing data for research, sourcing, and inventory workflows. Users are responsible for respecting applicable laws, IAAI terms, privacy requirements, and appropriate request limits.