Discover/mbusa.com API
live

mbusa.com APIwww.mbusa.com

Search new Mercedes-Benz vehicle inventory across US dealers by zip code. Filter by model class, fuel type, color, year, and more via a single API endpoint.

Endpoints
1
Updated
28d ago
Try it
US zip code to search near (e.g. '10001', '90210', '60601')
Page number (1-based)
Model year filter (e.g. '2024', '2025', '2026')
Model class filter (e.g. 'GLE', 'GLC', 'C', 'S', 'E', 'CLA', 'GLA', 'SL', 'EQS', 'EQE', 'C
Exterior color filter: 'BLK', 'WHT', 'GRY', 'BLU', 'RED', 'SLV', 'GRN', 'BGE', 'BWN'
Number of vehicles per page
Sort order: 'distance-asc', 'price-asc', 'price-desc'
Distance radius in miles: '10', '25', '50', '100', '200', '500', or 'ALL' for any distance
Fuel type filter: 'G' (Gasoline), 'E' (Electric), 'PH' (Plug-In Hybrid)
Body style filter: 'SUV', 'SDN' (Sedans), 'WGN' (Wagons)
api.parse.bot/scraper/8f2682b3-a4ea-4734-9f81-78b18bb9bf67/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/8f2682b3-a4ea-4734-9f81-78b18bb9bf67/search_inventory?zip=90210&class=GLE&count=3&fuel_type=G&body_style=SDN' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Search new Mercedes-Benz vehicle inventory by zip code with optional filters for body style, model class, fuel type, color, year, and distance radius. Returns paginated results sorted by distance from zip code by default. Includes available filter options with counts for further refinement.

Input
ParamTypeDescription
ziprequiredstringUS zip code to search near (e.g. '10001', '90210', '60601')
pageintegerPage number (1-based)
yearstringModel year filter (e.g. '2024', '2025', '2026')
classstringModel class filter (e.g. 'GLE', 'GLC', 'C', 'S', 'E', 'CLA', 'GLA', 'SL', 'EQS', 'EQE', 'CLE'). Use available_filters.modelIdentifier in response for valid values.
colorstringExterior color filter: 'BLK', 'WHT', 'GRY', 'BLU', 'RED', 'SLV', 'GRN', 'BGE', 'BWN'
countintegerNumber of vehicles per page
sort_bystringSort order: 'distance-asc', 'price-asc', 'price-desc'
distancestringDistance radius in miles: '10', '25', '50', '100', '200', '500', or 'ALL' for any distance
fuel_typestringFuel type filter: 'G' (Gasoline), 'E' (Electric), 'PH' (Plug-In Hybrid)
body_stylestringBody style filter: 'SUV', 'SDN' (Sedans), 'WGN' (Wagons)
Response
{
  "type": "object",
  "fields": {
    "zip": "string - searched zip code",
    "page": "integer - current page number",
    "vehicles": "array of vehicle objects with vin, year, class_name, model_name, body_style, msrp, inventory_price, engine, fuel_type, drive_train, exterior_color, interior_color, features, properties, dealer, monthly_payments",
    "page_size": "integer - requested page size",
    "total_count": "integer - total matching vehicles",
    "returned_count": "integer - actual vehicles returned on this page",
    "available_filters": "object - available filter options with counts for bodyStyle, color, fuelType, modelIdentifier, year, distance, price, and more"
  },
  "sample": {
    "data": {
      "zip": "90210",
      "page": 1,
      "vehicles": [
        {
          "vin": "W1KFJ4EB0TJ014347",
          "msrp": 55270,
          "type": "NEW",
          "year": "2026",
          "dealer": {
            "id": "05421",
            "url": "http://www.bhbenz.com",
            "name": "Mercedes-Benz of Beverly Hills",
            "phone": "+1 (555) 012-3456",
            "address": {
              "zip": "62704",
              "city": "Springfield",
              "line1": "123 Main St",
              "state": "IL"
            },
            "location": {
              "lat": "34.0674044",
              "lng": "-118.3870344",
              "distance_miles": 3.8
            }
          },
          "engine": "Dual Permanently Excited Synchronous (PSM)",
          "features": [
            "Digital Extra: Wireless Apple CarPlay"
          ],
          "available": true,
          "fuel_type": "Electric",
          "image_url": "https://media.oneweb.mercedes-benz.com/images/dynamic/nafta/US/174344/805_055/iris.jpg?...",
          "body_style": "Sedans",
          "class_name": "CLA",
          "model_name": "CLA 350 4MATIC with EQ Technology",
          "properties": {
            "ENGINE": "Dual Permanently Excited Synchronous (PSM)",
            "ACCELERATION": "4.8 sec"
          },
          "reservable": false,
          "drive_train": "Two-speed",
          "exterior_color": "Sky Blue metallic",
          "interior_color": "Macchiato Beige MB-Tex",
          "inventory_price": 55270,
          "monthly_payments": [
            {
              "apr": 5.99,
              "type": "FINANCE",
              "term_months": 72,
              "down_payment": 13264,
              "monthly_payment": 796.83,
              "mileage_allowance": null
            }
          ]
        }
      ],
      "page_size": 3,
      "total_count": 10979,
      "returned_count": 3,
      "available_filters": {
        "fuelType": {
          "label": "Fuel Type",
          "values": [
            {
              "id": "E",
              "count": 542,
              "label": "Electric"
            }
          ]
        },
        "bodyStyle": {
          "label": "Body Style",
          "values": [
            {
              "id": "SDN",
              "count": 10979,
              "label": "Sedans"
            }
          ]
        }
      }
    },
    "status": "success"
  }
}

About the mbusa.com API

The MBUSA Inventory API provides access to new Mercedes-Benz vehicle listings across US dealers through a single search_inventory endpoint that returns over 15 response fields per vehicle, including VIN, MSRP, inventory price, drivetrain, fuel type, and dealer proximity. Results are paginated and sorted by distance from a given zip code by default, with filters available for model class, body style, color, year, and radius.

What the API Returns

The search_inventory endpoint accepts a required US zip code and returns a paginated list of in-stock new Mercedes-Benz vehicles sourced from dealers nationwide. Each vehicle object includes vin, year, class_name, model_name, body_style, msrp, inventory_price, engine, fuel_type, and drive_train. The response also includes total_count, returned_count, and page for pagination control.

Filtering and Sorting

You can narrow results using optional parameters: class (e.g. GLE, EQS, C), color using standardized codes like BLK, WHT, or BLU, fuel_type, year, and distance (10 to 500 miles, or ALL). The sort_by parameter accepts distance-asc, price-asc, or price-desc. The count parameter controls page size, and page handles pagination.

Available Filters in Response

Every response includes an available_filters object listing filter options with item counts across dimensions: bodyStyle, color, fuelType, modelIdentifier, year, distance, and price. This lets you build dynamic filter UIs or drill down progressively without making separate metadata calls.

Coverage and Scope

The API covers new vehicle inventory only, across US dealers, scoped to a zip code radius. Results reflect dealer stock as listed on mbusa.com. The inventory_price field may differ from msrp when dealer-level pricing adjustments are present.

Common use cases
  • Build a zip-code-based car shopping tool that surfaces nearby Mercedes-Benz inventory sorted by price
  • Monitor MSRP vs. inventory_price spreads across dealers for a specific model class like GLE or EQS
  • Track new EV inventory (EQS, EQE) availability using the fuel_type filter across multiple metro areas
  • Generate alerts when a specific color or class combination becomes available within a given radius
  • Aggregate inventory counts by body style or model class using available_filters response data
  • Compare dealer stock depth across zip codes for sales territory analysis
  • Feed a vehicle comparison tool with real-time specs including engine, drivetrain, and pricing
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Mercedes-Benz USA have an official developer API?+
MBUSA does not publish a public developer API for dealer inventory. There is no documented REST or GraphQL API available to third-party developers on the mbusa.com developer portal.
What does the search_inventory endpoint return for each vehicle?+
Each vehicle object includes vin, year, class_name, model_name, body_style, msrp, inventory_price, engine, fuel_type, and drive_train. The response also includes total_count, returned_count, and an available_filters object with counts across bodyStyle, color, fuelType, modelIdentifier, year, distance, and price dimensions.
Does the API return used or certified pre-owned vehicles?+
No — the API currently covers new vehicle inventory only. Used and CPO listings are not included. You can fork this API on Parse and revise it to add an endpoint targeting certified pre-owned inventory.
Can I retrieve dealer contact details or dealer location data alongside vehicle listings?+
The current endpoint returns vehicle-level data including dealer proximity based on zip code, but does not expose structured dealer contact fields like phone number or address. You can fork this API on Parse and revise it to add a dealer details endpoint.
How does pagination work, and is there a limit on results per page?+
Pagination is 1-based using the page parameter. The count parameter sets the number of vehicles returned per page. The response includes total_count and returned_count so you can calculate how many pages to iterate. If count is not specified, a default page size applies.
Page content last updated . Spec covers 1 endpoint from www.mbusa.com.
Related APIs in AutomotiveSee all →
car-part.com API
Search for recycled auto parts across thousands of vehicles and get detailed information on pricing, availability, and specifications from car-part.com. Find the exact parts you need with comprehensive search metadata and individual part details to compare options and locate the best deals.
honda.ca API
Get current Honda Canada vehicle pricing, lease and finance payment options, APR rates, and available incentives across all Canadian provinces to compare deals in real-time. Calculate custom payment scenarios and browse all Honda models with their latest promotional offers directly from Honda Canada's official pricing data.
autodoc.co.uk API
Find auto parts and check compatibility with your vehicle by browsing makes, models, and engines, then search for parts with detailed specifications and discover equivalent alternatives. Get everything you need to identify the right replacement parts for any car in the Autodoc catalog.
leboncoin.fr API
Search and retrieve detailed listings from Leboncoin across cars, real estate, jobs, and other categories with advanced filtering options. Access seller profiles, pricing analytics, and comprehensive listing details to find exactly what you're looking for on France's leading classifieds platform.
auctiontime.com API
Search and browse equipment and truck auction listings from AuctionTime.com, view detailed information about specific auctions, filter by category and auctioneer, and track auction results by date. Access comprehensive auction data including listings, categories, and auctioneer information all in one place.
yad2.co.il API
Search for apartments and cars on Yad2's marketplace and access detailed listing information including photos, prices, and specifications. Instantly reveal seller contact information to connect directly with real estate agents and car dealers.
turo.com API
Search for peer-to-peer car rentals across Turo by location and dates to browse available vehicles with pricing, specifications, and real-time availability. Get detailed information on specific cars to compare features and make rental decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
MBUSA Inventory API – Mercedes-Benz Search · Parse