Measure real consumer purchase intent. Amazon search volume reveals what people are actively looking to buy - not just research. Historical demand curves and growth signals, queryable by your AI.
Tools for this workflow
get_trendsChart 5 years of Amazon product search volume for any keyword - see whether consumer purchase intent is growing steadily, seasonal, or in decline.
get_trends(keyword='air fryer', source='amazon', data_mode='weekly')
get_growthCompare Amazon purchase intent growth against Google Search and TikTok - if Amazon is growing while TikTok leads, the trend is converting from social buzz to active buying.
get_growth(keyword='air fryer', source='amazon, google search, tiktok', percent_growth=['1M', '3M', '6M'])
get_ranked_trendsGet a ranked list of the fastest-growing Amazon product search categories this quarter - ideal for finding white-space product opportunities before they become crowded.
get_ranked_trends(source='amazon', sort='qoq_pct_change', limit=30)
get_top_trendsSee Amazon's best-selling and top-rated products right now - no keyword needed. Use this to spot consumer demand shifts and product category breakouts in real time.
get_top_trends(type='Amazon Best Sellers Top Rated', limit=25)
FAQ