抖音 — 创作者中心创作热点
SpiderHubs OpenAPI 文档:抖音 — 创作者中心创作热点,分类 抖音。接口 GET /openapi/v1/contentcreator/douyin/creator/fetch_creator_hot_spot_billboard。获取创作者中心首页推荐的"创作热点"榜单,可按标签 / 热搜...
OpId:
dy-hot-creator-billboard · 最近更新: 2026-05-23说明
获取创作者中心首页推荐的"创作热点"榜单,可按标签 / 热搜类型 / 城市筛选。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/douyin/creator/fetch_creator_hot_spot_billboard
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| billboard_tag | string | 否 | 榜单标签 |
| hot_search_type | string | 否 | 热搜类型 |
| city_code | string | 否 | 城市编码 |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| 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/creator/fetch_creator_hot_spot_billboard?' \
-H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'响应示例
{
"code": 200,
"request_id": "0cdaaade-d30f-4530-a731-bd65df398874",
"data": {
"item_list": [
{
"aweme_list": null,
"category": "社会",
"cover": {
"uri": "tos-cn-p-0015/oUSYIdC92ARrWYDEADgFaE6WEfuAqoEB6BteSA",
"url_list": [
"https://p5-ex-gddgtc-sign.douyinpic.com/tos-cn-p-0015/oUSYIdC92ARrWYDEADgFaE6WEf...",
"... and 2 more"
]
},
"hot_score": 11948032,
"key_words": null,
"query_id": "2509937",
"rank": 1,
"rank_diff": 0,
"related_item_ids": null,
"title": "山西煤矿事故已致82死2失联"
},
"... and 49 more"
],
"status_code": 0,
"status_msg": "",
"update_time": 20260524170500
}
}开始调用 SpiderHubs API
使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。