Real-time prices, listings and trade volume from skin.land, unified with 20+ other marketplaces through a single REST endpoint.
app.skin.land
Tracked items
18,946
Active listings (24h)
Last update
2026-06-22
03:19 UTC
Refresh cadence
~5 min
Between scrapes
24h Volume
$28,444,948
Sum price × quantity
A visual preview of what the price API actually returns — pulled live from our DB.
| # | Item | Lowest price |
|---|---|---|
| 1 |
|
$15,474.43 |
| 2 |
|
$13,973.41 |
| 3 |
|
$12,147.43 |
| 4 |
|
$11,788.78 |
| 5 |
|
$10,435.43 |
| 6 |
|
$10,155.89 |
| 7 |
|
$10,063.49 |
| 8 |
|
$8,888.86 |
| 9 |
|
$8,881.34 |
| 10 |
|
$8,596.74 |
Prices reflect the cheapest active skin.land listing per item over the last 24 hours.
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.
On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.
/market/skinland/prices
Returns the current skin.land catalogue as a flat array. Each row is one item with the lowest active price we have on record.
[
{
"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
}
]
/market/skinland/history
Daily-snapshot history of the lowest skin.land price for a given item, ideal for charts and portfolio trackers.
[
{
"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
}
]
Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.
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 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.
Through our API we currently surface 1 game for skin.land. Each links out to its own /{game}-api landing page.
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.
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.
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.
One key. One schema. Every marketplace.