Skip to main content
GET
Get Product Reviews
Paginated customer reviews for a product, plus the full rating distribution: per-star counts and percentages, recommended percentage, media count, review aspects, and the most-helpful positive and negative reviews. Credits: 10
10 reviews per page. That is Walmart’s page size and is not adjustable.

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Walmart usItemId, e.g. 5689919121.

Query Parameters

integer
default:"1"
Review page, 1100. 10 reviews per page.
string
Review ordering. One of relevancy, submission-desc, submission-asc, rating-desc, rating-asc, helpful.

Response

string
Echo of the requested item id.
string
The walmart.com URL that was fetched.
integer
string
integer
Reviews on this page (10 on a full page).
object
The complete star histogram.
object[]
Walmart’s per-aspect sentiment breakdown, where present.
string
Walmart’s AI review summary, where present.
Review
Most-helpful positive review.
Review
Most-helpful negative review.
Review[]
Reviews on this page.

Example

Response
total_review_count counts every rating, while reviews_with_text_count counts only reviews with written text — in the example above, 44,427 ratings but 7,540 with prose. Size a full crawl off reviews_with_text_count / 10 pages, not the headline count.

Errors