Douyin Creator Marketplace (Xingtu) Item Report Trends API

v1.0.0

Call GET /api/douyin-xingtu/gw/api/data_sp/item_report_trend/v1 for Douyin Creator Marketplace (Xingtu) Item Report Trends through JustOneAPI with itemId.

0· 36·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-trend.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin Creator Marketplace (Xingtu) Item Report Trends API" (justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-trend) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-trend
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-trend

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-gw-api-data-sp-item-report-trend
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, the single required env var (JUST_ONE_API_TOKEN), the required binary (node), and the included code all match a thin wrapper around JustOneAPI's Douyin item report trends endpoint. There are no unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md and bin/run.mjs instruct the agent to collect only the required itemId and the JUST_ONE_API_TOKEN and to call the documented endpoint. One caveat: the API expects the token as a query parameter (the script appends token=query), which can expose tokens in logs or URL history; the README warns not to paste tokens into chat, but callers should be aware of URL-logging risk.
Install Mechanism
No install spec or external downloads are present. This is an instruction-only skill with a small local Node script; nothing is fetched or written to disk beyond the included code.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential. That is proportionate for a simple wrapper around JustOneAPI. No other secrets or config paths are requested.
Persistence & Privilege
always:false and no code that modifies agent/system configuration or other skills. The skill does not request permanent presence or elevated privileges.
Assessment
This skill is a small wrapper around JustOneAPI's Douyin item-report endpoint and appears coherent. Before installing: ensure you trust JustOneAPI and restrict the JUST_ONE_API_TOKEN you provide (use least privilege). Be aware the script passes the token as a query parameter — URLs can be logged by systems, proxies, or web servers, so avoid sharing logs that contain the full request. Do not paste your token into chat or public locations. If you need stronger protection, consider using a token with limited scope or an API proxy that accepts the token in an Authorization header instead of the URL.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk97fnvn13v6qz9n4f6j1xv3tgx85kxj3
36downloads
0stars
1versions
Updated 19h ago
v1.0.0
MIT-0

Douyin Creator Marketplace (Xingtu) Item Report Trends

Use this focused JustOneAPI skill for item Report Trends in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/gw/api/data_sp/item_report_trend/v1. Required non-token inputs are itemId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) item Report Trend data, including time-based changes in item performance metrics, for creator evaluation, campaign planning, and marketplace research.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: gw/api/data_sp/item_report_trend
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-gw-api-data-sp-item-report-trend
OperationVersionMethodPathOpenAPI summary
gwApiDataSpItemReportTrendV1v1GET/api/douyin-xingtu/gw/api/data_sp/item_report_trend/v1Item Report Trends

Inputs

ParameterInRequired byOptional byTypeNotes
itemIdqueryalln/astringItem's unique ID

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use gwApiDataSpItemReportTrendV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: gwApiDataSpItemReportTrendV1.

node {baseDir}/bin/run.mjs --operation "gwApiDataSpItemReportTrendV1" --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.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example gwApiDataSpItemReportTrendV1 on /api/douyin-xingtu/gw/api/data_sp/item_report_trend/v1.
  • Echo the required lookup scope (itemId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) item Report Trend data, including time-based changes in item performance metrics, for creator evaluation, campaign planning, and marketplace research.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...