Cars.com Vehicle Scraper
Pricing
from $10.00 / 1,000 results
Cars.com Vehicle Scraper
Scrape used, new, and certified pre-owned vehicle listings from Cars.com for data on price, mileage, dealer info, and vehicle specs. It features TLS impersonation to bypass anti-bot protection and supports Apify Proxy for efficient scraping and IP rotation.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Cars.com Vehicle Scraper — Apify Actor
Scrapes used, new, and certified pre-owned vehicle listings from Cars.com, with TLS impersonation to bypass fingerprint-based blocking and Apify Proxy support for IP rotation.
Input
| Field | Type | Default | Notes |
|---|---|---|---|
make | string | honda | Cars.com make slug |
model | string | civic | Cars.com model slug; combined as make-model |
zipCode | string | 29405 | 5-digit US ZIP |
radius | integer | 50 | Miles from ZIP (0–500) |
stockType | enum | used | used / new / cpo |
minPrice | int? | — | Lower price bound |
maxPrice | int? | — | Upper price bound |
minYear / maxYear | int? | — | Model-year range |
maxMileage | int? | — | Odometer cap |
maxPages | integer | 5 | Stop after N pages |
pageSize | enum | 20 | 20 / 50 / 100 |
fetchDetails | bool | false | Visit each VDP for full info (slower) |
requestDelay | float | 2.0 | Seconds between requests |
impersonate | string | chrome120 | curl_cffi TLS profile |
proxyConfiguration | object | Apify Proxy | Use Residential group — datacenter IPs blocked |
Example input
{"make": "honda","model": "civic","zipCode": "29405","radius": 25,"stockType": "used","minYear": 2019,"maxYear": 2024,"maxMileage": 80000,"maxPages": 3,"fetchDetails": false,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Output
Each dataset item is a VehicleListing (see src/scraper.py):
{"listing_id": "807123456","title": "2021 Honda Civic LX","year": 2021,"make": "Honda","model": "Civic","trim": "LX","price": 21995,"original_price": 23495,"price_drop": 1500,"mileage": 42103,"monthly_payment": 389,"dealer_name": "Hendrick Honda","dealer_rating": 4.6,"distance_miles": 8.4,"badges": ["Great Deal"],"url": "https://www.cars.com/vehicledetail/...","image_url": "https://platform.cstatic-images.com/...","vin": "2HGFC2F69MH...","body_style": "Sedan","fuel_type": "Gasoline","scraped_at": "2026-05-23T12:34:56+00:00"}
When fetchDetails: true, items also include features, description, and
photos (up to 20).