walmart_review
Retrieve parsed customer reviews for a Walmart product by product ID, with pagination, sorting, and filters for rating or verified purchase.
Instructions
Retrieve parsed customer reviews for a Walmart product by product ID.
Returns structured reviews — rating, title, text, author, date, verified
purchase status — for one Walmart product, with pagination, sorting, and
rating/verified filters.
When to use:
- Sentiment analysis or review mining for a known Walmart product
- Tracking new reviews or filtering by star rating
When NOT to use:
- You want the product's own details (use 'walmart_product')
- You only have a search term (use 'walmart_search' to get the ID first)
Args:
params (WalmartReviewParams): product_id (required) plus optional page,
sort, ratings, verified_purchase, tld, country_code, and
output_format.
Returns:
str: JSON (default) or CSV containing the structured reviews.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |