Basic
€29.00/month
- 10,000 requests / day
- All v1 endpoints (price + price history)
Integrate the best price (aggregated across multiple marketplaces) and price history for CS2, Rust, TF2 and Dota 2 skins directly into your product.
€29.00/month
€99.00/month
Get a login link by email to access your API key and usage.
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"
| Endpoint | Description |
|---|---|
GET /v1/public/skins | Paginated list, filterable by game, query, category, weapon, wear, stattrak, type, sort, page |
GET /v1/public/skins/:slug | Detail for one skin (best price per provider) |
GET /v1/public/skins/:slug/price-history | Aggregated 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.