Back to Xiaohongshu (RedNote)
TikHub·Xiaohongshu (RedNote)
Xiaohongshu App V2: Get product review overview
/api/v1/xiaohongshu/app_v2/get_product_review_overviewsync$0.015 / callGet product review statistics, including rating distribution, positive rate, review tags, etc. (TikHub · Xiaohongshu App V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| sku_id | string | yes | Product SKU ID |
| tab | integer | — | Tab type (default 2) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/xiaohongshu/app_v2/get_product_review_overview","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.