Structured consumer purchase-intent data from Amazon, delivered directly to your AI. Identify growing product categories, measure demand seasonality, and track competitor keyword momentum without an Amazon Seller account.
Tools for this workflow
get_trendsExport the full Amazon product search time series for any category keyword - identify seasonal peaks (e.g. gifting, back-to-school, summer) that inform inventory and ad timing.
get_trends(keyword='collagen supplements', source='amazon', data_mode='weekly')
get_growthCalculate Amazon product search growth over 1-year and 3-month windows - consistent multi-period growth indicates durable demand rather than a short-lived spike.
get_growth(keyword='collagen supplements', source='amazon', percent_growth=['3M', '1Y'])
get_ranked_trendsRank product categories by Amazon search growth to find which have the highest rising purchase intent - prioritize these for new product development or inventory expansion.
get_ranked_trends(source='amazon', sort='yoy_pct_change', limit=40)
get_top_trendsPull Amazon's live best-seller and top-rated lists to see which products consumers are actively buying and rating right now across all categories.
get_top_trends(type='Amazon Best Sellers Top Rated', limit=30)
FAQ