Skip to content
capzy
All sites
Data API

Walmart Data API

Product, search and store-level data from Walmart, structured and ready to use.

10endpointsAkamai · press_and_hold · Rate Limit handled for you
walmart.comGET/walmart/autoc…GET/walmart/searchGET/walmart/categ…{ } JSON
Example
walmart.com
Example
JSON responseclick the page to trace a field
{
"seller_id": "101040776",
"page": 1,
"results": [
{
"item_id": "445009821",
"domain": "us",
"title": "Stainless Steel Cookware Set 10-Piece",
"price": 74.99,
"currency": "USD",
"rating": 4.5,
"reviews_count": 612,
"seller": "HomeEssentials Co.",
"image": "https://i5.walmartimages.com/asr/example.jpeg",
"url": "https://www.walmart.com/ip/445009821",
"availability": "In stock"
}
],
"nextCursor": "2"
}
GET/v1/data/walmart/sellers/{seller_id}/products1 credit / run

Seller Products

A seller's product inventory.

Handled for you:Akamaipress_and_holdRate Limit
Parameters
NameTypeReqDescription
seller_idstringyesWalmart seller id.
Advanced filters
querystringnoFilter query.
pageintegernoPage number. (default: 1)
sort_bystringnoSort order for results.
min_priceintegernoOnly items priced at or above this amount.
max_priceintegernoOnly items priced at or below this amount.
brandstringnoFilter to one or more brands. Comma separate multiple brands.
rating_minintegernoMinimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up).
free_shippingbooleannoKeep only items that ship free. (default: false)