Gaming
Steam Community logo

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 / call

    Returns a game's community hub content including guides, artwork, and reviews.

    app_id
    string · required
  • Game Workshop Listing

    act_steamcommunity_game_workshop_listingread1 credit / call

    Returns a game's Workshop items with titles, subscriptions, votes, and creators.

    app_id
    string · required
  • Trending Content Listing

    act_steamcommunity_trending_content_listingread1 credit / call

    Returns 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 / call

    Returns 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 / call

    Returns 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

All Gaming sites