ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Walmart

Walmart Seller Products API

List a Walmart marketplace seller's catalog as JSON, in the same product shape as Walmart Search - id, title, price, rating, availability, fulfillment and variants. Walmart server-renders roughly the first 40 items and paginates the rest client-side, so this returns about 40 products while total_count reports the seller's real catalog size. There is no pagination. Costs 1 credit.

POST/api/v1/walmart/seller-products

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
seller_idstringrequired

The NUMERIC catalog seller id - the seller_catalog_id field returned by the Product, Offers and Seller Products endpoints, and the number in a /global/seller/ URL. The GUID form of seller_id that appears on search rows is a different identifier and returns 404 here.

Example: 101480084

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
catalog = client.walmart.seller_products("101480084")

data = catalog["data"]
print(len(data["products"]), "of", data["total_count"], "items")

Response

"seller_id": "101480084",
"seller_name": "JLab Audio",
"seller_display_name": "JLab",
"count": 40,
"products_count": 40,
"total_count": 89,
},
"response_time": 6582,
"credits_used": 1,
"credits_remaining": 999
}
PreviousWalmart SellerNextYouTube Search
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy