Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
sound_list: 音乐列表id: 音乐IDtitle: 音乐标题author: 音乐作者duration: 时长(秒)trend: 趋势数据related_items: 使用该音乐的视频数量is_commercial: 是否商业音乐pagination: 分页信息{
"code": 200,
"router": "/api/v1/tiktok/ads/search_sound",
"params": {
"keyword": "taylor swift",
"period": 7,
"page": 1
},
"data": {
"sound_list": [
{
"id": "7156826385225353217",
"title": "Karma",
"author": "Taylor Swift",
"duration": 30,
"trend": [
{"time": 1746000000, "value": 15000}
],
"related_items": 5678,
"is_commercial": true
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 156,
"has_more": true
}
}
}sound_list: Music listid: Music IDtitle: Music titleauthor: Music authorduration: Duration in secondstrend: Trend datarelated_items: Number of videos using this musicis_commercial: Whether commercial musicpagination: Pagination info{
"code": 200,
"router": "/api/v1/tiktok/ads/search_sound",
"params": {
"keyword": "taylor swift",
"period": 7,
"page": 1
},
"data": {
"sound_list": [
{
"id": "7156826385225353217",
"title": "Karma",
"author": "Taylor Swift",
"duration": 30,
"trend": [
{"time": 1746000000, "value": 15000}
],
"related_items": 5678,
"is_commercial": true
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 156,
"has_more": true
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/search_sound?keyword=taylor swift&period&page&limit&rank_type&new_on_board&commercial_music&country_code' \
--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
}