抖音 — 实时热点排行
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 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 业务状态码,200 表示成功 |
| request_id | string | 本次请求唯一标识,排查问题时可提供 |
| data | object | 业务数据容器,具体字段见下 |
| list / word_list | array | 榜单条目列表 |
| word / sentence | string | 热点词 / 话题 |
| hot_value / hot_score | int | 热度值 |
| position / rank | int | 排名 |
| sentence_id / query_id | string | 话题 ID(可传给「话题相关视频」接口) |
| event_time / snapshot_time | int | 上榜 / 快照时间 |
请求示例 · 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 调用接口。