Gaming
CS Steam Analyst logo

CS Steam Analyst API

csgo.steamanalyst.com

CS:GO/CS2 skin market - prices, price history, trends, rankings, and index.

Actions
9
Category
Gaming
Login
Not required
Output
JSON

Call the CS Steam Analyst API

Submit a task, then poll the job until it settles. This example runs act_csgo_steamanalyst_category_browse_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_csgo_steamanalyst_category_browse_listing",
    "params": {
      "category_slug": "knife"
    }
  }'

9 actions on csgo.steamanalyst.com

Read

  • Browse Category Listing

    act_csgo_steamanalyst_category_browse_listingread2 credits / call

    Returns skins in a category with prices and item metadata, sorted and paginated.

    category_slug
    string · required
    order
    string
    page
    string
  • Homepage Dashboard

    act_csgo_steamanalyst_homepage_dashboard_ssrread1 credit / call

    Returns the homepage market dashboard with featured skins, prices, and summary market data.

  • Market Index Summary

    act_csgo_steamanalyst_market_index_summaryread1 credit / call

    Returns the market index value, change, volume, and 24-hour history.

  • Market Trends

    act_csgo_steamanalyst_market_trends_pageread1 credit / call

    Returns trending skins with prices and 24h, 7d, and 30d price movement metrics.

  • Player Activity

    act_csgo_steamanalyst_market_player_activityread1 credit / call

    Returns current player counts with 24-hour activity history and peaks.

  • Price History

    act_csgo_steamanalyst_price_history_sparklineread1 credit / call

    Returns daily price history points for a specific skin variant.

    item_id
    string · required
  • Skin Details

    act_csgo_steamanalyst_skin_detail_ssrread1 credit / call

    Returns full skin details including price, float range, rarity, exterior, and collection.

    skin_slug
    string · required
  • Skin Name Search

    act_csgo_steamanalyst_skin_name_listingread2 credits / call

    Returns skins matching a name with prices, wear variants, and collections.

    search_name
    string · required
    order
    string
  • Skin Rankings

    act_csgo_steamanalyst_skin_rankings_listingread2 credits / call

    Returns skins ranked by price change over a timeframe with prices and change metrics.

    sort
    string · required
    timeframe
    string · required
    limit
    string

CS Steam Analyst API questions

Is there an API for CS Steam Analyst?
CS Steam Analyst does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for csgo.steamanalyst.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 CS Steam Analyst 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 csgo.steamanalyst.com changes its markup, Anakin updates the action.
Do I need a CS Steam Analyst account?
No. Every CS Steam Analyst action listed here runs anonymously — no account and no credentials required.
What does the CS Steam Analyst 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