MARKETPLACE API
Youpin
P2P

Youpin898 API

Live prices and listings from Youpin898 — China's second-largest CS2 marketplace — unified with every other market we track.

http://youpin898.com

Tracked items

29,033

Active listings (24h)

Last update

2026-05-25

20:34 UTC

Refresh cadence

~6 h

Between scrapes

24h Volume

$135,693,783

Sum price × quantity

Top 10 most expensive items on Youpin

A visual preview of what the price API actually returns — pulled live from our DB.

We always return the lowest price
# Item Lowest price
1
SSG 08 | Tropical Storm (Factory New) SSG 08 | Tropical Storm (Factory New)
$1,471,733.01
2
Sticker Slab | Hello MAC-10 Sticker Slab | Hello MAC-10
$735,866.72
3
Souvenir AWP | Dragon Lore (Factory New) Souvenir AWP | Dragon Lore (Factory New)
$735,866.58
4
Souvenir AWP | Dragon Lore (Minimal Wear) Souvenir AWP | Dragon Lore (Minimal Wear)
$191,325.31
5
Sticker | iBUYPOWER (Holo) | Katowice 2014 Sticker | iBUYPOWER (Holo) | Katowice 2014
$147,173.32
6
Sticker | Titan (Holo) | Katowice 2014 Sticker | Titan (Holo) | Katowice 2014
$147,173.32
7
Sticker Slab | Aleksib | Paris 2023 Sticker Slab | Aleksib | Paris 2023
$147,173.32
8
StatTrak™ M4A1-S | Basilisk (Well-Worn) StatTrak™ M4A1-S | Basilisk (Well-Worn)
$147,173.17
9
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$58,869.33
10
Souvenir AWP | Dragon Lore (Field-Tested) Souvenir AWP | Dragon Lore (Field-Tested)
$38,265.06

Prices reflect the cheapest active Youpin listing per item over the last 24 hours.

Query Youpin via our API

Filter the unified /steam/api/items endpoint with markets=youpin to return only Youpin 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.
Youpin API Request
# curl with API key
curl "https://www.steamwebapi.com/steam/api/items?key=$KEY&markets=youpin&game=cs2"
# PHP
$res = file_get_contents('https://www.steamwebapi.com/steam/api/items?key=' . $KEY . '&markets=youpin');
$items = json_decode($res, true);
# Node.js / JavaScript
const r = await fetch(`https://www.steamwebapi.com/steam/api/items?key=${KEY}&markets=youpin`);
const items = await r.json();

Dedicated Youpin endpoints

On top of the unified /steam/api/items route, every market we cover gets two convenience endpoints — one schema, one auth header, every marketplace.

GET /market/youpin/prices

Live prices snapshot

Returns the current Youpin catalogue as a flat array. Each row is one item with the lowest active price we have on record.

Sample response
[
  {
    "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
  }
]
  • · Same JSON schema across every marketplace we cover.
  • · We surface the lowest price per item — never an average, never a stale tick.
  • · Optionally filter by market_hash_name or convert prices via ?currency=EUR.
GET /market/youpin/history

Per-item price history

Daily-snapshot history of the lowest Youpin price for a given item, ideal for charts and portfolio trackers.

Sample response
[
  {
    "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
  }
]
  • · One row per day, always the lowest price we recorded for that day.
  • · Bounded with start_date and end_date (YYYY-MM-DD).
  • · market_hash_name is required — history is per-item, not per-market.

Prefer one call across every marketplace? Use the unified /steam/api/items endpoint with markets=… — same DTO, comparison data included.

Youpin vs. other marketplaces

All marketplaces
Marketplace Tracked items
Waxpeer http://waxpeer.com 20,416
Skinbaron http://skinbaron.de 20,043
Bitskins http://www.bitskins.com 16,837
CSGOcom http://market.csgo.com 24,982
HaloSkins http://www.haloskins.io

About Youpin

Youpin898 (sometimes just "Youpin", "U898", or "Yyyp") is the second-largest Chinese marketplace for CS2 items, sitting behind Buff163 in volume but ahead of nearly every Western competitor. Pricing on Youpin frequently differs from Buff by a few percent — making it the second essential data source for any arbitrage or portfolio tool that takes the Chinese market seriously.

Scraping Youpin directly is just as painful as scraping Buff — geo-restrictions, rate limits, anti-bot. Our API does that work for you and outputs the same JSON schema as Buff, Skinport, CSFloat and the others.

Youpin API — FAQ

What is Youpin898?

Youpin898 is a Chinese CS2 marketplace, second in volume only to Buff163. It's been operating for years and is widely used inside the Chinese trading community.

Which games does Youpin support?

Youpin's coverage is CS2-focused. We surface its CS2 listings alongside every other market in our catalogue.

How do I access Youpin prices?

Call /steam/api/items with markets=youpin and your API key. Same schema as every other marketplace we surface.

How fresh are Youpin prices?

We pull Youpin on a scheduled cadence — the 'Last refresh' stat above shows the latest successful scrape.

Is Youpin898 safe to use?

Youpin898 has been operating for years and is established inside the Chinese trading scene. Verify directly with the marketplace before transacting — we surface it for data only.

Start querying Youpin in minutes

One key. One schema. Every marketplace.