Skip to Content

Shopee product data API

The ShopAPIS Shopee product data API returns structured fields for any Shopee listing — current price in local currency, flash-sale price, stacked vouchers, the full variant matrix, “sold” count, shop rating and seller details — as clean JSON. One parser spans all seven Shopee markets (ID, TH, VN, PH, MY, SG, TW), giving cross-market competitive visibility that the seller-scoped Shopee Open Platform API does not expose.

Shopee is the single most efficient target in Southeast Asia. It draws ~343M monthly visits and holds ~50% of regional GMV, with Q3 2025 platform GMV of ~$32.2B (Sea Group). It leads Indonesia (~54% share) and is half of Vietnam’s Shopee + TikTok Shop duopoly (~56% VN share). Because one Shopee codebase serves seven markets, a single parser unlocks the largest consistent catalog in SEA.

Why Shopee data is hard to get

Shopee is app-first and rate-limits its public web surface aggressively. Listings render through dynamic API calls protected by request signing, device fingerprinting and per-IP throttling, and the official Shopee Open Platform API is scoped to a seller’s own shop — it returns nothing about competitors’ prices, vouchers or sold counts. To map the full offer landscape for a product you do not sell, parsing the public listing endpoints is the only path. ShopAPIS runs and maintains that infrastructure across all seven country domains for you.

Data fields returned

  • Identifiers — Shopee item ID, shop ID, model/variation ID, SKU.
  • Pricing — current price, original/strike price, currency, flash-sale price, voucher discounts.
  • Variants — size/color variation matrix with per-variant price, stock and SKU.
  • Demand — “sold” count (lifetime and monthly), stock level, view/like counts.
  • Shop / seller — shop name, shop rating, follower count, Shopee Mall / Preferred flags, response rate.
  • Reviews — average rating, review count, star breakdown, review text samples.
  • Logistics — free-shipping flag, ships-from location, shipping fee estimate.
  • Media & taxonomy — image gallery URLs, category path, livestream/video links where present.

Sample response

{ "platform": "shopee", "marketplace": "shopee.co.id", "item_id": "1029384756", "shop_id": "44218", "title": "Wireless Earbuds Bluetooth 5.3 TWS Noise Cancelling", "price": { "amount": 189000, "currency": "IDR", "original_price": 349000 }, "flash_sale": { "active": true, "price": 159000, "stock_left": 42 }, "vouchers": [{ "type": "shop", "discount_idr": 15000, "min_spend": 100000 }], "variant": { "color": "Matte Black", "bundle": "1 Pair + Case", "stock": 318 }, "sold_count": 12840, "monthly_sold": 1976, "rating": 4.8, "review_count": 6421, "shop": { "name": "AudioGear Official", "shop_rating": 4.9, "is_official_store": true, "is_preferred": true }, "free_shipping": true, "ships_from": "Jakarta", "images": ["https://cf.shopee.co.id/file/abc123_tn"], "category_path": ["Audio", "Headphones", "Earbuds"], "scraped_at": "2026-06-05T11:42:00Z" }

Markets & domains covered

  • Indonesia — shopee.co.id (IDR).
  • Thailand — shopee.co.th (THB).
  • Vietnam — shopee.vn (VND).
  • Philippines — shopee.ph (PHP).
  • Malaysia — shopee.com.my (MYR).
  • Singapore — shopee.sg (SGD).
  • Taiwan — shopee.tw (TWD).

All seven share one catalog structure and the same Open Platform gating, so a single parsing approach scales across the region.

Use cases

  • Flash-sale & voucher monitoring — track time-boxed prices and stacked vouchers that drive SEA conversion. Feeds price monitoring.
  • Cross-market competitive intel — compare a brand’s assortment and shop rating across all seven markets. See competitive intelligence.
  • Demand sensing — use “sold” count deltas as a velocity/inventory proxy. Pair with inventory tracking.
  • MAP enforcement — flag official-store offers below minimum advertised price. See MAP compliance.

Shopee’s “sold” count is a unique demand signal not exposed by Amazon or Walmart. ShopAPIS schedules repeated polling so you can build velocity trend lines without managing crawlers.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/east-southeast-asia.md); sources: Momentum Works 2025, Sea Group Q3’25, Webretailer. See the Shopee Open Platform  for the seller-scoped official API.

Last updated on