ConsoleCatalog
Sign in
Mercedes-Benz USA logo

Mercedes-Benz USA

mbusa.comAutomotiveno auth

Mercedes-Benz USA catalog - CPO and new inventory, vehicle details, specs, and features.

CPO Inventory Search

ASYNCREADNo auth

Returns certified pre-owned inventory near a US zip code, with VINs and pricing.

ParametersFormJSON

US postal zip code to search CPO inventory near

Number of results per page

Pagination offset for result set

cost: 2 credits · 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_mbusa_cpo_inventory_search",
    "params": {
      "zip": "10001",
      "count": "12",
      "start": "0"
    }
  }'