Back to Xiaohongshu (RedNote)
TikHub·Xiaohongshu (RedNote)
Xiaohongshu App V2: Get product reviews
/api/v1/xiaohongshu/app_v2/get_product_reviewssync$0.015 / callGet product user reviews list, supports pagination, sorting, and filtering reviews with images (TikHub · Xiaohongshu App V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| sku_id | string | yes | Product SKU ID |
| page | integer | — | Page number, start from 0 (default 0) |
| sort_strategy_type | integer | — | Sort strategy: 0=general, 1=latest (default 0) |
| share_pics_only | integer | — | Show reviews with images only: 0=no, 1=yes (default 0) |
| from_page | string | — | From page (default "score_page") |
Run it
curl -s https://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_reviews","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.