Track where any Android app ranks on Google Play charts over time. Rankings history reveals which apps are climbing, which are fading, and where category competition is shifting.
Tools for this workflow
get_trendsChart a full ranking history for any Android app - see whether an app is climbing the charts, holding steady, or sliding in Google Play over the past 5 years.
get_trends(keyword='com.spotify.music', source='app rankings', data_mode='weekly')
get_growthCalculate ranking trend improvement or decline over 3 and 12 months - compare alongside app download growth to understand if chart gains are organic or driven by paid user acquisition campaigns.
get_growth(keyword='com.spotify.music', source='app rankings', percent_growth=['3M', '12M'])
get_ranked_trendsFind Android apps showing the fastest ranking improvement this quarter - useful for discovering emerging apps before they break into mainstream awareness.
get_ranked_trends(source='app rankings', sort='qoq_pct_change', limit=30)
FAQ