AutoTempest Car Listings Scraper avatar

AutoTempest Car Listings Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
AutoTempest Car Listings Scraper

AutoTempest Car Listings Scraper

Scrape aggregated used-car listings from AutoTempest.com - a multi-site search engine spanning Cars.com, Carvana, eBay Motors, TrueCar, AutoByTel, and dealer networks. Filter by make, model, year, price, location, body style, drivetrain, fuel type, and more.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

5 days ago

Last modified

Share

Scrape used-car listings aggregated by AutoTempest.com — a search engine that pulls inventory from Cars.com, Carvana, eBay Motors, TrueCar, AutoWeb, CarGurus, Cars & Bids, Hemmings, PrivateAuto, and regional dealer networks into one results page. Filter by make, model, year, price, ZIP/radius, body style, drivetrain, fuel type, title status, doors, cylinders, and color. No login, no API key, no cookies required.

What this actor does

  • Searches AutoTempest's aggregated used-car inventory with the same filters available on the website
  • Returns each individual listing with price, mileage, year/make/model/trim, location, posted date, source site, and a direct outbound link
  • Automatically retries with a free datacenter proxy if the first attempt is blocked or empty
  • Omits any field it cannot populate — no placeholder or fabricated values

Output per listing

  • listingId, sitecode — AutoTempest's internal listing/source identifiers
  • title — full listing title as posted (e.g. 2023 Toyota Camry SE)
  • year, make, model, trim — parsed from the title
  • price (USD), mileage (miles)
  • sourceSite — human-readable source (Cars.com, Carvana, eBay Motors, TrueCar, AutoWeb, CarGurus, Cars & Bids, Hemmings, PrivateAuto, dealer network name, etc.)
  • city, distanceMiles — listing location relative to your search ZIP (when the source publishes a physical location; nationwide-shipping sources like Carvana may omit distance)
  • dealerName — when the seller is a dealership
  • postedDate — AutoTempest's own relative/absolute date text (Today, Jun 10th, etc.)
  • description — snippet of the listing's ad copy
  • thumbnailUrl — listing photo
  • listingUrl — outbound link to the source site or AutoTempest's own redirect page
  • searchZip, searchRadius — the search parameters that produced this record
  • recordType: "carListing", scrapedAt

Note on listingUrl: most listings link directly to the source marketplace (cars.com, carvana.com, ebay.com, ...). A minority (AutoByTel/dealer-network listings) route through AutoTempest's own /details/... redirect page, which then forwards to the dealer. Both are valid, resolvable URLs.

Input

FieldTypeDefaultDescription
makeselecttoyotaVehicle manufacturer (64 makes) or blank for any
makeCustomstringFree-text make override
modelstringFree-text model (e.g. camry, f-150)
zipstring100015-digit US ZIP to search around
radiusselect5025/50/100/300/500/1000 miles, state, country, or any
minYear / maxYearintegerModel year range (1980-2027)
minPrice / maxPriceintegerPrice range (USD)
minMileage / maxMileageintegerMileage range (miles)
postedWithinDaysselectOnly listings posted in the last 1/3/7/10 days, or any age
keywordsstringFree-text keyword search against listing title/description (e.g. hybrid, one owner)
sortselectbest_matchBest match, newest/oldest posted, nearest, year, price, mileage
bodyStylesarrayConvertible, coupe, hatchback, minivan, sedan, SUV, truck, van, wagon
driveTypesarray4WD, AWD, FWD, RWD
fuelTypesarrayDiesel, electric, flex, gas, hybrid, hydrogen, natural gas
titleStatusarrayClean, branded, salvage, rebuilt, lemon
cylindersarray2-12, or not specified
doorsarray2-3 doors, 4+ doors, or not specified
exteriorColors / interiorColorsarrayStandard color palette
maxItemsinteger50Hard cap on emitted records (1-300)
proxyConfigurationobjectAUTO groupOnly used as a fallback if the direct render is blocked

Example: Toyota Camry near NYC, $10k-$30k, 2018-2023

{
"make": "toyota",
"model": "camry",
"zip": "10001",
"radius": "50",
"minYear": 2018,
"maxYear": 2023,
"minPrice": 10000,
"maxPrice": 30000,
"sort": "price_asc",
"maxItems": 50
}

Example: Any AWD SUVs, hybrid or electric, clean title only

{
"zip": "90210",
"radius": "100",
"bodyStyles": ["suv"],
"driveTypes": ["awd"],
"fuelTypes": ["hybrid", "electric"],
"titleStatus": ["clean"],
"maxItems": 100
}

Use cases

  • Car shopping — compare listings across Cars.com, Carvana, eBay Motors, and dealer networks in one export
  • Market research — track pricing and mileage distributions for a make/model in a region
  • Dealer intelligence — monitor competing inventory near a specific ZIP code
  • Price-drop alerts — run on a schedule and diff against previous results

FAQ

How many listings can I get per search? AutoTempest renders a finite set of cards per page load (no infinite scroll/pagination on the base results page). Broad searches (popular make, no filters, 50mi radius) typically render 100-250 combined listings across all embedded sources; narrow searches return fewer. The actor delivers every listing it can render up to your maxItems cap — this is a genuine upstream ceiling, not an actor limitation.

Which sources are included? AutoTempest embeds listing data directly for Cars.com, Carvana, eBay Motors, TrueCar, CarGurus, AutoWeb, Cars & Bids, Hemmings, PrivateAuto, and several regional dealer networks. AutoTrader.com, Facebook Marketplace, and Craigslist appear on the AutoTempest website as "compare on this site" outbound links only (no listing data is embedded for them), so they are not included in the dataset.

Do I need a proxy or login? No. The actor renders the public search page directly. A free Apify datacenter proxy is used automatically only if a request gets blocked.

Why do some listings lack distanceMiles or dealerName? Nationwide-shipping sources (e.g. Carvana) don't always publish a fixed dealer location, so no distance-from-ZIP is available. Private-seller listings have no dealerName.

Can I search without a ZIP code? Yes — set radius to any and leave the location-specific filtering to your make/model/price criteria; AutoTempest will still default to a broad regional view.