Real-time prices, listings and trade volume from CSDeals, unified with 20+ other marketplaces through a single REST endpoint.
cs.deals
Operational proof
Established in 2018 and trusted by developers, marketplaces and trading platforms.
Tracked items
8,202
Active listings (24h)
Last update
2026-08-31
10:12 UTC
Refresh cadence
~15 min
Between scrapes
24h Volume
$119,847
Sum price × quantity
A visual preview of what the price API actually returns — pulled live from our DB.
| # | Item | Lowest price |
|---|---|---|
| 1 |
|
$20,000.00 |
| 2 |
|
$7,339.99 |
| 3 |
|
$3,200.00 |
| 4 |
|
$2,998.98 |
| 5 |
|
$2,091.19 |
| 6 |
|
$1,437.07 |
| 7 |
|
$1,400.00 |
| 8 |
|
$1,250.00 |
| 9 |
|
$1,224.33 |
| 10 |
|
$1,189.23 |
Prices reflect the cheapest active CSDeals listing per item over the last 24 hours.
Filter the unified /steam/api/items endpoint
with markets=csdeals to
return only CSDeals 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/csdeals/prices
Returns the current CSDeals 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-08-31T00:00:00+00:00",
"variants": null
},
{
"market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
"price": 114.65,
"quantity": 1,
"createdat": "2026-08-31T00:00:00+00:00",
"variants": null
}
]
/market/csdeals/history
Daily-snapshot history of the lowest CSDeals price for a given item, ideal for charts and portfolio trackers.
[
{
"createdat": "2026-08-24T00:00:00+00:00",
"price": 124.40,
"quantity": 1
},
{
"createdat": "2026-08-30T00: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.
CSDeals 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 CSDeals items, you can hit the unified /steam/api/items endpoint with markets=csdeals 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.
CSDeals 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 4 games for CSDeals. Each links out to its own /{game}-api landing page.
Get an API key from the dashboard and call /steam/api/items with `markets=csdeals`. 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 CSDeals.
We surface CSDeals 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.
Tell the Steamwebapi team what you are building. A short sentence is enough — we will help you identify the right product and the simplest way to integrate it.