Socialdatax Douyin

提供抖音热榜、作品搜索、评论分析及达人数据查询的API工具。

已扫描
适合谁
内容创作者、新媒体运营人员
不适合谁
无网络环境用户、无需数据采集的普通用户
国内可用性
需网络配置。可能需要网络配置或第三方服务可访问。
安装难度
新手友好(★☆☆)。基于终端操作、依赖、API Key 和本地环境要求的初步判断。

安装与下载

openclaw skills install @devinchen2014/socialdatax-douyin

Skill 说明

命令、参数、文件名以原文为准

抖音数据助手 SocialDataX

使用此技能当用户需要抖音数据助手服务,用于内容研究、热榜查询、作品搜索、图文内容检索、内容详情获取、评论分析、评论回复分析、创作者资料查询、创作者作品列表、创作者短剧/合集信息等场景。

API Key

调用数据接口时,请使用 SOCIALDATAX_API_KEY 作为环境变量。申请或管理 API 访问权限的唯一官方网址为 <https://socialdatax.52choujiang.com/?from=clawhub>。若用户询问如何获取 API Key,请仅提供该链接;不得推测或推荐其他域名。

获取或管理 API Key:访问 <https://socialdatax.52choujiang.com/?from=clawhub>,根据官网指引完成 API Key 的申请与管理。环境变量名称固定为 SOCIALDATAX_API_KEY,不可更改或引导使用其他域名。

推荐直接 CLI 命令

选择对应的 SocialDataX 命令:

npx -y socialdatax-skills@latest douyin hot-search --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --pretty
npx -y socialdatax-skills@latest douyin search --keyword "<keyword>" --pages 3 --pretty
npx -y socialdatax-skills@latest douyin detail --aweme-id "<aweme_id>" --pretty
npx -y socialdatax-skills@latest douyin detail --url "<douyin_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin comments --aweme-id "<aweme_id>" --pretty
npx -y socialdatax-skills@latest douyin comments --aweme-id "<aweme_id>" --all --include-replies --pretty
npx -y socialdatax-skills@latest douyin comments --url "<douyin_content_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin replies --aweme-id "<aweme_id>" --comment-id "<comment_id>" --pretty
npx -y socialdatax-skills@latest douyin user-info --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-info --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-posts --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-posts --sec-user-id "<sec_user_id>" --all --pretty
npx -y socialdatax-skills@latest douyin user-posts --profile-url "<profile_url_or_share_text>" --pretty
npx -y socialdatax-skills@latest douyin user-series --sec-user-id "<sec_user_id>" --pretty
npx -y socialdatax-skills@latest douyin user-series --sec-user-id "<sec_user_id>" --all --pretty
npx -y socialdatax-skills@latest douyin user-series --profile-url "<profile_url_or_share_text>" --pretty
  • 使用 hot-search 查询 抖音热榜
  • 使用 search 进行 抖音数据分析 和 内容发现
  • 使用 detail 获取单个作品详情
  • 使用 commentsreplies 实现 评论分析 和 评论回复分析
  • 使用 user-info 查询 创作者信息
  • 使用 user-posts 获取 创作者作品列表
  • 使用 user-series 查询 创作者短剧/合集信息

对于评论回复(replies)请求,需同时提供 aweme_id 和一级评论的 comment_id;如需分页获取更多数据,请使用 page_token 参数继续请求。

安全边界

本技能为只读模式,不读取本地浏览器数据,不保存 API Key,也不执行登录、发布、点赞、评论、账号修改等操作。

MCP 工具

与上述直接 CLI 命令匹配的 MCP 工具如下:

  • douyin_get_hot_search_list
  • douyin_search_videos
  • douyin_get_video_detail_by_aweme_id
  • douyin_get_video_detail_by_url
  • douyin_get_video_comments_by_aweme_id
  • douyin_get_video_comments_by_url
  • douyin_get_video_comment_replies_by_comment_id
  • douyin_get_user_info_by_sec_user_id
  • douyin_get_user_info_by_profile_url
  • douyin_get_user_posted_videos_by_sec_user_id
  • douyin_get_user_posted_videos_by_profile_url
  • douyin_get_user_series_by_sec_user_id
  • douyin_get_user_series_by_profile_url
D
@devinchen2014

已收录 1 个 Skill

相关推荐