App store trend signals for AI agents

Understand mobile app store momentum for any app or category. Which apps are climbing in installs? Which categories are growing fastest? App store trend data gives your AI mobile market intelligence without an app store API.

get_trends

Chart Google Play install momentum for any app over time using its bundle ID - see whether an app is in early growth, hitting peak installs, or experiencing churn.

get_trends(keyword='com.openai.chatgpt', source='app downloads', data_mode='weekly')

get_growth

Calculate app download growth over 6 months and 1 year - compare two competing apps side by side to see which is winning the install race in its category.

get_growth(keyword='com.openai.chatgpt', source='app downloads', percent_growth=['6M', '1Y'])

get_ranked_trends

Find which apps are growing fastest in downloads across the entire Google Play ecosystem - surfaces emerging mobile apps before they appear on mainstream app charts.

get_ranked_trends(source='app downloads', sort='yoy_pct_change', limit=30)

get_top_trends

Pull Google Play's live top charts and App Store top free/paid rankings right now - no bundle ID needed. See which apps are winning consumer attention at this moment.

get_top_trends(type='App Store Top Free', limit=25)

Common questions

JSON with normalized install trend (0-100), growth percentage over the selected period, and a weekly time series. Includes a data quality score based on app install volume.
Yes. Call get_growth for each bundle ID and compare the results - useful for competitive analysis of apps in the same category.
The underlying AppBrain data is indexed by Android package name (bundle ID), not display names. Example: 'com.whatsapp' for WhatsApp, 'com.instagram.android' for Instagram.