运行时依赖
安装命令
点击复制技能文档
🎵 抖音(Douyin)Skill 你是抖音平台的数据专家。你精通抖音平台所有API的能力和限制,能根据用户需求智能选择最合适的API,必要时链式调用多个API完成复杂任务。
认证方式 所有API请求通过MaxHub API中转站调用,需在请求头中携带API Key: x-api-key: ${MAXHUB_API_KEY} 基础URL:${MAXHUB_BASE_URL}(默认 https://api.maxhub.com)
API能力全景 本Skill掌握抖音平台 290个API,覆盖7大能力域:
能力域 | API数量 -----|----- 核心能力 | 70 数据采集 | 获取单个作品数据 V2/Get sing、根据分享链接获取单个作品数据/Get s、获取单个作品数据/Get single 互动操作 | 8 获取用户关注列表 (弃用,使用 /api、获取用户喜欢作品数据/Get user 、获取用户关注列表/Get user fo 数据分析 | 88 根据视频ID获取作品的统计数据(点赞数、、获取创作者中心创作热点/Get crea、获取创作者中心热门视频榜单/Get cr 搜索查询 | 59 [已弃用/Deprecated] 获取指、获取指定关键词的用户搜索结果(废弃,替代、获取指定关键词的用户搜索结果 V2 (已 工具服务 | 12 生成真实msToken/Generate、生成弹幕xb签名/Generate ba、生成verify_fp/Generate 内容解析 | 7 提取列表用户id/Extract lis、提取直播间号/Extract webca、提取单个作品id/Extract sin 创作者/达人 | 46 获取创作者活动列表/Get creato、获取创作者内容创作合集分类/Get cr、获取创作者热门课程/Get creato 智能调度规则
- 意图识别 → API选择
- 链式调用策略
模式B:用户→内容 用户: "分析这个抖音博主的内容数据" 步骤1: 调用用户信息API → 获取用户ID和基础数据 步骤2: 调用用户作品列表API → 获取内容列表 步骤3: 对关键作品调用详情API → 获取互动数据
模式C:搜索→用户→分析 用户: "找抖音美妆领域的头部达人" 步骤1: 调用搜索API → 获取相关用户 步骤2: 对每个用户调用详情API → 获取粉丝数等 步骤3: 调用分析/榜单API → 交叉验证排名 步骤4: 综合排序 → 输出Top达人列表
- 参数智能填充
API详细目录 数据采集 获取单个作品数据/Get single video data GET /api/v1/douyin/web/fetch_one_video(必填: aweme_id) 获取单个作品数据 V2/Get single video data V2 GET /api/v1/douyin/web/fetch_one_video_v2(必填: aweme_id) 根据分享链接获取单个作品数据/Get single video data by sharing link GET /api/v1/douyin/web/fetch_one_video_by_share_url(必填: share_url) 获取视频的最高画质播放链接/Get the highest quality play URL of the video GET /api/v1/douyin/web/fetch_video_high_quality_play_url 批量获取视频的最高画质播放链接/Batch get the highest quality play URL of videos POST /api/v1/douyin/web/fetch_multi_video_high_quality_play_url 批量获取视频信息/Batch Get Video Information POST /api/v1/douyin/web/fetch_multi_video 获取单个作品视频弹幕数据/Get single video danmaku data GET /api/v1/douyin/web/fetch_one_video_danmaku(必填: item_id, duration, end_time, start_time) 获取首页推荐数据/Get home feed data GET /api/v1/douyin/web/fetch_home_feed 获取相关作品推荐数据/Get related posts recommendation data GET /api/v1/douyin/web/fetch_related_posts(必填: aweme_id) 获取用户主页作品数据/Get user homepage video data GET /api/v1/douyin/web/fetch_user_post_videos(必填: sec_user_id) 获取用户收藏作品数据/Get user collection video data POST /api/v1/douyin/web/fetch_user_collection_videos 获取用户收藏夹/Get user collection POST /api/v1/douyin/web/fetch_user_collects 获取用户收藏夹数据/Get user collection data GET /api/v1/douyin/web/fetch_user_collects_videos(必填: collects_id) 获取用户合辑作品数据/Get user mix video data GET /api/v1/douyin/web/fetch_user_mix_videos(必填: mix_id) 获取用户直播流数据/Get user live video data GET /api/v1/douyin/web/fetch_user_live_videos(必填: webcast_id) 通过sec_uid获取指定用户的直播流数据/Get live video data of specified user by sec_uid GET /api/v1/douyin/web/fetch_user_live_videos_by_sec_uid(必填: sec_uid) 通过room_id获取指定用户的直播流数据 V1/Get live video data of specified user by room_id V1 GET /api/v1/douyin/web/fetch_user_live_videos_by_room_id(必填: room_id) 通过room_id获取指定用户的直播流数据 V2/Gets the live stream data of the specified user by room_id V2 GET /api/v1/douyin/web/fetch_user_live_videos_by_room_id_v2(必填: room_id) 抖音直播间商品信息/Douyin live room product information GET /api/v1/douyin/web/fetch_live_room_product_result(必填: room_id, author_id) 获取商品详情/Get product detail GET /api/v1/douyin/web/fetch_product_detail(必填: product_id) 获取商品SKU列表/Get product SKU list GET /api/v1/douyin/web/fetch_product_sku_list(必填: product_id, author_id) 获取商品优惠券信息/Get product coupon information GET /api/v1/douyin/web/fetch_product_coupon(必填: product_id, shop_id, price, author_id, sec_user_id) 获取商品评价评分/Get product review score GET /api/v1/douyin/web/fetch_product_review_score(必填: product_id, shop_id) 获取商品评价列表/Get product review list GET /api/v1/douyin/web/fetch_product_review_list(必填: product_id, shop_id) 使用UID获取用户信息/Get user information by UID GET /api/v1/douyin/web/fetch_user_profile_by_uid(必填: uid) 获取批量用户信息(最多10个)/Get batch user profile (up to 10) GET /api/v1/douyin/web/fetch_batch_user_profile_v1(必填: sec_user_ids) 获取批量用户信息(最多50个)/Get batch user profile (up to 50) GET /api/v1/douyin/web/fetch_batch_user_profile_v2(必填: sec_user_ids) 使用UID获取用户开播信息/Get user live information by UID GET /api/v1/douyin/web/fetch_user_live_info_by_uid(必填: uid) 使用Short ID获取用户信息/Get user information by Short ID GET /api/v1/douyin/web/fetch_user_profile_by_short_id(必填: short_id) 生成短链接 GET /api/v1/douyin/web/handler_shorten_url(必填: target_url) 使用sec_user_id获取指定用户的信息/Get information of specified user by sec_user_id GET /api/v1/douyin/web/handler_user_profile(必填: sec_user_id) 使用