- API Usage Guide
- 🚨Announcements
- Account
- Taobao And Tmall
- rednote
- rednote pugongying
- Douyin
- Douyin Xingtu
- KOL Profile(V1)
- KOL Audience Profile(V1)
- KOL Follower Profile(V1)
- KOL Service Pricing(V1)
- KOL Data Overview(V1)
- Douyin KOL Search(V1)
- KOL Keyword Search(V1)
- KOL Conversion Analysis(V1)
- KOL Video Performance(V1)
- KOL Xingtu Index(V1)
- KOL Conversion Video Display(V1)
- KOL Connected Users(1)
- KOL Connected User Sources(V1)
- KOL Cost-Effectiveness Analysis(V1)
- KOL Content Performance(V1)
- Creator List Search(V3)
- KOL Follower Trend(V1)
- KOL Comment Keyword Analysis(V1)
- KOL Content Keyword Analysis(V1)
- Author Commerce Spread Info(V1)
- Author Commerce Seeding Base Info(V1)
- Kuaishou
- Weibo
- bilibili
- WeChat
- Ke Holdings
- IMDb
- Title Release Expectation Query(V1)
- Title Extended Details(V1)
- TitleTopCastAndCrew V1(TitleTopCastAndCrew V1)
- Title Base Info(V1)
- Title Redux Overview(V1)
- Title “Did You Know” Insights(V1)
- Title Critics Review Summary(V1)
- Title Awards Summary(V1)
- Title User Reviews Summary(V1)
- Title Plot Summary(V1)
- Title Contribution Questions(V1)
- Title Details(V1)
- Title Box Office Summary(V1)
- Title Recommendations(V1)
- Main Search(V1)
- Streaming Picks(V1)
- News by Category(V1)
- Title Chart Rankings(V1)
- Title Countries of Origin(V1)
- JD
- Meituan
- Xiecheng
- Gaode
- Feizhu
- Ele
User Search(V2)
GET
/api/xiaohongshu/search-user/v2
Request
Query Params
token
string
required
keyword
string
required
page
integer
required
Example:
1
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.117.133.51:30015/api/xiaohongshu/search-user/v2?token&keyword&page=1'
Responses
🟢200Success
application/json
Body
com.bigonelab.datashop.model.Result
code
integer
optional
message
string
optional
data
object
optional
recordTime
string
optional
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Modified at 2025-06-28 12:45:26