carmax_vehicle_recommendations
Retrieve CarMax similar-vehicle recommendations for a listing. Provide a stock number and store ID to get comparable vehicles with price, mileage, and location.
Instructions
Get CarMax "similar vehicles" recommendations for a listing. Returns CarMax's own similar-vehicle recommendations for a listing: stock number, description, display mileage/price, store location, and image, for vehicles CarMax considers comparable. An empty list is a normal result, not an error. Credential-free public data sourced from CarMax's own mobile-app API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | CarMax store id used as the recommendation's location context. See any search/vehicle/store response's store id field | |
| stock_number | Yes | CarMax stock number to find similar vehicles for, the numeric path segment of a /car/{stock_number} URL |