Autotrader Scraper avatar

Autotrader Scraper

Pricing

from $1.00 / 1,000 car listings

Go to Apify Store
Autotrader Scraper

Autotrader Scraper

Collect Autotrader.com car listings by ZIP, search URL, or make and model filters. Export price, mileage, specs, dealer details, and listing URLs.

Pricing

from $1.00 / 1,000 car listings

Rating

0.0

(0)

Developer

Scraptivo

Scraptivo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Categories

Share

Autotrader Scraper collects car listings from Autotrader.com and turns them into structured data for inventory monitoring, price comparison, and dealership research. Provide a ZIP code, paste an Autotrader search URL, or set make and model filters, then export year, make, model, price, mileage, dealer, and listing URL to JSON, CSV, or Excel. Use it to compare used-car prices, watch local inventory, and schedule recurring collection. Pricing is $1.00 per 1,000 car listings.

What can you automate with Autotrader Scraper?

  • Build local inventory databases — Search a ZIP and radius, then export price, mileage, trim, and dealer on every row.
  • Compare asking prices — Filter by make, model, year, price, and mileage, then sort by price or newest listings.
  • Watch dealership stock — Re-run the same ZIP and make list on a schedule and keep the first row for each listingId or vin.
  • Reuse a browser search — Paste an Autotrader search URL; individual fields override matching URL parameters when both are set.
  • Schedule recurring collection — Run daily or weekly and push new listings into Sheets, a CRM, or an alert workflow.

Who is this scraper for?

TeamWorkflow
Used-car dealers and buyersCompare nearby asking prices, mileage, and deal indicators for target makes.
Market researchersTrack listing mix (new, used, certified) and days on site in a metro area.
Lead-generation teamsCollect dealer names and listing URLs for outreach or inventory feeds.
Pricing analystsPair Autotrader price with KBB fair-purchase amounts when Autotrader publishes them.

What data can you collect from Autotrader?

Data groupExample fieldsHow it helps
Vehicle identitylistingId, vin, title, year, make, model, trim, urlIdentify each listing and deduplicate across runs with listingId or vin.
Price and dealprice, kbbFppAmount, dealIndicator, daysOnSiteCompare asking price with Autotrader's published KBB range when present.
Specsmileage, engine, transmission, driveType, fuelType, bodyStyle, mpgCityFilter inventory by mechanical and body attributes.
DealerdealerName, dealerPhone, dealerCity, dealerState, distanceSee who is selling and how far the listing is from the search ZIP.
MediaimageUrl, listingTypePreview the listing and distinguish NEW / USED / CERTIFIED.

Autotrader returns at most about 330 listings per search query, regardless of maxItems or the site's total result count. Use narrower filters or multiple ZIP / make runs for more coverage. Some KBB and dealer fields are empty when Autotrader does not publish them.

