Skip to content
ANY//
//Source · Marketplaces

Walmart API — The Marketplace in Clean JSON

The world’s largest retailer offers no general-purpose product API — its Marketplace API is order management for approved sellers only. These 5 endpoints return products, reviews, search, and seller storefronts with a single POST call.

Start for free7-day free trial

What You Can Pull From Walmart

/api/walmart/productsFull product detail by itemId or URL: title, brand, price, list_price, images, rating, review breakdown, specifications, features, warranty, variants, seller info, availability, return policy
/api/walmart/products/reviewsCustomer reviews by itemId or URL: rating, title, text, author, date, verified-purchase flag, recommendation flag, helpful count, review photos, seller and brand responses
/api/walmart/products/searchKeyword search across Walmart’s catalog: id, url, title, description, price, list_price, image, rating, review_count, category, condition, seller, fulfillment details, availability, badges, variants
/api/walmart/sellersMarketplace seller storefront by catalogSellerId or URL: name, legal name, type, Pro Seller status, rating, review counts, description, location, contact info
/api/walmart/sellers/productsProducts from a seller’s storefront by catalogSellerId or seller page URL: id, url, title, price, currency, image, rating, review_count, availability

What Comes Back

{
  "item_id": "225142139",
  "title": "12-cup programmable coffee maker",
  "brand": "Mr. Coffee",
  "price": 49.97,
  "list_price": 69.99,
  "rating": 4.6,
  "review_count": 1284,
  "availability": "In stock",
  "seller": {
    "name": "Brewline Home",
    "is_pro_seller": true
  }
}

Every SKU, Seller, and Review

Connect over MCP or the API and read the biggest shelf in retail as it is right now. 7-day free trial.

Common Questions

No general-purpose one. Walmart’s Marketplace API is restricted to approved sellers for order management — it doesn’t expose catalog data, customer reviews, or third-party seller details. These endpoints read the public marketplace instead, live at request time.