小红书笔记搜索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
Request
Query Params
token
string
required
keyword
string
required
page
integer
required
Example:
1
sort
string
required
general :综合(Default)
popularity_descending :最热(Hot)
time_descending :最新(New)
comment_descending :最多评论(Comment Desc)
collect_descending :最多收藏(Collect Desc)
Example:
general
noteType
string
required
_0 :综合(General)
_1 :视频筛选(Video)
_2 :图文筛选(Normal)
_3 :直播筛选(Live)
Example:
_0
noteTime
string
optional
一天内 :一天内(within one day)
一周内 :一周内(within a week)
半年内 :半年内(Within half a year)
Request samples
Responses
Modified at 2025-04-22 10:19:43