get_product_reviews
Retrieve customer reviews for a Tokopedia product, including ratings, user info, and seller responses. Specify product ID and optional review count.
Instructions
Fetch customer reviews for a Tokopedia product.
Returns a dict with a "reviews" list (messages, ratings, user info, seller responses, attached media) and the "count" of reviews returned.
Args: product_id: The numeric product id (from search_products). max_count: Maximum number of reviews (1-100, default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_count | No | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||