Marketplace demand shows up as product and category search on Amazon before it stabilizes elsewhere. Source amazon gives assistants high-intent curves for naming SKUs, planning inventory, and stress-testing launch timing against real shopper queries.
People type shorter, SKU-aware strings on Amazon than on Google web. Trends MCP still accepts any keyword or phrase the Data Sources table allows, but assistants should validate wording with merchandisers.
Sellers pass a shortlist of candidate titles through get_growth. Consultants stack amazon with google shopping and tiktok to see whether buzz leads or follows purchase intent.
Amazon search trends, Amazon product data. Hub: MCP trend tools for assistants.
Tools for this workflow
get_trendsReview multi-year Amazon search interest before committing to a private-label line.
get_trends(keyword='air fryer', source='amazon', data_mode='weekly')
get_growthCompare 3M and 12M shopper demand for competing product phrases.
get_growth(keyword='air fryer', source='amazon', percent_growth=['3M', '12M', 'YTD'])
get_ranked_trendsSurface rising Amazon-oriented queries for product ideation.
get_ranked_trends(source='amazon', sort='mom_pct_change', limit=25)
get_top_trendsList top-rated best sellers or category winners right now.
get_top_trends(type='Amazon Best Sellers Top Rated', limit=20)
FAQ