Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
audience_country: 受众国家列表id: 国家代码value: 国家名称creator_country: 创作者所在国家列表sort_by: 支持的排序方式{
"code": 200,
"router": "/api/v1/tiktok/ads/get_creator_filters",
"params": {},
"data": {
"audience_country": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"}
],
"creator_country": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"}
],
"sort_by": ["follower", "engagement", "avg_views"]
}
}audience_country: Audience country listid: Country codevalue: Country namecreator_country: Creator country listsort_by: Supported sorting methods{
"code": 200,
"router": "/api/v1/tiktok/ads/get_creator_filters",
"params": {},
"data": {
"audience_country": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"}
],
"creator_country": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"}
],
"sort_by": ["follower", "engagement", "avg_views"]
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_creator_filters' \
--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
}