search_inventory
Find used vehicles in CarMax's inventory by make, model, year, price, and ZIP. Get results with stock numbers, prices, mileage, and direct links.
Instructions
Search CarMax inventory for used vehicles. Filter by make, model, year range, price range, and location (ZIP code). Returns a list of matching vehicles with stock numbers, prices, mileage, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ZIP code to search near (e.g., '90210') | |
| make | No | Vehicle make/brand (e.g., 'Toyota', 'Ford', 'Honda') | |
| limit | No | Number of results to return (default: 10, max: 25) | |
| model | No | Vehicle model (e.g., 'Camry', 'F-150', 'Civic') | |
| year_max | No | Maximum model year (e.g., 2023) | |
| year_min | No | Minimum model year (e.g., 2018) | |
| price_max | No | Maximum price in dollars | |
| price_min | No | Minimum price in dollars |