Discover/csgoskins.gg API
live

csgoskins.gg APIcsgoskins.gg

Access CS2 skin marketplace prices, multi-platform offers, price statistics, and historical trends via the csgoskins.gg API. Browse, search, and filter by weapon, rarity, and wear.

Endpoints
3
Updated
3mo ago
Try it
Page number for pagination.
Sort order. Accepted values: popularity, price-asc, price-desc.
Search keyword to filter skins by name (e.g. 'Dragon Lore').
Rarity grade filter (e.g. 'Covert', 'Classified').
Weapon type filter (e.g. 'AK-47', 'AWP').
Exterior quality filter (e.g. 'factory-new', 'minimal-wear', 'field-tested', 'well-worn',
Maximum price in USD.
Minimum price in USD.
api.parse.bot/scraper/c9ca278b-3eb4-4ff7-94ef-485bec0cc20a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c9ca278b-3eb4-4ff7-94ef-485bec0cc20a/browse_skins?page=1&order=popularity' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Browse or search for CS2 skins with various filters. Returns a paginated list of skins with basic info including name, weapon type, rarity, and slug for detail lookup.

Input
ParamTypeDescription
pageintegerPage number for pagination.
orderstringSort order. Accepted values: popularity, price-asc, price-desc.
querystringSearch keyword to filter skins by name (e.g. 'Dragon Lore').
raritystringRarity grade filter (e.g. 'Covert', 'Classified').
weaponstringWeapon type filter (e.g. 'AK-47', 'AWP').
exteriorstringExterior quality filter (e.g. 'factory-new', 'minimal-wear', 'field-tested', 'well-worn', 'battle-scarred').
price_maxnumberMaximum price in USD.
price_minnumberMinimum price in USD.
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "count": "integer number of skins returned on this page",
    "skins": "array of skin objects with name, weapon, skin_name, slug, url, rarity, and price_range",
    "has_next": "boolean indicating if more pages exist"
  },
  "sample": {
    "data": {
      "page": 1,
      "count": 48,
      "skins": [
        {
          "url": "https://csgoskins.gg/items/ak-47-crane-flight",
          "name": "AK-47 | Crane Flight",
          "slug": "ak-47-crane-flight",
          "rarity": "Classified Rifle",
          "weapon": "AK-47",
          "skin_name": "Crane Flight",
          "price_range": "N/A"
        }
      ],
      "has_next": false
    },
    "status": "success"
  }
}

About the csgoskins.gg API

The csgoskins.gg API covers 3 endpoints for retrieving CS2 skin data including marketplace offers, price statistics, and historical price trends. The get_skin_detail endpoint returns per-wear prices across multiple platforms — including Buff163 and CSFloat — alongside community ratings and price history. browse_skins lets you paginate the full catalog with filters for weapon type, rarity, exterior condition, and price range.

Browsing and Searching the CS2 Skin Catalog

The browse_skins endpoint returns a paginated list of skins, each with name, weapon, skin_name, slug, url, rarity, and price_range. You can filter by weapon (e.g. AK-47, AWP), rarity (e.g. Covert, Classified), exterior (e.g. factory-new, battle-scarred), and a price_min/price_max range in USD. Results can be ordered by popularity, price-asc, or price-desc. The has_next boolean tells you whether additional pages exist. The search_skins endpoint accepts a required query string and returns the same response shape, making it straightforward to build type-ahead or keyword lookup flows.

Skin Detail: Multi-Platform Prices and History

The get_skin_detail endpoint is the core of the API. Pass an item_slug from browse_skins and an optional wear_condition to get a skin_prices array containing the skin's lowest prices across marketplaces including Buff163 and CSFloat, expressed in USD. The response also includes pattern_phase data for applicable skins (e.g. Doppler phases), community ratings, all available wear variants, and historical price data that tracks price movement over time.

Slug-Based Navigation

Every skin in browse or search results includes a slug field (e.g. ak-47-crane-flight) that acts as the stable identifier for get_skin_detail lookups. Wear conditions passed to get_skin_detail use the same hyphenated format as the exterior filter in browse_skinsfactory-new, minimal-wear, field-tested, well-worn, battle-scarred — so the two endpoints compose naturally in a data pipeline.

Common use cases
  • Track lowest prices for a specific CS2 skin across Buff163 and CSFloat simultaneously
  • Alert users when a skin's price drops below a threshold by polling get_skin_detail on a schedule
  • Build a skin price comparison table filtered by weapon type, rarity, and exterior condition using browse_skins
  • Analyze historical price trends for Covert-rarity skins to identify seasonal patterns
  • Power a search autocomplete for CS2 skins using the search_skins query endpoint
  • Display all wear variants and their price ranges for a given skin using wear_condition iterations
  • Filter catalog by price range and sort by popularity to surface high-demand skins within a budget
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does csgoskins.gg have an official developer API?+
csgoskins.gg does not publish an official public developer API or documented API program as of now.
What does `get_skin_detail` return beyond just a price?+
Beyond price, get_skin_detail returns the lowest prices from specific marketplaces (including Buff163 and CSFloat) in USD, pattern_phase for applicable skins, community ratings, all available wear variants, and historical price data. You can scope results to a specific wear condition by passing the wear_condition parameter.
Does the API return individual marketplace listings with seller details or float values?+
The API returns aggregated lowest prices per marketplace rather than individual seller listings with float values or inspect links. It covers platform-level price data and historical trends. You can fork this API on Parse and revise it to add an endpoint targeting per-listing float and seller detail data.
Is StatTrak or Souvenir variant pricing covered?+
The current endpoints do not expose separate StatTrak or Souvenir price fields — skin_prices returns standard wear-based pricing. You can fork this API on Parse and revise it to add filtering or separate response fields for StatTrak and Souvenir variants.
How does pagination work in `browse_skins`?+
Pass an integer page parameter to step through results. Each response includes a count of skins on the current page and a has_next boolean. When has_next is false, you have reached the last page of results for the current filter combination.
Page content last updated . Spec covers 3 endpoints from csgoskins.gg.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
csgoskins.gg API – CS2 Skin Prices & History · Parse