Install
openclaw skills install justoneapi-taobao-get-item-commentCall GET /api/taobao/get-item-comment/v3 for Taobao and Tmall Product Reviews through JustOneAPI with itemId.
openclaw skills install justoneapi-taobao-get-item-commentUse this focused JustOneAPI skill for product Reviews in Taobao and Tmall. It targets GET /api/taobao/get-item-comment/v3. Required non-token inputs are itemId. OpenAPI describes it as: Get Taobao and Tmall product Reviews data, including ratings, timestamps, and reviewer signals, for feedback analysis and product research.
taobaoget-item-commentjustoneapi-taobao-get-item-comment| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getItemCommentV3 | v3 | GET | /api/taobao/get-item-comment/v3 | Product Reviews |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
itemId | query | all | n/a | string | AUnique product identifier on Taobao/Tmall (item ID) |
orderType | query | n/a | all | string | Sort order for the result set. Available Values: - feedbackdate: Sort by feedback date - general: General sorting |
orderType enum | values | n/a | n/a | n/a | feedbackdate, general |
page | query | n/a | all | integer | Page number for pagination |
Request body: none documented; send parameters through path or query arguments.
Use getItemCommentV3 for the documented v3 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getItemCommentV3.
node {baseDir}/bin/run.mjs --operation "getItemCommentV3" --token "$JUST_ONE_API_TOKEN" --params-json '{"itemId":"<itemId>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getItemCommentV3 on /api/taobao/get-item-comment/v3.itemId) before summarizing results.