App store rankings tell you where an app is today. Trends MCP tells you where it is going. Track Android install velocity, web traffic growth, Google Search brand interest, and TikTok mention momentum for any app - so you can spot breakout apps early, benchmark competitors, and monitor your own growth trajectory from your AI assistant.
Tools for this workflow
get_trendsChart Android install trends for any app using its bundle ID - see the full download history including launch spikes, post-launch retention, and whether growth is accelerating or plateauing.
get_trends(keyword='com.openai.chatgpt', source='app downloads', data_mode='weekly')
get_growthMeasure app download growth and compare it against the app's web traffic and branded search - if downloads are growing but web traffic is flat, growth is likely paid acquisition rather than organic.
get_growth(keyword='com.openai.chatgpt', source='app downloads, webtraffic, google search', percent_growth=['3M', '6M'])
get_ranked_trendsFind the fastest-growing apps on Google Play by download growth rate - surfaces emerging mobile apps gaining user adoption before they appear in mainstream app store charts or press coverage.
get_ranked_trends(source='app downloads', sort='yoy_pct_change', limit=25)
get_top_trendsSee which apps are topping App Store and Google Play charts right now - the fastest way to monitor the mobile competitive landscape and spot breakout apps in real time.
get_top_trends(type='App Store Top Free', limit=25)
FAQ