carmax.com API: search_cars
carmax.com via Parse · automotive
Search for used cars on CarMax with filters and pagination. The uri parameter filters by make, model, or body type (e.g. /cars/toyota, /cars/suv). Returns vehicle listings sorted by the chosen order. Paginated via skip/take offsets. Search used car inventory, retrieve vehicle details with specs and reviews, and find CarMax store locations on CarMax.com. Fulfilled by Parse from carmax.com.
- automotive
- carmax-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ac3c0c60-727b-4ee5-bf80-9bab762f7082/search_cars
- Interface artifact
- sha256:973355da5abf957bc16f95204c3e2568b76382cc3f258d38bb7b532c26f0cc8a
- Manifest digest
- sha256:fa68ed5ad515e119c78015331a4f78c1f1529fb8a065a3fc3e253acb8640afb6
Request fields
- uri (string): Filter path for cars. Examples: /cars (all), /cars/toyota, /cars/toyota/camry, /cars/suv, /cars/sedan.
- skip (integer): Number of results to skip for pagination.
- sort (string): Sort order for results.: Allowed values: year-desc, bestmatch, price-asc, price-desc, mileage-asc, distance-asc
- take (integer): Number of results to return per page (max 100).
- zip_code (string): 5-digit US ZIP code for location-based results and shipping estimates.
Example queries
- {"uri":"/cars","skip":"0","sort":"year-desc","take":"3","zip_code":"90001"}