小红书笔记搜索V2(Note Search V2)
GET
/api/xiaohongshu/search-note/v2- 0:Success(扣费/Charge)
- 100:TOKEN Invalid/Unactivated
- 300:API Invalid
- 301:Failed, Please Retry
- 302:Too Fast
- 400:Param Illegal
- 500:Server Error
- 600:Permission Unusual
- 601:Insufficient Balance
Set Timeout >= 60s
Request
Query Params
token
string
required
TOKEN
keyword
string
required
Search Keywords
page
integer
required
Page(start from 1)
Example:
1
sort
string
required
Sort(default:general)
general :综合(Default)
popularity_descending :最热(Hot)
time_descending :最新(New)
Example:
general
noteType
string
required
Note type(default: _0)
_0 :综合(General)
_1 :视频筛选(Video)
_2 :图文筛选(Normal)
Example:
_0
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
optional
message
string
optional
data
object (Object)
optional
recordTime
string
optional
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Last modified: 14 天前