ConsoleCatalog
Sign in
CarMax logo

CarMax

carmax.comAutomotiveno auth

Used-car marketplace - inventory search, comparison, pricing, specs, and dealer details.

Category Navigation

ASYNCREADNo auth

Returns curated browse categories with live inventory counts for a store.

ParametersFormJSON

CarMax store ID for the shopper's market area

Optional vehicle stock number to contextualize category recommendations

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_carmax_category_navigation",
    "params": {
      "store_id": "7173"
    }
  }'