docs / cars-com

Cars.com

US car listings with prices, specs and dealers.

base /cars-com/v14 endpoints
post/cars-com/v1/listing_detail1 credit

Full vehicle (VIN, spec, engine/transmission/mpg, stock#, history flags [recall/accidents/owner/title], dealer, features, seller_notes, photos)

ParameterAllowed / rangeDescription
idoptionalCars.com listing id (from a search listing or a /vehicledetail/<id> URL). Provide id OR url.
urloptionalFull vehicle-detail URL (alternative to id; id parsed from /vehicledetail/<id>).
Try in playground →
post/cars-com/v1/dealer1 credit

Dealer profile by cars.com dealer id/URL: name, star rating, review count, phone, address, hours, recent customer reviews + a sample of the dealer's featured inventory

ParameterAllowed / rangeDescription
idoptionalCars.com dealer id (the number in a /dealers/<id>/ URL). Provide id OR url.
urloptionalFull dealer-page URL (alternative to id; id parsed from /dealers/<id>/).
Try in playground →
post/cars-com/v1/reviews1 credit

Vehicle research/reviews by make+model (+year): consumer star rating & count, the cars.com expert review take, combined MPG, seating, body style, drivetrain, and starting price

ParameterAllowed / rangeDescription
makeoptionalVehicle make (e.g. 'Honda'). Accepts a single value or a list.
modeloptionalVehicle model (e.g. 'Accord'). Use with make; a single value or list.
yearoptional1990–2100Model year — yields the RICHEST data (consumer rating + expert review + MPG/specs). Omit for the model overview.
Try in playground →