Skip to content
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 (captured live)
walmart.com
Example
JSON responseclick the page to trace a field
{
"product": {
"name": "Smartfood Gluten Free, No Artificial Colors White Cheddar Popcorn Bag, 6 oz",
"url": "https://www.walmart.com/ip/SMARTFOOD-WHITE-CHEDDAR-6-0OZ/18842168923",
"categories": [
{
"name": "Food",
"url": "/cp/food/976759"
},
{
"name": "Snacks, Cookies & Chips",
"url": "/cp/snacks-cookies-chips/976787"
},
{
"name": "Popcorn",
"url": "/cp/popcorn/1001407"
},
{
"name": "Popcorn Bags",
"url": "/cp/popcorn-bags/6926277"
}
]
},
"overall_rating": null,
"total_count": 0,
"ratings": [
{
"stars": 5,
"count": 0
},
{
"stars": 4,
"count": 0
},
{
"stars": 3,
"count": 0
},
{
"stars": 2,
"count": 0
},
{
"stars": 1,
"count": 0
}
],
"top_positive": null,
"top_negative": null,
"reviews": [
],
"pagination": {
"current": 1
}
}
GET/v1/data/walmart/products/{item_id}/reviews1 credit / run Verified

Get Reviews

Paginated product reviews with the rating histogram, review highlights and individual customer reviews.

Handled for you:Akamaipress_and_holdRate Limit
Parameters
NameTypeReqDescription
item_idstringyesWalmart usItemId (us_item_id).
Advanced filters
pageintegernoReview page number. (default: 1)
sortstringnoSort order for reviews.
ratingintegernoShow only reviews with this exact star rating, 1 to 5.
aspectstringnoFilter to reviews mentioning a product aspect (for example "flavor").
store_idstringnoScope to a specific store id.