Skip to Content
平台能力抖快数据获取抖音热点宝数据

抖音热点宝数据

douyin-hotspot-treasure-data 通过 FunClaw 统一开放能力端点同步查询抖音热点宝主播视频列表,FunClaw 负责上游 app/t/sign 签名。

能力信息

字段
能力 Keydouyin-hotspot-treasure-data
能力名称抖音热点宝数据
能力类型douyin_hotspot_data
分类抖快数据获取
开放状态可通过统一开放能力执行入口调用

调用方式

POST /api/open/v1/organizations/{orgId}/capabilities/douyin-hotspot-treasure-data:executeAuthorization: Bearer <sk-organization-application-api-key>Content-Type: application/json

请求示例

{ "applicationId": "bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb", "input": { "anchor_id": "Douyin anchor id. Multiple values use comma separation, up to 100 values.", "publish_start_time": 0, "publish_end_time": 0, "page": 1, "per_page": 100 }}

响应示例

{ "capabilityKey": "douyin-hotspot-treasure-data", "message": "SUCCEEDED", "code": 200, "data": { "items": [ { "anchor_id": 888888888, "create_time": "2026-04-20T10:05:00+08:00", "douyin_uid": "douyin12345", "fans_cnt": 100000, "id": 1001, "nick_name": "达人昵称", "publish_time": "2026-04-20T10:00:00+08:00", "relate_comment_cnt": 500, "relate_cover_url": "https://example.com/cover.jpg", "relate_finished_rate": 0.42, "relate_image_cnt": 0, "relate_like_cnt": 5000, "relate_like_rate": 0.05, "relate_play_cnt": 100000, "relate_share_cnt": 800, "relate_video_detail": "https://www.douyin.com/video/73000000", "relate_video_duration": 60, "relate_video_id": "7300000000000000000", "relate_video_name": "精彩短视频标题", "relate_video_url": "https://example.com/video/play.mp4", "update_time": "2026-04-27T17:00:00+08:00", "user_id": 100 } ], "page": 0, "per_page": 0, "total": 0, "total_page": 0, "providerTraceId": "abc123" }}

本页由实时开放能力目录生成。后台调整能力配置后,文档目录刷新即可反映最新配置。