The Walmart Scraper API turns a Walmart search term or item ID into structured JSON: product, price, review, and seller data. There is no Walmart Marketplace seller account and no developer-program approval involved. Pick a search_mode (search, product, reviews, or sellers), send a query or an item_id, and get clean rows back.
Walmart's official developer APIs are scoped to approved sellers and affiliates. There is no open endpoint where you paste a key and read any product page, its reviews, or the full list of third-party offers on an item. This Actor fills that gap.
What it returns
search: title, price, wasPrice (the pre-rollback price), rating, reviewCount, sellerName, sponsored, productId, usItemId, storeId
product: adds upc, manufacturerNumber, categories path, variantCount, ratingBreakdown
reviews: review text with rating, reviewDate, authorName
sellers: one row per offer with sellerDisplayName, sellerType, price, availabilityStatus, deliveryDate, returnPolicy
Sellers mode is the differentiator. It returns every third party competing on a listing, so a Marketplace seller can spot a new competitor on their own item the day it appears.
Example Tasks and Use Cases
Scrape Walmart prices - one query returns a page of products with price, wasPrice, rating, and who is selling each.
Walmart product lookup API - full listing detail by item ID: UPC, categories, variants, and the rating breakdown.
Walmart seller lookup - every seller on an item with price, stock, delivery date, and return policy.
Walmart price history tracking - schedule a search and append daily rows to build your own price series.
Walmart data in Claude via MCP - call the Actor as a tool from Claude, Claude Code, or Cursor.
Walmart shangpin API and Walmart jiage jiankong - Chinese-language product and price-monitoring twins.
Works with MCP
The Actor runs over the Model Context Protocol, so Claude, Claude Code, and Cursor can call it as a tool mid-conversation. Ask "list every seller on this Walmart item and their delivery dates" and it returns live rows, no scraping code.
Pricing is pay per result: you pay for the rows a run delivers, and max_results caps it up front.
Keywords and Topics
walmart api, walmart scraper, walmart price tracking, walmart product data, walmart seller data, retail price monitoring, ecommerce scraping, structured JSON, MCP tool.
Built with