Identify Viral Content on TikTok
Discover which TikTok videos are going viral right now and analyze what makes them spread.
TikTok & Shorts trends and creators
Surface trending TikTok and YouTube Shorts content: videos, sounds, hashtags, and creators with engagement metrics. Filter by region, country, and time period. Discover viral sounds, trending hashtags, popular creators, and For You feeds.
Get details about a TikTok sound or song by its clip ID, including title, author, duration, and usage stats.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_song",
"input": {
"clip_id": "7182980753428668419"
}
}' \
https://api.toolrouter.com/v1/tools/callGet TikTok videos that use a specific sound or song. Returns a list of videos with engagement metrics.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_song_videos",
"input": {
"song_id": "7182980753428668419"
}
}' \
https://api.toolrouter.com/v1/tools/callGet popular and trending songs on TikTok. Filter by time period, country, and whether to show only newly trending songs. Can take up to 30 seconds.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_popular_songs",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callGet popular creators on TikTok. Filter by follower count, creator country, audience country, and sort order.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_popular_creators",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callGet popular and trending TikTok videos. Filter by time period, country, and sort by likes, views, comments, or shares.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_popular_videos",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callGet popular and trending hashtags on TikTok. Filter by time period, country, industry, and newly trending.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_popular_hashtags",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callGet the current trending feed from TikTok for a specific region. Returns the videos currently on the For You trending page.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_tiktok_trending_feed",
"input": {
"region": "US"
}
}' \
https://api.toolrouter.com/v1/tools/callGet approximately 48 trending YouTube Shorts. Call repeatedly to get new batches of trending shorts.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "trending-social-content",
"skill": "get_youtube_trending_shorts",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"trending-social-content","skill":"get_tiktok_song","input":{}}' \
https://api.toolrouter.com/v1/tools/callDiscover which TikTok videos are going viral right now and analyze what makes them spread.
Monitor which topics are gaining momentum on TikTok by analyzing popular videos and creator activity.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Monitor your brand presence across news, social media, and trending content while maintaining brand identity consistency.
Accelerate social media growth by auditing your profiles, discovering trends, analyzing top content, and generating visuals.
Research social commerce opportunities by analyzing shops, tracking viral commerce content, studying competitors, and monitoring market trends.
Launch user-generated content campaigns by researching audiences, studying UGC examples, finding creators, and creating supporting visuals.
Use the TikTok trending songs, creators, videos, and hashtags skills. They let you filter by time period and country, which makes the trends much easier to interpret.
Yes. The songs lookup has a `new_on_board` filter for newly trending sounds, which is useful when you want early signals instead of only the biggest hits.
Pull the sound details first, then use the song-to-videos lookup to see the posts built on that audio. That is the quickest way to study how creators are adapting a trend.
Yes. In addition to TikTok feeds, sounds, hashtags, and creators, the tool also returns trending YouTube Shorts batches.