keyword source · steam
Steam Trends API
Monthly concurrent player counts for any Steam game as a normalized time series, growth rates, and the live most-played feed. No Steam Web API key, no scraping SteamDB.
# one POST, every source POST https://api.trendsapi.ai/api Authorization: Bearer YOUR_API_KEY { "mode": "get_growth", "source": "steam", "keyword": "Baldur's Gate 3", "window": ["3M", "12M"] }
{
"search_term": "Baldur's Gate 3",
"data_source": "steam",
"results": [
{
"period": "3M",
"growth": -3.2,
"direction": "decrease"
},
{
"period": "12M",
"growth": 14.6,
"direction": "increase"
}
]
}Steam trend data, without the plumbing
Steam's own Web API does not expose player-count history, and SteamDB is a website you are not supposed to scrape. Trends API gives you the same class of data as clean JSON: how many people play a game, month over month, with growth computed and a live most-played feed.
Player counts answer the question hype cannot: is anyone still playing? A game can dominate YouTube for a week and lose half its players in a month. Querying both sources here, on the same 0-100 scale, separates launch noise from durable traction.
What people build with it
Check whether a genre is growing or whether last year's hit was the peak.
Track player momentum for public game publishers.
Time your release window against competitor decay curves.
Pick games with rising player counts, not just current hype.
How it compares
| Steam Web API / SteamDB | Trends API | |
|---|---|---|
| Player history | not exposed by Steam | monthly series |
| SteamDB scraping | against ToS, brittle | one call, JSON |
| Growth rates | compute yourself | 3M/6M/12M/5Y built in |
| Cross-industry compare | no | same scale as 14 other sources |
| Free tier | n/a | 100 requests/month |
Historical trend series for a keyword on this source, normalized 0-100.
Growth percentages over 3M / 6M / 12M / 5Y windows.
24 live trending feeds across platforms, no keyword needed.
Common questions
What Steam data does Trends API provide?
Monthly concurrent player counts for any game as a normalized time series, growth percentages over 3M/6M/12M/5Y windows, and the live Steam Most Played feed.
Do I need a Steam Web API key?
No. One Trends API key covers Steam and every other source.
How is this different from SteamDB?
SteamDB is a website you scrape against its terms. Trends API gives you the same class of data as clean JSON with normalization and growth already computed, in the same response shape as 14 other sources.
Can I compare a game's Steam players with its YouTube buzz?
Query steam alongside youtube or google search for the game title and compare normalized scores. Player counts and content interest often diverge in interesting ways.
How far back does history go?
Up to 5 years of monthly data on paid plans; 12 months on the free tier.
Related trend sources
Start pulling Steam trends in 60 seconds.
100 requests a month free. No credit card, no sales call. One key works for every source.