MARKETPLACE API
Youpin
P2P

Youpin898 API

Prix et annonces en direct depuis Youpin898 — le deuxième plus grand marketplace CS2 de Chine — unifiés avec chaque autre marché que nous suivons.

youpin898.com

Tracked items

29,973

Active listings (24h)

Last update

2026-06-17

06:04 UTC

Refresh cadence

~6 h

Between scrapes

24h Volume

$150,301,110

Sum price × quantity

Youpin at a glance

Trust signals, fee structure and supported payment rails — pulled directly from our marketplace registry.

Trust & profile

P2P marketplace

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
Souvenir R8 Revolver | Bone Mask (Minimal Wear) Souvenir R8 Revolver | Bone Mask (Minimal Wear)
$1,479,962.64
2
Souvenir AWP | Dragon Lore (Minimal Wear) Souvenir AWP | Dragon Lore (Minimal Wear)
$115,108.10
3
Sticker | Reason Gaming (Holo) | Katowice 2014 Sticker | Reason Gaming (Holo) | Katowice 2014
$73,998.14
4
Sticker | iBUYPOWER (Holo) | Katowice 2014 Sticker | iBUYPOWER (Holo) | Katowice 2014
$72,222.18
5
Sticker | Titan (Holo) | Katowice 2014 Sticker | Titan (Holo) | Katowice 2014
$69,393.68
6
Souvenir AWP | Dragon Lore (Battle-Scarred) Souvenir AWP | Dragon Lore (Battle-Scarred)
$36,999.07
7
Sticker | Team LDLC.com (Holo) | Katowice 2014 Sticker | Team LDLC.com (Holo) | Katowice 2014
$29,599.26
8
Souvenir Charm | Austin 2025 Highlight | KSCERATO Kobe Souvenir Charm | Austin 2025 Highlight | KSCERATO Kobe
$29,599.11
9
Sticker | Team Dignitas (Holo) | Katowice 2014 Sticker | Team Dignitas (Holo) | Katowice 2014
$27,954.72
10
EMS Katowice 2014 Legends EMS Katowice 2014 Legends
$26,639.33

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-06-17T00:00:00+00:00",
    "variants": null
  },
  {
    "market_hash_name": "Sticker | Slab (Foil) | Krakow 2017",
    "price": 114.65,
    "quantity": 1,
    "createdat": "2026-06-17T00: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-06-10T00:00:00+00:00",
    "price": 124.40,
    "quantity": 1
  },
  {
    "createdat": "2026-06-16T00: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
Skinport http://www.skinport.com 36,195
Waxpeer http://waxpeer.com 20,433
Skinbaron http://skinbaron.de 20,668
CSGOcom http://market.csgo.com 25,604
Dmarket http://www.dmarket.com 19,294

About Youpin

Youpin898 (parfois « Youpin », « U898 » ou « Yyyp ») est le deuxième plus grand marketplace CS2 chinois, derrière Buff163 en volume mais devant presque tout concurrent occidental. Les prix sur Youpin diffèrent fréquemment de Buff de quelques pourcents — ce qui en fait la deuxième source de données essentielle pour tout outil d'arbitrage ou de portfolio qui prend le marché chinois au sérieux.

Youpin API — FAQ

Qu'est-ce que Youpin898 ?

Youpin898 est un marketplace CS2 chinois, second en volume seulement derrière Buff163. Opère depuis des années et largement utilisé dans la communauté trading chinoise.

Which games does Youpin support?

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

Comment accéder aux prix Youpin ?

Appelez /steam/api/items avec markets=youpin et votre clé API. Même schéma que tout autre marketplace que nous exposons.

How fresh are Youpin prices?

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

Youpin898 est-il sûr ?

Youpin898 opère depuis des années et est établi dans la scène trading chinoise. Vérifiez directement avec le marketplace avant toute transaction — nous l'exposons uniquement pour les données.

Start querying Youpin in minutes

One key. One schema. Every marketplace.