TrueCar Vehicle Scraper avatar

TrueCar Vehicle Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
TrueCar Vehicle Scraper

TrueCar Vehicle Scraper

Scrapes new and used vehicle listings from TrueCar, returning VIN, vehicle details, price, mileage, specs, history, dealer information, and the full raw listing data.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrapes used and new vehicle listings from TrueCar search results (https://www.truecar.com/used-cars-for-sale/listings/…). For every listing it returns VIN, year/make/model/trim, list price and price-quality rating, mileage, drivetrain and fuel-economy specs, accident/owner history, and the selling dealer with city/state — plus the complete original listing object in raw.

Input

FieldDefaultDescription
conditionusedused or new marketplace.
make_model""TrueCar slugs, e.g. toyota/camry, ford/f-150. Empty = all makes.
location""City-state slug for the location- URL segment, e.g. austin-tx.
search_radius75Radius in miles (10–500); only used when location is set.
sortbest_matchbest_match, price_asc, price_desc, mileage_asc, year_desc, newest.
limit30Max listings (1–1000; 30 per page).

Output

{
"vin": "1FTEW1C41KFA19889",
"listing_url": "https://www.truecar.com/used-cars-for-sale/listing/1FTEW1C41KFA19889/",
"year": 2019,
"make": "Ford",
"model": "F-150",
"trim": "King Ranch",
"style_name": "King Ranch SuperCrew 5.5' Box 2WD",
"condition": "USED",
"list_price": 22017,
"price_quality": "EXCELLENT",
"mileage": 132204,
"body_style": "TRUCK",
"engine": "3.5L V-6 Gas Turbocharged",
"transmission": "Automatic",
"fuel_type": "Gas",
"drive_type": "REAR_WHEEL_DRIVE",
"mpg_city": 17,
"mpg_highway": 23,
"exterior_color": "Black",
"accident_count": 0,
"owner_count": 3,
"is_clean_title": true,
"dealer_city": "Austin",
"dealer_state": "TX",
"distance_miles": 1.97,
"raw": { "...full TrueCar listing node...": "" }
}

Data source

Public TrueCar search pages; no API key or login. TrueCar reports at most 10,000 matches per search and renders 30 listings per page, so narrow the search with make_model/location for deep coverage. The actor sleeps ~0.8 s between pages.

TrueCar is protected by PerimeterX; if every impersonation profile is rejected the run fails with the last HTTP status. Inventory and prices change constantly — treat results as a point-in-time snapshot, and respect TrueCar's Terms of Use.