OpenAPI 文档/小红书GET

小红书 — 小红书热榜

SpiderHubs OpenAPI 文档:小红书 — 小红书热榜,分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/web_v2/fetch_hot_list。获取小红书平台热门内容排行榜(区别于「创作者热点灵感」)。无需参数。

OpId: xhs-hot-list · 最近更新: 2026-05-23

说明

获取小红书平台热门内容排行榜(区别于「创作者热点灵感」)。无需参数。

基础信息

Endpoint:
GET /openapi/v1/contentcreator/xiaohongshu/web_v2/fetch_hot_list
计费:
1 积分 / 次
限流:
300 次 / 分钟 / 用户

请求参数说明

参数类型必填说明

响应字段说明

字段类型说明
codeint业务状态码,200 表示成功
request_idstring本次请求唯一标识,排查问题时可提供
dataobject业务数据容器,具体字段见下
list / itemsarray热点条目列表
title / wordstring热点标题 / 关键词
rankint排名
hot_score / hot_valueint热度值
cursorstring翻页游标(信息流类返回)
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/xiaohongshu/web_v2/fetch_hot_list?' \
  -H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'
响应示例
{
  "code": 200,
  "request_id": "...",
  "data": { /* platform-native data — see endpoint reference for shape */ }
}

开始调用 SpiderHubs API

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