获取创作者列表/Get creator list
GET
https://api.tikhub.io/api/v1/tiktok/ads/get_creator_list
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:get_creator_list_api_v1_tiktok_ads_get_creator_list_get
[中文]
用途:
参数:
返回内容说明:
creators
: 创作者列表tcm_id
: TCM IDuser_id
: 用户IDnick_name
: 昵称avatar_url
: 头像URLcountry_code
: 国家代码follower_cnt
: 粉丝数liked_cnt
: 获赞总数tt_link
: TikTok链接tcm_link
: TCM链接items
: 作品列表item_id
: 作品IDcover_url
: 封面URLtt_link
: TikTok链接vv
: 观看量liked_cnt
: 点赞数create_time
: 创建时间pagination
: 分页信息page
: 当前页size
: 每页数量total
: 总数量has_more
: 是否有更多示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_creator_list",
"params": {
"page": "1",
"limit": "20",
"sort_by": "follower",
"creator_country": "US",
"audience_country": "",
"audience_count": "0"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"creators": [
{
"tcm_id": "7414477993612935173",
"user_id": "62133858422239232",
"nick_name": "Fernanda",
"avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/200b649d30f76f1238d771f4aff51ee1~tplv-tiktokx-cropcenter:100:100.png",
"country_code": "US",
"follower_cnt": 9135515,
"liked_cnt": 668294555,
"tt_link": "https://www.tiktok.com/@ferchugimenez",
"tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/7414477993612935173",
"items": [
{
"item_id": "7444674312784645432",
"cover_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/oQIBhn2EeBMUWQR5wVQACFEBtlDxgUDdAfoB8J~tplv-noop.image",
"tt_link": "https://www.tiktok.com/@author/video/7444674312784645432",
"vv": 13733332,
"liked_cnt": 516217,
"create_time": 1733348322
}
]
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 459,
"has_more": true
}
}
}
}
[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/get_creator_list",
"params": {
"page": "1",
"limit": "20",
"sort_by": "follower",
"creator_country": "US",
"audience_country": "",
"audience_count": "0"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"creators": [
{
"tcm_id": "7414477993612935173",
"user_id": "62133858422239232",
"nick_name": "Fernanda",
"avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/200b649d30f76f1238d771f4aff51ee1~tplv-tiktokx-cropcenter:100:100.png",
"country_code": "US",
"follower_cnt": 9135515,
"liked_cnt": 668294555,
"tt_link": "https://www.tiktok.com/@ferchugimenez",
"tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/7414477993612935173",
"items": [
{
"item_id": "7444674312784645432",
"cover_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/oQIBhn2EeBMUWQR5wVQACFEBtlDxgUDdAfoB8J~tplv-noop.image",
"tt_link": "https://www.tiktok.com/@author/video/7444674312784645432",
"vv": 13733332,
"liked_cnt": 516217,
"create_time": 1733348322
}
]
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 459,
"has_more": true
}
}
}
}
Request
Query Params
page
integer
Page
Default:
1
limit
integer
Limit
Default:
20
sort_by
string
Sort By
Default:
follower
creator_country
string
Creator Country
Default:
US
audience_country
string
Audience Country
Default:
audience_count
integer
Audience Count
Default:
0
keyword
string
Keyword
Request samples
Responses
Modified at 2025-06-16 00:25:53