TikTok Shop product data API
The ShopAPIS TikTok Shop product data API returns structured fields for any TikTok Shop listing — current price in local currency, the variant matrix, sold counts, creator/affiliate attribution, livestream and short-video links, shop rating and seller details — as clean JSON. It covers the in-app TikTok Shop catalog across six SEA markets, surfacing social-commerce fields the gated TikTok Shop API does not expose externally.
TikTok Shop is the fastest-growing channel in Southeast Asia. Combined with Tokopedia under ByteDance, it produced ~$45.6B in 2025 SEA GMV and is #1 in Indonesia; in Vietnam it holds ~41% share, forming a Shopee + TikTok Shop duopoly that controls ~97% of the market. Its livestream- and video-driven catalog is the region’s richest source of trend velocity and creator-attributed SKU data — and the scarcest, because it is almost entirely app-locked.
Why TikTok Shop data is hard to get
TikTok Shop is the hardest SEA platform to parse — it is app-first with almost no public web surface. Products surface through livestream rooms, short videos and in-app feeds protected by signed requests, device attestation and aggressive rate-limiting; there is no open web catalog to crawl. The official TikTok Shop API is gated to approved sellers and partners and does not return competitors’ prices, creator attribution or live-room SKUs. Capturing this data requires app-level parsing infrastructure. ShopAPIS runs and maintains it so you receive clean JSON.
Data fields returned
- Identifiers — TikTok Shop product ID, SKU ID, shop ID, creator/affiliate ID.
- Pricing — current price, original/strike price, currency, live-exclusive price, flash deals.
- Variants — color/size SKU matrix with per-variant price, stock and SKU.
- Social attribution — linked livestream ID, short-video ID, creator handle, affiliate commission flag.
- Demand — sold count, “added to cart” / wishlist signals, stock level.
- Shop / seller — shop name, shop rating, Mall/official-store flag, fulfillment type.
- Reviews — average rating, review count, star breakdown, review text samples.
- Media & taxonomy — image/video URLs, category browse path, ships-from.
Sample response
{
"platform": "tiktok_shop",
"marketplace": "tiktok_shop_id",
"product_id": "1729384650182",
"sku_id": "ts-93kvar",
"shop_id": "7029",
"title": "Serum Vitamin C Brightening 30ml",
"price": { "amount": 79900, "currency": "IDR", "original_price": 159000 },
"live_exclusive": { "active": true, "live_id": "live_88421", "price_idr": 65900 },
"variant": { "size": "30ml", "shade": "Original", "stock": 540 },
"social": {
"video_id": "vid_5523109",
"creator_handle": "@glowbyrani",
"is_affiliate": true,
"commission_rate": 0.18
},
"sold_count": 28410,
"rating": 4.8,
"review_count": 9302,
"shop": { "name": "GlowLab Official", "shop_rating": 4.9, "is_mall": true },
"ships_from": "Jakarta",
"images": ["https://p16-oec.tiktokcdn.com/abc123.jpg"],
"category_path": ["Beauty", "Skincare", "Serum"],
"scraped_at": "2026-06-05T11:42:00Z"
}Markets & domains covered
- Indonesia — TikTok Shop ID (IDR), merged with Tokopedia.
- Thailand — TikTok Shop TH (THB).
- Vietnam — TikTok Shop VN (VND).
- Philippines — TikTok Shop PH (PHP).
- Malaysia — TikTok Shop MY (MYR).
- Singapore — TikTok Shop SG (SGD).
The catalog lives inside the TikTok app rather than on a public domain, so ShopAPIS parses the in-app commerce layer per market and normalizes it into the same schema as Shopee and Lazada.
Use cases
- Trend & livestream tracking — capture which SKUs sell in live rooms and which creators drive them. See competitive intelligence.
- Social-commerce price monitoring — track live-exclusive and video-only prices that never hit the web. See price monitoring.
- Influencer/affiliate intelligence — map creator-to-SKU attribution and commission rates. Pair with review analytics.
- Demand sensing — use sold-count velocity as an early trend signal. Pair with inventory tracking.
TikTok Shop exposes no public web catalog — its data is uniquely scarce and high-demand. Creator attribution and live-exclusive pricing are fields no traditional marketplace API returns; ShopAPIS surfaces them as structured JSON.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/east-southeast-asia.md); sources: Momentum Works 2025, The Investor 2025, Bisnis.com 2025. See the TikTok Shop Partner Center for the gated official API.