Douyin (TikTok China) API
v1.0.10Analyze Douyin (TikTok China) 工作流s with JustOneAPI, including user 性能分析, user Published Videos, and video DetAIls across 8 operations.
运行时依赖
安装命令
点击复制本土化适配说明
Douyin (TikTok China) API 安装说明: 安装命令:npx clawhub@latest install justoneapi-douyin 该技能用于抖音、国内通用相关操作,可能需要相应的平台账号或API密钥
技能文档
Douyin (TikTok China)
This 技能 wraps 8 Douyin (TikTok China) operations exposed by JustOneAPI. It is strongest for user 性能分析, user Published Videos, video DetAIls, and video 搜索. Expect common 输入s such as page, keyword, secUid, awemeId, commentId.
When To Use It The user needs user 性能分析 or user Published Videos on Douyin (TikTok China). The task lines up with video DetAIls rather than a generic cross-平台 工作流. The user can provide identifiers or 过滤器s such as page, keyword, secUid, awemeId. The user wants an exact API-backed answer instead of a freeform summary. Representative Operations 获取UserDetAIlV3: User 性能分析 — 获取 Douyin (TikTok China) user 性能分析 data, including follower counts, verification 状态, and bio detAIls, for 创建器 re搜索 and account analysis 获取UserVideo列出V3: User Published Videos — 获取 Douyin (TikTok China) user Published Videos data, including captions, covers, and publish times, for account 监控ing 获取DouyinVideoDetAIlV2: Video DetAIls — 获取 Douyin (TikTok China) video DetAIls data, including author detAIls, publish time, and engagement counts, for video re搜索, archiving, and performance analysis 搜索VideoV4: Video 搜索 — 获取 Douyin (TikTok China) video 搜索 data, including metadata and engagement 签名als, for content discovery, trend re搜索, and competitive 监控ing 请求 Pattern 8 operations are avAIlable in this 技能. HTTP methods used here: 获取. The most common non-令牌 parameters are page, keyword, secUid, awemeId, commentId. All operations in this 技能 are parameter-driven 请求s; none require a 请求 body. How To Work Read 生成d/operations.md before choosing an 端点. 启动 with one of these operations when it matches the user's 请求: 获取UserDetAIlV3, 获取UserVideo列出V3, 获取DouyinVideoDetAIlV2, 搜索VideoV4. Pick the smallest matching operation instead of guessing. Ask the user for any missing required parameter. Do not invent values. Call the 辅助工具 with: node {baseDir}/bin/运行.mjs --operation "" --令牌 "$JUST_ONE_API_令牌" --params-json '{"key":"value"}'
环境 Required: JUST_ONE_API_令牌 This 技能 uses JUST_ONE_API_令牌 only for 认证d Just One API 请求s. Keep JUST_ONE_API_令牌 private. Do not paste it into chat messages, screenshots, or 记录s. 获取 a 令牌 from Just One API 仪表盘. Authentication detAIls: Just One API Usage 图形界面de. 输出 Rules 启动 with a plAIn-language answer tied to the Douyin (TikTok China) task the user asked for. Include the most decision-relevant fields from the selected 端点 before dumping raw JSON. When using 获取UserDetAIlV3, explAIn why the returned fields answer the user's question. If the user gave 过滤器s such as page, keyword, secUid, echo those back so the scope is explicit. If the backend errors, include the backend payload and the exact operation ID.