Track concurrent player counts and game momentum for any title on Steam. Player trend data reveals which games are growing, which are declining, and when major launches or updates are driving spikes.
Tools for this workflow
get_trendsChart the full concurrent player history for any Steam game by display name - see the launch spike, post-launch retention curve, and whether a title holds its playerbase or bleeds out.
get_trends(keyword='Counter-Strike 2', source='steam', data_mode='weekly')
get_growthCalculate Steam player count growth over 3 months and 1 year - a game with consistent positive growth well after launch is building a durable audience, not riding a launch spike.
get_growth(keyword='Palworld', source='steam', percent_growth=['3M', '1Y'])
get_ranked_trendsFind which games are growing fastest in concurrent players right now - useful for spotting breakout titles before they dominate headlines or Twitch charts.
get_ranked_trends(source='steam', sort='yoy_pct_change', limit=25)
get_top_trendsSee which apps and games are topping App Store and Google Play charts right now - surfaces what consumers are downloading and playing across mobile and PC in real time.
get_top_trends(type='App Store Top Free', limit=20)
FAQ