carmax.com API: get_store_inventory
carmax.com via Parse · automotive
Get car inventory available near a specific store. If zip_code is omitted, the scraper resolves it from the store's details. Returns the same vehicle listing format as search_cars. 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/get_store_inventory
- Interface artifact
- sha256:a58125ace97fb566b74995caac218c4d1a66ecb78706006be05bb5191b46531b
- Manifest digest
- sha256:f7dc559e489cc3a477900030cb88018468f682021e46b76d42a8c7602efc19ad
Request fields
- skip (integer): Number of results to skip for pagination.
- take (integer): Number of results to return per page.
- store_id (string, required): The unique CarMax store ID (e.g. 7810).
- zip_code (string): 5-digit US ZIP code for the store area. If omitted, the scraper resolves it from the store's details.
Example queries
- {"skip":"0","take":"3","store_id":"7191"}