Autolist Scraper - Used Car Listings & Prices
Pricing
from $5.00 / 1,000 results
Go to Apify Store
Autolist Scraper - Used Car Listings & Prices
Scrape used car listings from Autolist.com. Get prices, mileage, VIN, deal ratings, dealer info, drivetrain, and photos. Filter by make, model, city, and price range.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
lulz bot
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape used car listings from Autolist.com, one of the largest used car search engines in the US. Get detailed vehicle data including prices, mileage, VIN numbers, deal ratings, dealer information, and photos.
Features
- Rich vehicle data — year, make, model, trim, price, mileage, VIN, body type, drivetrain, transmission, fuel type, MPG, colors
- Deal ratings — Great Deal, Good Deal, Fair Deal, or Overpriced based on market analysis
- Market intelligence — expected price, price difference %, days on market, recent price drops
- Dealer info — dealer name, phone number, location, CarMax flag
- Multi-make scraping — scrape across 30 popular car makes in a single run
- Client-side filtering — filter by max price, min year, and max mileage
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
make | string | toyota | Car manufacturer (e.g. toyota, honda, ford, bmw) |
model | string | Specific model (e.g. camry, civic, f-150). Leave empty for all models | |
city | string | City for local search (e.g. denver, los-angeles) | |
state | string | Two-letter state code (e.g. co, ca, ny). Required with city | |
zipCode | string | 80202 | ZIP code for search area |
maxPrice | integer | Maximum listing price filter | |
minYear | integer | Minimum model year filter | |
maxMileage | integer | Maximum mileage filter | |
maxResults | integer | 100 | Max listings to return (up to 1000) |
multipleMakes | boolean | false | Scrape across 30 popular makes for maximum volume |
proxyConfiguration | object | Optional proxy settings |
Example Input
Specific make + model in a city
{"make": "toyota","model": "camry","city": "denver","state": "co","maxResults": 50}
All Honda models nationwide
{"make": "honda","zipCode": "90210","maxResults": 200}
Budget cars under $15,000
{"make": "toyota","maxPrice": 15000,"minYear": 2018,"maxResults": 100}
Maximum volume — all popular makes
{"multipleMakes": true,"make": "","zipCode": "80202","maxResults": 500}
Output Example
{"vin": "4T1BF1FK2GU582896","listingId": 446010693,"title": "2016 Toyota Camry Base","year": 2016,"make": "Toyota","model": "Camry","trim": "Base","price": 5900,"mileage": 291115,"condition": "used","bodyType": "sedan","drivetrain": "FWD","transmission": "automatic","fuelType": "gasoline","doorCount": 4,"combinedMpg": 28,"exteriorColor": "White","interiorColor": "Black","dealRating": "Great Deal","dealRatingCode": "GREAT_PRICE","expectedPrice": 8500,"priceDiffPercent": -31,"totalPriceChange": -500,"daysOnMarket": 14,"hasRecentPriceDrop": true,"justListed": false,"dealerName": "Denver Auto Sales","dealerPhone": "3035551234","city": "Denver","state": "CO","location": "Denver, CO","isCarmax": false,"imageUrl": "https://static.cargurus.com/images/...","imageCount": 12,"listingUrl": "https://www.autolist.com/toyota-camry#vin=4T1BF1FK2GU582896","scrapedAt": "2026-04-25T12:00:00.000Z"}
Use Cases
- Car buyers — find deals across makes and models, compare prices and deal ratings
- Dealers — monitor competitor pricing and inventory
- Market researchers — analyze used car market trends, pricing patterns, days-on-market metrics
- Price comparison tools — aggregate listings across locations
- Data analysts — build datasets for vehicle depreciation, market demand, and pricing models
Notes
- Each page returns ~20 listings via server-side rendering
- When scraping a single make without a model, the scraper also fetches popular models for that make to maximize results
- Deal ratings (Great/Good/Fair/Overpriced) are based on Autolist's Instant Market Value analysis
- VIN-based deduplication ensures no duplicate listings
- Rate limiting is built in to avoid overloading the site