mbusa.com API: search_inventory
www.mbusa.com via Parse · automotive
Search new Mercedes-Benz vehicle inventory by US zip code. Returns paginated listings with full specs, pricing, dealer info, and available filter facets for refinement. Sorted by distance from zip by default. Each vehicle includes VIN, MSRP, engine, colors, features, dealer location with distance, and monthly payment estimates. The available_filters object enumerates every filterable dimension with counts, enabling progressive narrowing. Search new Mercedes-Benz vehicle inventory across US dealers by zip code. Returns detailed vehicle listings with specs, pricing, dealer info, and available filter options. Fulfilled by Parse from www.mbusa.com.
- automotive
- ecommerce
- maps-geo
- parse
- platform-key
- www-mbusa-com
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/8f2682b3-a4ea-4734-9f81-78b18bb9bf67/search_inventory
- Interface artifact
- sha256:4ebf9144ad95d313ffcfa1451697011dc70970a37343d79eafffae5a81868f3a
- Manifest digest
- sha256:4242697f87b0e2693f52077f0613ad7788fc59233bd4d30bdee8c3515c96cac5
Request fields
- zip (string, required): US zip code to search near (e.g. '10001', '90210', '60601')
- page (integer): Page number (1-based)
- year (string): Model year filter (e.g. '2025', '2026'). Use available_filters.year in response for current valid values.
- class (string): Model class filter (e.g. 'GLE', 'GLC', 'C', 'S', 'E', 'CLA', 'GLA', 'SL', 'EQS', 'EQE', 'CLE'). Use available_filters.modelIdentifier in response for valid values.
- color (string): Exterior color filter code: Allowed values: BLK, WHT, GRY, BLU, RED, SLV, GRN, BGE, BWN
- count (integer): Number of vehicles per page
- sort_by (string): Sort order for results: Allowed values: distance-asc, price-asc, price-desc
- distance (string): Distance radius in miles from zip code: Allowed values: 10, 25, 50, 100, 200, 500, ALL
- fuel_type (string): Fuel type filter: Allowed values: G, E, PH
- body_style (string): Body style filter: Allowed values: SUV, SDN, WGN
Example queries
- {"zip":"10001","page":"1","year":"2025","class":"GLC","color":"BLK","count":"5","sort_by":"distance-asc","distance":"10","fuel_type":"G","body_style":"SUV"}