搜索创作者/Search creators
GET
https://api.tikhub.io/api/v1/tiktok/ads/search_creators
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:search_creators_api_v1_tiktok_ads_search_creators_get
[中文]
用途:
参数:
返回内容说明:
creators
: 创作者列表tcm_id
: 创作者市场IDuser_id
: 用户IDnick_name
: 昵称avatar_url
: 头像URLcountry_code
: 国家代码follower_cnt
: 粉丝数liked_cnt
: 总点赞数tt_link
: TikTok个人主页链接tcm_link
: 创作者市场链接items
: 作品列表item_id
: 作品IDcover_url
: 封面URLtt_link
: 作品链接vv
: 观看量liked_cnt
: 点赞数create_time
: 创建时间戳pagination
: 分页信息page
: 当前页码size
: 每页数量total
: 总数has_more
: 是否有更多示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/search_creators",
"params": {
"keyword": "jo",
"page": "1",
"limit": "20",
"sort_by": "follower",
"creator_country": "US"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"creators": [
{
"tcm_id": "6894787532572065797",
"user_id": "6684747467718820870",
"nick_name": "Josh Zilberberg",
"avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/f11c960c637601225c29d6e7849069eb~tplv-tiktokx-cropcenter:100:100.png",
"country_code": "US",
"follower_cnt": 3048368,
"liked_cnt": 130131619,
"tt_link": "https://www.tiktok.com/@josh.zilberberg",
"tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/6894787532572065797",
"items": [
{
"item_id": "7406005139112283397",
"cover_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/6e0c79311c2b49758674ae64721c495b_1724344961~tplv-noop.image",
"tt_link": "https://www.tiktok.com/@author/video/7406005139112283397",
"vv": 3266905,
"liked_cnt": 4057,
"create_time": 1724344950
}
]
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 6,
"has_more": false
}
}
}
}
[English]
Purpose:
Parameters:
Return Description:
creators
: Creator listtcm_id
: TikTok Creator Marketplace IDuser_id
: User IDnick_name
: Nicknameavatar_url
: Avatar URLcountry_code
: Country codefollower_cnt
: Follower countliked_cnt
: Total likes counttt_link
: TikTok profile linktcm_link
: Creator marketplace linkitems
: Video listitem_id
: Video IDcover_url
: Cover image URLtt_link
: Video linkvv
: View countliked_cnt
: Like countcreate_time
: Creation timestamppagination
: Pagination infopage
: Current pagesize
: Items per pagetotal
: Total counthas_more
: Has more pagesExample Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/search_creators",
"params": {
"keyword": "jo",
"page": "1",
"limit": "20",
"sort_by": "follower",
"creator_country": "US"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"creators": [
{
"tcm_id": "6894787532572065797",
"user_id": "6684747467718820870",
"nick_name": "Josh Zilberberg",
"avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/f11c960c637601225c29d6e7849069eb~tplv-tiktokx-cropcenter:100:100.png",
"country_code": "US",
"follower_cnt": 3048368,
"liked_cnt": 130131619,
"tt_link": "https://www.tiktok.com/@josh.zilberberg",
"tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/6894787532572065797",
"items": [
{
"item_id": "7406005139112283397",
"cover_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/6e0c79311c2b49758674ae64721c495b_1724344961~tplv-noop.image",
"tt_link": "https://www.tiktok.com/@author/video/7406005139112283397",
"vv": 3266905,
"liked_cnt": 4057,
"create_time": 1724344950
}
]
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 6,
"has_more": false
}
}
}
}
Request
Query Params
keyword
string
Keyword
Example:
jo
page
integer
Page
Default:
1
limit
integer
Limit
Default:
20
sort_by
string
Sort By
Default:
follower
creator_country
string
Creator Country
Default:
US
Request samples
Responses
Modified at 2025-06-16 00:25:53