【小红书】API接口,发布笔记-#话题列表搜索
小红书发布笔记-选择笔记的热门话题API接口
·
小红书话题搜索API接口详解 - 深圳小于科技助力内容精准投放
深圳小于科技(官网:https://www.szlessthan.com)提供的小红书话题搜索API接口,帮助开发者在发布笔记时可选择匹配热门话题,提升内容曝光率。
接口概览
- 接口地址:
${host_prefix}/api/xiaohongshu/searchTopic
- 请求方式: POST
- Content-Type:
application/json
核心功能
通过关键词搜索小红书平台热门话题,为笔记发布提供精准的话题匹配建议,有效提升内容发现率。
请求参数
参数名 | 必填 | 类型 | 说明 |
---|---|---|---|
appId | 是 | string | 应用AppId |
appSecret | 是 | string | 应用AppSecret |
platformShopId | 是 | string | 从「获取用户信息」接口返回的platformShopIdsStr 字段 |
pageIndex | 否 | int | 页码,默认1 |
filter | 是 | object | 查询条件对象 |
keyword | 是 | string | 搜索关键词(示例:“我的日常记录”) |
请求示例
{
"appId": "******",
"appSecret": "********",
"platformShopId": "xiaohongshu_865514537",
"pageIndex": 1,
"filter": {
"keyword": "我的日常记录"
}
}
更多推荐
所有评论(0)