Steam Community API
steamcommunity.com
Steam Community hub - titles, guides, artwork, reviews, and workshop listings.
- Actions
- 5
- Category
- Gaming
- Login
- Not required
- Output
- JSON
Call the Steam Community API
Submit a task, then poll the job until it settles. This example runs act_steamcommunity_app_hub_content_listing.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_steamcommunity_app_hub_content_listing",
"params": {
"app_id": "225260"
}
}'5 actions on steamcommunity.com
Read
App Hub Content Listing
act_steamcommunity_app_hub_content_listingread1 credit / callReturns a game's community hub content including guides, artwork, and reviews.
- app_id
- string · required
Game Workshop Listing
act_steamcommunity_game_workshop_listingread1 credit / callReturns a game's Workshop items with titles, subscriptions, votes, and creators.
- app_id
- string · required
Trending Content Listing
act_steamcommunity_trending_content_listingread1 credit / callReturns trending community reviews and guides with games and helpful counts.
- locale
- string
- browse_filter
- string
- app_hub_subsection
- string
- force_anon
- string
Workshop Browse Listing
act_steamcommunity_workshop_browse_paginationread2 credits / callReturns Workshop games with titles, item counts, and preview images.
- browse_query
- string · required
- start_offset
- string · required
- page_size
- string · required
Workshop Item Details
act_steamcommunity_workshop_item_detailread1 credit / callReturns a Workshop item's title, author, description, and rating.
- publishedfile_id
- string · required
- inside_modal
- string
Steam Community API questions
- Is there an API for Steam Community?
- Steam Community does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for steamcommunity.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Steam Community data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when steamcommunity.com changes its markup, Anakin updates the action.
- Do I need a Steam Community account?
- No. Every Steam Community action listed here runs anonymously — no account and no credentials required.
- What does the Steam Community API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Gaming APIs
17Lands
Magic: The Gathering draft analytics - card win rates, archetypes, filters, and leaderboards.
CS Steam Analyst
CS:GO/CS2 skin market - prices, price history, trends, rankings, and index.
CSGOSkins
CS2 skin search - item detail and multi-marketplace pricing comparison.
Eneba
Digital game keys and gift cards marketplace - search, details, pricing, and seller offers.
Epic Games
Epic Games Store - game search, product details, pricing, and system requirements.
Fortnite Tracker
Fortnite Tracker - player stats, leaderboards, item shop, and account search.