How to use Autotrader Scraper

  1. Open the Autotrader Scraper on Apify.
  2. Enter a ZIP code such as 72076, or paste an Autotrader search URL from your browser.
  3. Optionally set makes, price, year, mileage, and Max items (0 means all listings this search can return, up to Autotrader's per-search cap).
  4. Run the Actor — it writes one dataset row per car listing.
  5. Export the dataset or connect it to your workflow.
{
"zip": "72076",
"searchRadius": 50,
"maxItems": 5,
"sortBy": "relevance",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example workflow

Compare used Toyota and BMW prices near a ZIP

  1. Schedule a weekly run with zip = "72076", searchRadius = 50, makeCodes = ["TOYOTA", "BMW"], listingTypes = ["USED"], and sortBy = "price_asc".
  2. Keep rows inside your price and mileage band using price and mileage.
  3. Use dealIndicator and kbbFppAmount when present to flag listings priced below the published KBB range.
  4. Send new records to Google Sheets or a CRM through a webhook after each run.
  5. Deduplicate user-side against listingId (or vin when you need vehicle-level uniqueness).

The Actor does not merge results across runs — those steps happen in your pipeline.

Automate and integrate your results

  • Schedules — Run daily for fast-moving used inventory, or weekly for a market snapshot. Create a separate scheduled task per ZIP and make list.
  • Webhooks — Push completed runs into Google Sheets, Make, Zapier, Slack, or a CRM.
  • Exports and API — Download JSON, CSV, Excel, or HTML from the Apify Console, or start a run from the API:
curl -X POST "https://api.apify.com/v2/acts/scraptivo~autotrader-scraper/runs?token=YOUR-APIFY-TOKEN" \
-H "Content-Type: application/json" \
-d '{
"zip": "72076",
"searchRadius": 50,
"makeCodes": ["TOYOTA", "BMW"],
"maxItems": 100
}'

Deduplicate user-side with listingId.

Input reference

FieldTypeRequiredDefaultWhat it controls
searchUrlstringNoAutotrader search URL. Query params merge with fields below; fields win on conflict.
allListingTypestringNoall-carsListing category path (all-cars).
zipstringNoZIP for location search. Required unless searchUrl already includes a zip.
citystringNoOptional city override. Usually resolved from ZIP.
statestringNoOptional state override, e.g. AR.
dmaCodestringNoOptional designated market area code.
searchRadiusintegerNo50Radius in miles (0–500).
makeCodesarrayNoMakes such as BMW, TOYOTA, FORD.
modelCodesarrayNoModels such as 3-Series, Camry.
minPrice / maxPriceintegerNoPrice band in USD.
maxMileageintegerNoMaximum mileage.
startYear / endYearintegerNoModel-year band (1980–2030).
listingTypesarrayNoNEW, USED, CERTIFIED, 3P_CERT.
sellerTypesarrayNod dealer, p private.
transmissionCodesarrayNoAUT, MAN.
driveGroupsarrayNoAWD4WD, FWD, RWD.
vehicleStyleCodesarrayNoCONVERT, COUPE, HATCH, SEDAN, SUVCROSS, TRUCKS, VANMV, WAGON.
engineCodesarrayNoCylinder codes such as 4CLDR, 6CLDR, 8CLDR.
fuelTypeGroupsarrayNoDSL, ELE, GSL, HYB, PIH.
doorCodesarrayNo2, 3, 4, 5.
exteriorColors / interiorColorsarrayNoColor names such as BLACK, WHITE.
mpgRangesarrayNo0, 10-MPG, 20-MPG, 30-MPG, 40-MPG.
featureCodesarrayNoFeature codes copied from an Autotrader search URL.
dealTypestringNoDeal filter such as greatprice.
dateRangestringNoListing age from a search URL, e.g. last-7-days.
vinstringNoFilter to one VIN.
listingIdstringNoFilter to one Autotrader listing ID.
newSearchbooleanNotrueStart a new Autotrader search session.
sortBystringNorelevancerelevance, price_desc, price_asc, newest, mileage_asc, year_desc, year_asc.
maxItemsintegerNo0Cap listings; 0 means all available from this search (still capped near 330).
proxyConfigurationobjectNoResidentialApify proxy settings.

Provide a searchUrl, a zip, or at least one makeCodes value.

Why does a run stop around 330 listings?

Autotrader returns at most about 330 listings per search query. Narrow the ZIP, radius, make, price, or year, or split the work across multiple runs.

Output example

{
"listingId": 782603846,
"vin": "5N1AZ2MG7JN124151",
"year": 2018,
"title": "Used 2018 Nissan Murano Platinum",
"make": "Nissan",
"makeCode": "NISSAN",
"model": "Murano",
"modelCode": "MURANO",
"trim": "Platinum",
"price": 18875,
"kbbFppAmount": 19470.0,
"dealIndicator": "Great",
"mileage": "69,189",
"engine": "6-Cylinder",
"transmission": "Automatic",
"driveType": "FWD",
"fuelType": "Gasoline",
"exteriorColor": "Pearl White",
"bodyStyle": "Sport Utility",
"daysOnSite": 13,
"dealerName": "McLarty Nissan of North Little Rock",
"dealerPhone": "5014877573",
"listingType": "USED",
"url": "https://www.autotrader.com/cars-for-sale/vehicle/782603846"
}

How much does it cost to scrape Autotrader?

Billing is pay-per-event. A one-time Actor Start fee of $0.00005 applies per run. Each car listing is one apify-default-dataset-item event at $1.00 per 1,000 listings.

A 100-listing test costs about $0.10 plus Actor Start. A 1,000-listing run costs about $1.00 plus Actor Start. Apify plan discounts may reduce these prices. Platform compute and proxy usage are billed separately on your Apify plan.

Reliability and responsible use

  • Proxy — Residential proxies are recommended and are the Console prefill.
  • Search cap — About 330 listings per search query is an Autotrader limit, not an Actor setting.
  • Conditional fields — KBB amounts, deal indicators, and some dealer fields are empty when Autotrader does not publish them.
  • Public data — The Actor collects publicly visible listing information from Autotrader.com.
  • Responsible use — Only use the data in ways that comply with Autotrader's terms of service and applicable law.

Frequently asked questions

Can I scrape Autotrader listings by ZIP and make?

Yes. Set zip and optional makeCodes, or paste a filtered Autotrader search URL in searchUrl. Individual fields override matching URL parameters when both are provided.

Can I schedule Autotrader Scraper to run automatically?

Yes. Open the Scheduler tab in Apify Console and set a daily or weekly cadence. Create separate schedules per ZIP and make list so each run stays under Autotrader's per-search cap.

What counts as one result?

One car listing written to the dataset is one billable result at $1.00 per 1,000 listings, plus Actor Start.

Why are some fields empty?

KBB fair-purchase amounts, deal indicators, and some dealer phone or city fields are omitted when Autotrader does not publish them on that listing.

How do I avoid duplicate records?

Within one run, listings are unique by listingId. Across runs the Actor appends results and does not merge them. When you combine datasets, keep the first row for each listingId (or vin for vehicle-level uniqueness).

Do I need a proxy?

Yes. Use Apify residential proxies. If a run returns unusually few listings or fails, confirm that proxyConfiguration uses the RESIDENTIAL group.

Can I collect more than 330 listings?

Not in a single search. Split the work by ZIP, radius, make, year, or price band and combine the datasets user-side.

Support and custom workflows

Need a different field, source, or delivery workflow? Contact Scraptivo at scraptivo@gmail.com. Include the Actor name, sample URL, required fields, and expected volume so we can assess the request.