Structured TikTok hashtag data your AI can analyze, rank, and act on. Track which hashtags are growing, which are peaking, and which are fading - with normalized volume and growth rates per period.
Tools for this workflow
get_trendsExport the raw normalized TikTok hashtag time series for any keyword - each data point includes date, normalized volume (0-100), and absolute estimate for custom viral trend analysis.
get_trends(keyword='cleanbeauty', source='tiktok', data_mode='weekly')
get_growthCalculate TikTok hashtag growth over 1 month and 3 months - rapidly accelerating short-term growth with moderate long-term growth signals an active viral cycle worth acting on now.
get_growth(keyword='cleanbeauty', source='tiktok', percent_growth=['1M', '3M'])
get_ranked_trendsGet a ranked table of TikTok hashtags by current volume or weekly growth - hand this to a product or content team as a data-backed brief on what categories are exploding.
get_ranked_trends(source='tiktok', sort='latest_value', limit=50)
get_top_trendsPull TikTok's live trending hashtags in real time - no keyword needed. Use this to find what is breaking on the platform today before your competitors notice.
get_top_trends(type='TikTok Trending Hashtags', limit=25)
FAQ