Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
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
}
}
}
}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 pages{
"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
}
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/search_creators?keyword=jo&page&limit&sort_by&creator_country' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}