Automotive
Mercedes-Benz USA logo

Mercedes-Benz USA API

mbusa.com

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

Actions
7
Category
Automotive
Login
Not required
Output
JSON

Call the Mercedes-Benz USA API

Submit a task, then poll the job until it settles. This example runs act_mbusa_cpo_inventory_search.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mbusa_cpo_inventory_search",
    "params": {
      "zip": "10001"
    }
  }'

7 actions on mbusa.com

Read

  • CPO Inventory Search

    act_mbusa_cpo_inventory_searchread2 credits / call

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

    zip
    string · required
    count
    string
    start
    string
  • CPO Vehicle Details

    act_mbusa_cpo_vehicle_detailread1 credit / call

    Returns full certified pre-owned vehicle details by VIN and dealer ID, with pricing and equipment.

    vin
    string · required
    dealer_id
    string · required
  • New Inventory Search

    act_mbusa_new_inventory_searchread2 credits / call

    Returns new vehicle inventory near a US zip code, with VINs and MSRP.

    zip
    string · required
    count
    string
    start
    string
  • New Vehicle Details

    act_mbusa_new_vehicle_detailread1 credit / call

    Returns full new vehicle details by VIN and dealer ID, with MSRP, options, and availability.

    vin
    string · required
    dealer_id
    string · required
  • Vehicle Model Catalog

    act_mbusa_vehicle_model_catalogread1 credit / call

    Returns the current model lineup with model codes, MSRP, and body styles.

    country
    string
    lang
    string
  • Vehicle Model Features

    act_mbusa_vehicle_model_featuresread1 credit / call

    Returns standard equipment and feature content for a model trim and year.

    model_class
    string · required
    model_code
    string · required
    year
    string · required
  • Vehicle Model Specs

    act_mbusa_vehicle_model_specsread1 credit / call

    Returns technical specs for a model trim: dimensions, performance, and fuel economy.

    model_class
    string · required
    model_code
    string · required
    year
    string · required

Mercedes-Benz USA API questions

Is there an API for Mercedes-Benz USA?
Mercedes-Benz USA does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for mbusa.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Mercedes-Benz USA data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mbusa.com changes its markup, Anakin updates the action.
Do I need a Mercedes-Benz USA account?
No. Every Mercedes-Benz USA action listed here runs anonymously — no account and no credentials required.
What does the Mercedes-Benz USA API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Automotive APIs

All Automotive sites