Real-time prices and listings from Buff163 — China's largest community marketplace for CS2 — unified with 20+ other markets through a single REST endpoint.
https://buff.163.com/
Tracked items
30,083
Active listings (24h)
Last update
2026-05-25
18:00 UTC
Refresh cadence
—
Between scrapes
24h Volume
$72,194,948
Sum price × quantity
A visual preview of what the price API actually returns — pulled live from our DB.
| # | Item | Lowest price |
|---|---|---|
| 1 |
|
$524,997.75 |
| 2 |
|
$210,000.00 |
| 3 |
|
$150,000.00 |
| 4 |
|
$75,000.00 |
| 5 |
|
$60,000.00 |
| 6 |
|
$46,500.00 |
| 7 |
|
$42,000.00 |
| 8 |
|
$35,185.18 |
| 9 |
|
$34,499.40 |
| 10 |
|
$31,851.75 |
Prices reflect the cheapest active Buff listing per item over the last 24 hours.
Filter the unified /steam/api/items endpoint
with markets=buff to
return only Buff 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/buff/prices
Returns the current Buff 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-05-25T00:00:00+00:00",
"variants": null
},
{
"market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
"price": 114.65,
"quantity": 1,
"createdat": "2026-05-25T00:00:00+00:00",
"variants": null
}
]
/market/buff/history
Daily-snapshot history of the lowest Buff price for a given item, ideal for charts and portfolio trackers.
[
{
"createdat": "2026-05-18T00:00:00+00:00",
"price": 124.40,
"quantity": 1
},
{
"createdat": "2026-05-24T00: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.
Buff163 (often written just "Buff") is operated by NetEase and is by a wide margin the largest CS2 marketplace in Asia by both listing count and 24-hour trade volume. Prices there typically sit a few percent below Western marketplaces, which makes Buff data essential for any serious price comparison, arbitrage tool or inventory valuation engine.
Scraping Buff yourself is painful: aggressive Cloudflare rules, geo-restrictions, and a request budget that runs out fast. Our API does that work for you and normalises every Buff listing into the same JSON schema we use for Skinport, CSFloat, DMarket and the rest of our markets — so you only ever write one integration.
You can filter by game (CS2 and Dota 2 are the biggest coverage areas on Buff), by item name, by price range and by float. Responses include market hash name, real and listed prices, recent sale counts, and a side-by-side view of every other marketplace tracking the same item.
Buff163 is the largest Chinese community marketplace for Steam game items, primarily CS2 and Dota 2. It launched in 2017, runs on RMB pricing, and consistently shows higher listing counts than every Western marketplace combined.
Through our API we focus on CS2 and Dota 2, the two largest categories on Buff163. Coverage for smaller games depends on which scrapers we run — check the 'Supported games' section above for the current list.
Get an API key from the dashboard and call /steam/api/items with markets=buff. The response is the same DTO we use for every other marketplace — one schema, one integration.
We scrape Buff on a tight schedule and the 'Last refresh' stat above shows the most recent successful pull. Highly liquid items refresh more aggressively than long-tail listings.
Buff163 has been operating since 2017 and is the de-facto standard for skin trading in mainland China. Always verify directly with the marketplace before transacting — we surface Buff for data purposes, not as a trading recommendation.
One key. One schema. Every marketplace.