- API Usage Guide
- 🚨Announcements
- Account
- Taobao And Tmall
- rednote
- rednote pugongying
- Douyin
- Douyin Xingtu
- KOL Profile(V1)GET
- KOL Audience Profile(V1)GET
- KOL Follower Profile(V1)GET
- KOL Service Pricing(V1)GET
- KOL Data Overview(V1)GET
- Douyin KOL Search(V1)POST
- KOL Keyword Search(V1)GET
- KOL Conversion Analysis(V1)GET
- KOL Video Performance(V1)GET
- KOL Xingtu Index(V1)GET
- KOL Conversion Video Display(V1)GET
- KOL Connected Users(1)GET
- KOL Connected User Sources(V1)GET
- KOL Cost-Effectiveness Analysis(V1)GET
- KOL Content Performance(V1)GET
- Creator List Search(V3)GET
- KOL Follower Trend(V1)GET
- KOL Comment Keyword Analysis(V1)GET
- KOL Content Keyword Analysis(V1)GET
- Author Commerce Spread Info(V1)GET
- Author Commerce Seeding Base Info(V1)GET
- 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
KOL Profile(V1)
GET
/api/douyin-xingtu/get-kol-info/v1
Request
Query Params
token
string
required
kolId
string
required
platformChannel
string
required
_1 :抖音短视频(Video)
_10 :抖音直播(Live)
Example:
_1
acceptCache
boolean
optional
Example:
false
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/douyin-xingtu/get-kol-info/v1?token&kolId&platformChannel=_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-27 14:52:28