tiktok/ads/top-ads-spotlight
Get top ads spotlight for specific industries, showcasing the most popular ad cases Analyze creative trends and excellent cases within the industry Provide inspiration and reference for ad creative production
Input
Idle
Example output — click Run to generate your own
API README
Get top ads spotlight
Purpose:
- Get top ads spotlight for specific industries, showcasing the most popular ad cases
- Analyze creative trends and excellent cases within the industry
- Provide inspiration and reference for ad creative production
Parameters:
- industry: Industry ID, optional, returns cross-industry list if omitted, e.g., Education: 25000000000
- page: Page number, default 1
- limit: Items per page, default 20
Note:
- If you've applied one or more filters and there's no result returned, try adjusting or removing some of them. The TikTok Creator dataset only includes a selection of popular records and may not contain the complete set of data.
Return Description:
materials: Ad materials listcost: Cost levelctr: Click-through ratehighlight: Highlight descriptionid: Ad IDlike: Like countvideo_info: Video informationvid: Video IDduration: Duration in secondscover: Cover image URLvideo_url: Video playback URLs in multiple qualities360p: 360p quality video URL480p: 480p quality video URL540p: 540p quality video URL720p: 720p quality video URL
width: Video widthheight: Video height
pagination: Pagination infopage: Current pagesize: Items per pagetotal: Total counthas_more: Whether there are more items
Example Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_top_ads_spotlight",
"params": {
"industry": "25000000000",
"page": "1",
"limit": "20"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"materials": [
{
"cost": 2,
"ctr": 0.14,
"highlight": "Through the lens of a real person talking his way through the game, the video appears credible with commentary that sounds trustworthy.",
"id": "7165768841499066370",
"like": 377333,
"video_info": {
"vid": "v0911dg40001cdo7ukjc77ua0r66rqqg",
"duration": 19.156,
"cover": "https://p16-sign-va.tiktokcdn.com/tos-maliva-v-2c3654-us/1c87385bed544878bb94b61816a653a1~tplv-noop.image",
"video_url": {
"360p": "https://v16m-default.tiktokcdn.com/9e086e91176219d756e9c875fb739dc4/684d7e29/video/tos/useast2a/tos-useast2a-ve-0051c799-euttp/oIQcoRBNNpXbALnjIeLgbKfwWPDDDDIgQ9l6BF",
"480p": "https://v16m-default.tiktokcdn.com/2f304931bd351dad0e43e9771364bd78/684d7e29/video/tos/useast2a/tos-useast2a-ve-0051c799-euttp/o8lIsnPILWelBwDbDgDuwQj9UlNebAYdDUXBKS",
"540p": "https://v16m-default.tiktokcdn.com/351ae3acb3121d42db8a5091811b2340/684d7e29/video/tos/useast2a/tos-useast2a-ve-0051c799-euttp/oQwpeXyWjDBg7KXcBDeDgPnDDbANoISoQIb9Ql",
"720p": "https://v16m-default.tiktokcdn.com/a04bacceb906e5336a68158479f5eac5/684d7e29/video/tos/useast2a/tos-useast2a-ve-0051c799-euttp/oQQnWCmCDfpgIxegjrKAXZlbIPDNBDDbZQBHw9"
},
"width": 720,
"height": 1280
}
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 100,
"has_more": true
}
}
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

