Walmart APIs
Using the Walmart Product Reviews API
The Walmart Product Reviews API allows you to retrieve detailed product reviews from Walmart, providing valuable insights into customer feedback. You can obtain key information such as ratings, review content, helpful votes, and product details. The tool is ideal for sentiment analysis, product feedback, and market research, helping businesses make informed decisions based on customer opinions.
- Ratings: Aggregate rating scores and distribution by stars.
- Review Details: Content, Titles, Dates, and Verified Purchase Status.
- Navigation: Links for paginated review data.
- Helpful Votes: Count of votes indicating helpfulness.
- Product Information: Name, URL, and SKU of the product.
Example Use Cases:
- Sentiment Analysis: Analyze customer feedback for better decision-making.
- Product Feedback: Identify common customer concerns and praises.
Supported Query Parameters
PARAMETER | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
sku required | string | The Walmart item ID (numeric, 8 to 20 characters). Example: 5074872077 . | |
url | string | The URL of the Walmart product page from which reviews are to be fetched. Example: https://www.walmart.com/ip/5074872077 . | |
tld | string | .com | Top-level domain (TLD) for the Walmart website. Default is .com . Supported examples: .com , .ca . |
sort | string | The sorting method for reviews. Options: submission-desc , relevancy , helpful , rating-desc , rating-asc . |
How to Setup
Request the reviews endpoint for the product:
Example
cURL
Replace
{sku}
with the actual product ID.