Skinlooters B2B API

Integrate the best price (aggregated across multiple marketplaces) and price history for CS2, Rust, TF2 and Dota 2 skins directly into your product.

Basic

€29.00/month

  • 10,000 requests / day
  • All v1 endpoints (price + price history)

Pro

€99.00/month

  • 100,000 requests / day
  • All v1 endpoints (price + price history)

Already a customer?

Get a login link by email to access your API key and usage.

Documentation

Every request must include your API key in the X-Api-Key header — it's emailed to you once the subscription is confirmed.

curl -H "X-Api-Key: YOUR_KEY" \
  "https://api.skinlooters.com/v1/public/skins?game=cs2&query=ak-47&sort=price_asc"

Endpoints

EndpointDescription
GET /v1/public/skinsPaginated list, filterable by game, query, category, weapon, wear, stattrak, type, sort, page
GET /v1/public/skins/:slugDetail for one skin (best price per provider)
GET /v1/public/skins/:slug/price-historyAggregated price history, period = 7, 30 or 90 days

The daily quota resets at midnight UTC. Past it, the API replies 429 with {"error":"quota_exceeded"}. Remaining quota is also returned on every response via the X-RateLimit-Limit/X-RateLimit-Remaining headers.

Read the full documentation →