App Logo
walmart.com

Get Walmart product reviews

Fetch one page of customer reviews (10 per page) for a Walmart.com item id, anonymously. Sort by relevancy, helpful, submission-desc, submission-asc, rating-desc or rating-asc; optionally restrict to verified purchases. Returns product (us_item_id, name), summary (average_rating, total_ratings, reviews_with_text, recommended_percentage, rating_breakdown), the page, sort, filtered_count and reviews (id, rating, title, text, date, author, verified_purchase, recommended, helpful_votes, unhelpful_votes, variant). Only reviews with text are listed; ratings without text count in the summary only.

Input

itemId required

Walmart item id (us_item_id), the trailing number of an /ip/ URL; also returned by search-products.

page optional

Review page, 10 reviews each. One page per call; the caller loops. Beyond the last page Walmart returns an empty list. With a submission-* sort the set shifts as new reviews arrive; relevancy and helpful are stable under replay.

Default: 1
sort optional

Walmart's own sort options. submission-desc = newest first.

Default: "relevancy"
verifiedOnly optional

Restrict to verified purchases (Walmart's "Verified purchases only" toggle).

Default: false

Output

page required
sort required
product required
reviews required
summary required
verified_only required
filtered_count required

Number of written reviews matching the active filter; divide by 10 for the page count.

FAQ

Fetch one page of customer reviews (10 per page) for a Walmart.com item id, anonymously. Sort by relevancy, helpful, submission-desc, submission-asc, rating-desc or rating-asc; optionally restrict to verified purchases. Returns product (us_item_id, name), summary (average_rating, total_ratings, reviews_with_text, recommended_percentage, rating_breakdown), the page, sort, filtered_count and reviews (id, rating, title, text, date, author, verified_purchase, recommended, helpful_votes, unhelpful_votes, variant). Only reviews with text are listed; ratings without text count in the summary only.
Required: itemId. Optional: page, sort, verifiedOnly.
It returns page, sort, product, reviews, summary, verified_only, filtered_count.
No. It only uses pages of walmart.com that are reachable without signing in.
It only reads. It looks things up on walmart.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/walmart.com/get-product-reviews, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/walmart.com/get-product-reviews
It is part of Reduck's official curated catalogue.

Start building not clicking