Gaming
CSGOSkins logo

CSGOSkins API

csgoskins.gg

CS2 skin search - item detail and multi-marketplace pricing comparison.

Actions
8
Category
Gaming
Login
Not required
Output
JSON

Call the CSGOSkins API

Submit a task, then poll the job until it settles. This example runs act_csgoskins_gg_collection_skin_listing_ssr.

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_csgoskins_gg_collection_skin_listing_ssr",
    "params": {
      "collection_slug": "the-train-2025-collection"
    }
  }'

8 actions on csgoskins.gg

Read

  • Collection Skin Listing

    act_csgoskins_gg_collection_skin_listing_ssrread1 credit / call

    Returns skins in a collection with prices and ratings.

    collection_slug
    string · required
  • Filtered Collection Listing

    act_csgoskins_gg_filtered_collection_listing_ssrread2 credits / call

    Returns a collection's skins filtered by wear and sorted by price.

    collection_slug
    string · required
    exterior
    string · required
    sort_order
    string · required
  • Homepage Browse

    act_csgoskins_gg_homepage_browse_ssrread1 credit / call

    Returns the homepage with featured skins, prices, rarity, and collections.

  • Marketplace Item Popularity

    act_csgoskins_gg_marketplace_item_popularityread2 credits / call

    Returns item popularity including ratings, search volume, and rank.

    marketplace_item_slug
    string · required
  • Search Results Listing

    act_csgoskins_gg_search_results_listing_ssrread1 credit / call

    Returns search results with matching skins, prices, and rarity.

    search_query
    string · required
  • Skin Details

    act_csgoskins_gg_skin_detail_ssrread1 credit / call

    Returns skin detail including price, availability, images, and marketplace offers.

    item_slug
    string · required
  • Weapon Skin Listing

    act_csgoskins_gg_weapon_skin_listing_ssrread1 credit / call

    Returns skins for a weapon with prices and ratings.

    weapon_slug
    string · required

Write

Write actions change state on csgoskins.gg and run as the account you connect.

  • Search Autocomplete

    act_csgoskins_gg_search_autocompletewrite2 credits / call

    Searches by query, returning typeahead hits with titles, categories, and item URLs.

    search_query
    string · required

CSGOSkins API questions

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