MARKETPLACE API
skin.land

skin.land API

Real-time prices, listings and trade volume from skin.land, unified with 20+ other marketplaces through a single REST endpoint.

app.skin.land

Erfasste Items

18,946

Aktive Listings (24h)

Letzte Aktualisierung

2026-06-22

03:19 UTC

Refresh-Takt

~5 min

Zwischen Scrapes

24h Volumen

$28,444,948

Summe Preis × Menge

Die 10 teuersten Items auf skin.land

Visuelle Vorschau auf das, was die Price-API tatsächlich liefert – live aus unserer DB.

Wir liefern immer den niedrigsten Preis
# Item Niedrigster Preis
1
AK-47 | Wild Lotus (Factory New) AK-47 | Wild Lotus (Factory New)
$15,474.43
2
StatTrak™ M4A4 | Howl (Factory New) StatTrak™ M4A4 | Howl (Factory New)
$13,973.41
3
AWP | Dragon Lore (Factory New) AWP | Dragon Lore (Factory New)
$12,147.43
4
AWP | Gungnir (Factory New) AWP | Gungnir (Factory New)
$11,788.78
5
AWP | Gungnir (Minimal Wear) AWP | Gungnir (Minimal Wear)
$10,435.43
6
StatTrak™ M4A4 | Howl (Minimal Wear) StatTrak™ M4A4 | Howl (Minimal Wear)
$10,155.89
7
★ Sport Gloves | Superconductor (Factory New) ★ Sport Gloves | Superconductor (Factory New)
$10,063.49
8
AWP | Gungnir (Well-Worn) AWP | Gungnir (Well-Worn)
$8,888.86
9
AWP | Dragon Lore (Minimal Wear) AWP | Dragon Lore (Minimal Wear)
$8,881.34
10
AWP | Gungnir (Field-Tested) AWP | Gungnir (Field-Tested)
$8,596.74

Preise spiegeln das günstigste aktive skin.land-Listing pro Item innerhalb der letzten 24 Stunden.

Games supported on skin.land

Query skin.land via our API

Filter the unified /steam/api/items endpoint with markets=skinland to return only skin.land listings — or omit it for a side-by-side view across every marketplace.

  • Single auth header, same JSON schema for every market.
  • Filter by game, item name, price range, float.
  • Sort by price, listing volume, or recency.
  • Same DTO across REST and WebSocket streams.
skin.land API Request
# curl with API key
curl "https://www.steamwebapi.com/steam/api/items?key=$KEY&markets=skinland&game=cs2"
# PHP
$res = file_get_contents('https://www.steamwebapi.com/steam/api/items?key=' . $KEY . '&markets=skinland');
$items = json_decode($res, true);
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?key=${KEY}&markets=skinland`);
const items = await r.json();

Dedizierte skin.land-Endpoints

Zusätzlich zur einheitlichen /steam/api/items-Route bekommt jeder Markt zwei Komfort-Endpoints – ein Schema, ein Auth-Header, alle Marktplätze.

GET /market/skinland/prices

Live-Preise-Snapshot

Liefert den aktuellen skin.land-Katalog als flaches Array. Jede Zeile ist ein Item mit dem niedrigsten aktiven Preis, den wir kennen.

Beispiel-Antwort
[
  {
    "market_hash_name": "Souvenir UMP-45 | Gunsmoke (Minimal Wear)",
    "price": 130.69,
    "quantity": 1,
    "createdat": "2026-06-22T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-06-22T00:00:00+00:00",
    "variants": null
  }
]
  • · Gleiches JSON-Schema bei jedem Marktplatz im Katalog.
  • · Wir liefern den niedrigsten Preis pro Item – nie einen Durchschnitt, nie einen alten Tick.
  • · Optional Filter via market_hash_name oder Währungskonvertierung via ?currency=EUR.
GET /market/skinland/history

Preis-History pro Item

Tages-Snapshot-History des niedrigsten skin.land-Preises für ein bestimmtes Item – ideal für Charts und Portfolio-Tracker.

Beispiel-Antwort
[
  {
    "createdat": "2026-06-15T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-06-21T00:00:00+00:00",
    "price": 130.69,
    "quantity": 1
  }
]
  • · Eine Zeile pro Tag, immer der niedrigste Preis dieses Tages.
  • · Begrenzbar via start_date und end_date (YYYY-MM-DD).
  • · market_hash_name ist Pflicht – History ist pro Item, nicht pro Markt.

Lieber ein Call über alle Marktplätze? Nutze den einheitlichen /steam/api/items-Endpoint mit markets=… – gleiches DTO, Vergleichsdaten inklusive.

skin.land vs. other marketplaces

All marketplaces
Marketplace Tracked items
Skinport http://www.skinport.com 36,325
Waxpeer http://waxpeer.com 19,577
Skinbaron http://skinbaron.de 20,726
CSGOcom http://market.csgo.com 25,219
Dmarket http://www.dmarket.com 19,304

About skin.land

skin.land is one of the third-party marketplaces aggregated by the Steamwebapi pricing layer. Listings are scraped on a fixed schedule, normalised into a single schema, and merged with the data we collect from Steam, other community markets, and direct exchange integrations.

If you build a portfolio tracker, an arbitrage bot, or simply need a reliable price reference for skin.land items, you can hit the unified /steam/api/items endpoint with markets=skinland instead of building one scraper per source.

For the complete list of supported marketplaces, refresh cadence, and an interactive playground, see our Price API hub.

skin.land API — FAQ

What is skin.land?

skin.land is a third-party marketplace for game items. Steamwebapi tracks its listings and exposes them through a single REST API, normalised alongside the other marketplaces in our network.

Which games does skin.land support via the API?

Through our API we currently surface 1 game for skin.land. Each links out to its own /{game}-api landing page.

How do I access skin.land prices?

Get an API key from the dashboard and call /steam/api/items with `markets=skinland`. The response uses the same DTO across every market we cover.

How fresh are skin.land prices?

Each marketplace has its own scrape cadence, balancing freshness against rate-limit budget. The "Last refresh" stat above shows the most recent successful scrape for skin.land.

Is skin.land safe to use?

We surface skin.land for data purposes — trust signals are not derived from our review, so please verify the marketplace directly before transacting on it.

Start querying skin.land in minutes

One key. One schema. Every marketplace.