OpenAPI 文档/抖音GET

抖音 — 实时热点排行

SpiderHubs OpenAPI 文档:抖音 — 实时热点排行,分类 抖音。接口 GET /openapi/v1/contentcreator/douyin/index/fetch_current_hot_topic。获取抖音指数(巨量算数)侧的当下实时热点排行,更新频率比 Billboard 更快。

OpId: dy-hot-current · 最近更新: 2026-05-23

说明

获取抖音指数(巨量算数)侧的当下实时热点排行,更新频率比 Billboard 更快。

基础信息

Endpoint:
GET /openapi/v1/contentcreator/douyin/index/fetch_current_hot_topic
计费:
1 积分 / 次
限流:
300 次 / 分钟 / 用户

请求参数说明

参数类型必填说明

响应字段说明

字段类型说明
codeint业务状态码,200 表示成功
request_idstring本次请求唯一标识,排查问题时可提供
dataobject业务数据容器,具体字段见下
list / word_listarray榜单条目列表
word / sentencestring热点词 / 话题
hot_value / hot_scoreint热度值
position / rankint排名
sentence_id / query_idstring话题 ID(可传给「话题相关视频」接口)
event_time / snapshot_timeint上榜 / 快照时间
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/douyin/index/fetch_current_hot_topic?' \
  -H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'
响应示例
{
  "code": 200,
  "request_id": "24c66619-68d5-48e5-a937-105f161e3084",
  "data": {
    "current": [
      {
        "rank": "1",
        "topic_name": "山西煤矿事故已致82死2失联",
        "topic_index": "11982813",
        "rank_flag": "0",
        "content_cnt": "10",
        "vv": "233903517",
        "category": "社会"
      },
      "... and 29 more"
    ],
    "rocketing": [
      {
        "rank": "1",
        "topic_name": "巴萨女足斩获队史第四座欧冠冠军",
        "topic_index": "7773746",
        "rank_flag": "0",
        "content_cnt": "3",
        "vv": "3561821",
        "category": "体育"
      },
      "... and 29 more"
    ]
  }
}

开始调用 SpiderHubs API

使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。