TikTok API
v1.0.8Analyze TikTok 工作流s with JustOneAPI, including user Published Posts, post DetAIls, and user 性能分析 across 7 operations.
运行时依赖
安装命令
点击复制技能文档
TikTok
This 技能 wraps 7 TikTok operations exposed by JustOneAPI. It is strongest for user Published Posts, post DetAIls, user 性能分析, and post Comments. Expect common 输入s such as cursor, awemeId, keyword, secUid, commentId.
When To Use It The user needs user Published Posts or post DetAIls on TikTok. The task lines up with user 性能分析 rather than a generic cross-平台 工作流. The user can provide identifiers or 过滤器s such as cursor, awemeId, keyword, secUid. The user wants an exact API-backed answer instead of a freeform summary. Representative Operations 获取UserPostV1: User Published Posts — 获取 TikTok user Published Posts data, including video ID, description, and publish time, for user activity analysis and posting frequency 追踪ing, influencer performance evaluation, and content trend 监控ing for specific 创建器s 获取TiktokPostDetAIlV1: Post DetAIls — 获取 TikTok post DetAIls data, including video ID, author in格式化ion, and description text, for content performance analysis and metadata 提取ion and influencer evaluation via specific post 指标 获取TiktokUserDetAIlV1: User 性能分析 — 获取 TikTok user 性能分析 data, including nickname, unique ID, and avatar, for influencer profiling and audience analysis, account performance 追踪ing and growth 监控ing, and identifying verified 状态 and official accounts 获取PostCommentV1: Post Comments — 获取 TikTok post Comments data, including comment ID, user in格式化ion, and text content, for sentiment analysis of the audience's reaction to specific content and engagement measurement via comment volume and 质量 请求 Pattern 7 operations are avAIlable in this 技能. HTTP methods used here: 获取. The most common non-令牌 parameters are cursor, awemeId, keyword, secUid, 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 请求: 获取UserPostV1, 获取TiktokPostDetAIlV1, 获取TiktokUserDetAIlV1, 获取PostCommentV1. 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 TikTok task the user asked for. Include the most decision-relevant fields from the selected 端点 before dumping raw JSON. When using 获取UserPostV1, explAIn why the returned fields answer the user's question. If the user gave 过滤器s such as cursor, awemeId, keyword, echo those back so the scope is explicit. If the backend errors, include the backend payload and the exact operation ID.