Spot TikTok trends before they go mainstream. Track hashtag volume growth, viral spikes, and platform-specific demand signals - all accessible from your AI in plain language.
Tools for this workflow
get_trendsPull the full 5-year TikTok hashtag volume curve for any topic - daily mode gives last-30-days granularity to catch viral spikes within days of their start.
get_trends(keyword='booktok', source='tiktok', data_mode='daily')
get_growthMeasure TikTok hashtag growth over 1 and 3 months and compare against Google Search - a TikTok spike with lagging Google growth signals an early-stage trend still below mainstream awareness.
get_growth(keyword='booktok', source='tiktok, google search', percent_growth=['1M', '3M'])
get_ranked_trendsRank the fastest-growing TikTok hashtags this week - sorted by week-over-week change, this surfaces viral momentum before it hits peak saturation.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=25)
get_top_trendsSee what hashtags are trending on TikTok right now with no keyword needed - the fastest way to find what is going viral today across the entire platform.
get_top_trends(type='TikTok Trending Hashtags', limit=30)
FAQ