Steam Live Player Count Ranker avatar

Steam Live Player Count Ranker

Pricing

Pay per event

Go to Apify Store
Steam Live Player Count Ranker

Steam Live Player Count Ranker

Compare live concurrent player counts across multiple Steam games in one run - real-time popularity, ranked side by side.

Pricing

Pay per event

Rating

0.0

(0)

Developer

saint person

saint person

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

🎮 Steam Player Count Ranker

🚀 Compare live concurrent player counts across Steam games in one run. No single-game lookup - a side-by-side popularity snapshot.

🕒 Last updated: 2026-07-11 · 📊 4 fields per game · Built on Steam's official public API (no key)

🎁 Try it free: the free Apify plan returns up to 10 results per run - enough to see the output quality. Any paid Apify plan unlocks full-size runs.

Give it a list of Steam App IDs and it pulls each game's live concurrent player count from Steam's own API, all in one run - so you can see Counter-Strike 2 at 645K players next to Dota 2 at 418K and PUBG at 107K, instead of checking each Steam Charts page separately.

🎯 Target Audience💡 Primary Use Cases
Game journalists, esports analysts, indie devs, gaming content creatorsCompetitive-landscape research, launch-day tracking, market research, content ideas

📋 What this Actor does

  • Fetches live concurrent player counts for any list of Steam App IDs
  • Resolves well-known App IDs to real game names automatically
  • Returns one row per game with a timestamp, ready to sort or chart
  • Runs in one pass - no manual page-by-page checking

💡 Why it matters: Steam Charts and the Steam store only show one game at a time. This gives you a ranked table across as many games as you want, in one API call.


🎬 Full demo

🚧 Video walkthrough coming soon - the Quick Start below takes under 3 minutes end to end.


⚙️ Input

InputTypeDefaultBehavior
appIdsstring(prefilled)Comma-separated Steam App IDs, up to 20

Example: Battle royale showdown

{ "appIds": "578080, 1172470, 730" }

Example: Story-driven hits

{ "appIds": "1086940, 1245620, 1091500, 292030" }

⚠️ Good to know: find any game's App ID in its store URL: store.steampowered.com/app/<id>.


📊 Output

Each game returns 4 fields. Download as CSV, Excel, JSON, or XML, or consume via the Apify API.

🧾 Schema

FieldTypeExample
appIdinteger730
gameNamestringCounter-Strike 2
currentPlayersinteger645749
generatedAtstring2026-07-11T00:04:30Z

📦 Sample record

{"appId":730,"gameName":"Counter-Strike 2","currentPlayers":645749,"generatedAt":"2026-07-11T00:04:30Z"}

✨ Why choose this Actor

Capability
🏆Side-by-side, not one at a time. Up to 20 games ranked in a single run.
Built on Steam's official API. Free, no key - stable and durable.
🎮Real game names. Built-in lookup for major titles, not raw App IDs.
🔁Automatic retries. Transient failures retry with backoff.
💳Pay per result. No subscription. A 5-game run costs about $0.03.

📊 Turns 5 manual Steam Charts checks into 1 ranked table.


📈 How it compares to alternatives

ApproachCostCoverageRefreshSetup
⭐ Steam Player Count Ranker (this Actor)$5 free credit, then pay-per-useAny game, up to 20 per runLive per run⚡ 2 min
SteamCharts.com manuallyFreeOne game at a timeLive🐢 Manual, one by one
Steam store pageFreeOne game, no historyLive🐢 No cross-game comparison
Manual copy-pasteFreeCurrent session onlyOne-shot🐢 Hours of clicking

Pick this Actor when you want a ranked, multi-game player-count view without checking each one individually.


🚀 How to use

  1. 📝 Sign up. Create a free Apify account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the Steam Player Count Ranker page on the Apify Store.
  3. ✏️ Set your input. List your App IDs - or just press Start, the prefilled example works.
  4. 🚀 Run it. Watch results stream into the Dataset tab.
  5. 📥 Download. Grab results as CSV, Excel, JSON, or XML - or pipe them anywhere via the Apify API.

⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


💼 Business use cases

  • Game journalists: back a "biggest games right now" story with real numbers.
  • Esports analysts: track player counts around tournament launches.
  • Indie devs: benchmark your game's audience against genre leaders.
  • Content creators: find which games are trending for video/stream ideas.

🌟 Beyond business use cases

  • 🎓 Research & academia - gaming-industry and engagement studies.
  • 🎨 Personal & creative - gaming newsletter or YouTube content research.
  • 🤝 Non-profit & civic - digital-wellbeing and gaming-trend awareness research.
  • 🧪 Experimentation - prototype a gaming-analytics dashboard on real data.

🔌 Automating Steam Player Count Ranker

Node.js (apify-client on NPM):

const { ApifyClient } = require('apify-client');
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('saint_person/steam-player-count-ranker').call({ appIds: "730, 570, 578080, 1172470, 440" });
const { items } = await client.dataset(run.defaultDatasetId).listItems();

Python (apify-client on PyPI):

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('saint_person/steam-player-count-ranker').call(run_input={"appIds": "730, 570, 578080, 1172470, 440"})
items = client.dataset(run['defaultDatasetId']).list_items().items

📚 Full Apify API documentation

Apify Schedules triggers this Actor on any cron interval - hourly for a standing player-count watch.


🧠 Use via MCP (for AI agents)

Steam Player Count Ranker is directly callable by any MCP-compatible AI agent (Claude, ChatGPT, Cursor, and others) through Apify's hosted MCP server - no custom integration code needed.

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/sse?actors=saint_person/steam-player-count-ranker",
"headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
}
}
}

Once connected, just ask your agent something like: "Use the Steam Player Count Ranker Actor to tell me which of these games has the most players right now."

📚 Apify MCP server docs


🤖 Ask an AI assistant about this Actor


❓ Frequently Asked Questions

🧩 How does it work?

It calls Steam's official live-player-count endpoint once per App ID you list, then returns one row per game.

Why player count and not review scores or sales?

Live player count is public, real-time, and free via Steam's own API - reviews and sales figures require scraping or aren't public at all.

What if I list an App ID this Actor doesn't recognize?

It still returns the live player count, labeled as "App {id}" instead of a name.

⏰ Can I schedule regular runs?

Yes. Use Apify Schedules to run this Actor on any cron interval.

This Actor only collects data that is publicly accessible via Steam's free API. No login, no bypass of access controls.

💳 Do I need a paid Apify plan?

No. The free Apify plan is enough for testing and small runs.

🔁 What happens if a run fails?

Transient errors retry automatically with backoff. If a run still fails, the log explains exactly why.

🆘 What if I need help?

Open an issue on this Actor's Issues tab.


🔌 Integrate with any app


Pairs well with Chess Leaderboard Comparator for cross-platform gaming-popularity comparisons.

💡 Pro tip: browse the complete saint_person collection for more tools like this.


🆘 Help & custom requests

  • 🐛 Something not working? Open an issue on this Actor's Issues tab.
  • 🛠️ Need a custom feature or a different data source? Open an issue describing what you need.

⚠️ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Valve or Steam. All trademarks are the property of their respective owners. Only publicly available data is collected.