All Shopee marketplaces supported
Shopee runs separate marketplaces per country with localized inventory and reviews: shopee.vn (Vietnam), shopee.co.id (Indonesia), shopee.tw (Taiwan), shopee.co.th (Thailand), shopee.sg (Singapore), shopee.com.my (Malaysia), shopee.ph (Philippines), shopee.com.br (Brazil), shopee.com.mx (Mexico). The exporter detects the TLD automatically.
Common workflows
- Multi-market product research — pull reviews of the same product across 3 SEA markets to validate fit before launching a 4th.
- Variation-quality triage — pivot by
variationto find which size or colour drags down the avg rating; pull or restock differently. - Video-review pull — Shopee buyers often record short videos of products; filter
videos != []for raw UGC content. - Seller-reply audit — Shopee\'s algorithm rewards reply rate; count empty
seller_reply_textrows to find the missed engagement opportunities. - Cross-border arbitrage — when a product has 4.8★ in TW but 3.1★ in MY, that\'s either a counterfeit issue or a shipping issue worth investigating.
Plan limits
Per-product size scales with your plan. Free (no signup): up to 100 reviews per product. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.
FAQ
Shopee Reviews Exporter — FAQ
Is the Shopee reviews exporter free?
The free tier (no signup) returns up to 100 reviews per product. Larger reviews and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Does it work on all Shopee marketplaces?
Yes — every Shopee TLD (.vn .co.id .tw .co.th .sg .com.my .ph .com.br .com.mx). The exporter detects the country automatically.
Are video reviews included?
Yes — Shopee allows video reviews and the URLs are in the
videos column. We don't download the binary content.Are seller replies included?
Yes —
seller_reply_text + seller_reply_at. Empty when no reply.Are reviews in non-English languages exported?
Yes, in their original language (Vietnamese, Indonesian, Thai, Mandarin, etc.) — pipe through DeepL or ChatGPT after export if you need English.
Can I export across many products at once?
Yes — bulk URL upload on a paid plan processes each URL as a separate export and bundles the resulting files in one ZIP (one file per URL).
Is there an API?
Yes — JSON-over-HTTP API on Premium and Business plans.