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
Example (captured live)
walmart.com
ExampleJSON 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 VerifiedGet Reviews
Paginated product reviews with the rating histogram, review highlights and individual customer reviews.
Handled for you:Akamaipress_and_holdRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | yes | Walmart usItemId (us_item_id). |
| Advanced filters | |||
| page | integer | no | Review page number. (default: 1) |
| sort | string | no | Sort order for reviews. |
| rating | integer | no | Show only reviews with this exact star rating, 1 to 5. |
| aspect | string | no | Filter to reviews mentioning a product aspect (for example "flavor"). |
| store_id | string | no | Scope to a specific store id. |