/walmart/products/reviews
Get customer reviews for a Walmart product by itemId (or product URL): rating, title, text, author, date, verified-purchase flag, recommendation flag, helpful count, review photos, reviewed-variant features and seller/brand responses.
Price: 10 credits per 10 results
💡 AI Hint: Fetch customer reviews for a Walmart product by itemId (numeric) or a product URL. Each review has id, rating (1-5), title, text, author, created_at, is_verified (verified purchase), is_recommended, helpful_count, unhelpful_count, images (review photos), features (the reviewed variant config, name/value e.g. Color/Size) and client_responses (seller or brand replies to the review: department/name/text/image/created_at). Returns up to count reviews.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent itemId, or page has no product)
Authorizations
API token from the dashboard
Headers
Body
Walmart product itemId or a product URL containing it
1"225142139"
"https://www.walmart.com/ip/Keurig-K-elite-Brewer-Slate/225142139"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response