Install
openclaw skills install justoneapi-douban-get-movie-reviewsCall GET /api/douban/get-movie-reviews/v1 for Douban Movie Movie Reviews through JustOneAPI with subjectId.
openclaw skills install justoneapi-douban-get-movie-reviewsUse this focused JustOneAPI skill for movie Reviews in Douban Movie. It targets GET /api/douban/get-movie-reviews/v1. Required non-token inputs are subjectId. OpenAPI describes it as: Get Douban movie Reviews data, including review titles, ratings, and snippets, for audience sentiment analysis and review research.
doubanget-movie-reviewsjustoneapi-douban-get-movie-reviews| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getMovieReviewsV1 | v1 | GET | /api/douban/get-movie-reviews/v1 | Movie Reviews |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
page | query | n/a | all | integer | Page number for pagination |
sort | query | n/a | all | string | Sort order for the result set. Available Values: - time: Time - hotest: Hotest |
sort enum | values | n/a | n/a | n/a | hotest, time |
subjectId | query | all | n/a | string | The unique ID for a movie or TV subject on Douban |
Request body: none documented; send parameters through path or query arguments.
Use getMovieReviewsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getMovieReviewsV1.
node {baseDir}/bin/run.mjs --operation "getMovieReviewsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"subjectId":"<subjectId>"}'
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.getMovieReviewsV1 on /api/douban/get-movie-reviews/v1.subjectId) before summarizing results.