Track mobile app growth signals for any app or category. Download trend data reveals which apps are gaining users, which categories are booming, and where mobile consumer attention is shifting.
Tools for this workflow
get_trendsChart the full Android install trend for any app using its bundle ID - see whether download growth is accelerating, plateauing, or declining over the past 5 years.
get_trends(keyword='com.duolingo', source='app downloads', data_mode='weekly')
get_growthCalculate app download growth over 3 and 6 months and compare against the app's web traffic - divergence between the two can reveal whether growth is organic or paid-acquisition-driven.
get_growth(keyword='com.duolingo', source='app downloads', percent_growth=['3M', '6M'])
get_ranked_trendsFind which Android apps are seeing the fastest download growth - useful for identifying emerging mobile products before they appear in mainstream app store charts.
get_ranked_trends(source='app downloads', sort='yoy_pct_change', limit=30)
get_top_trendsSee which apps are topping Google Play right now - no bundle ID needed. Use this to spot new breakout apps and category shifts in the mobile market in real time.
get_top_trends(type='Google Play', limit=25)
FAQ