momo product data API
The ShopAPIS momo product data API returns price, availability, brand, specifications, ratings, review count and variants for any momoshop product — as clean JSON. momo (momoshop.com.tw) is Taiwan’s leading B2C marketplace with roughly 26.7% domestic market share and ~31M monthly page views, making it the single most important Taiwan-specific catalogue for pricing and availability intelligence.
Operated by Fubon Group, momo combines first-party fast-delivery retail with a marketplace layer across electronics, FMCG, beauty, home and general merchandise. Because momo leads Taiwan on logistics-backed pricing and runs frequent flash promotions, parsing the live catalogue is the practical path to Taiwan retail price data — there is no open public product API.
Why momo data is hard to get
momo offers only limited partner access and serves price, stock and spec data from internal endpoints behind bot-detection, putting parse difficulty in the medium band. Pages render in Traditional Chinese with promotion-stacked pricing, flash-sale timers and per-warehouse stock, and review data loads asynchronously. ShopAPIS maintains the request infrastructure, handles the Traditional-Chinese catalogue and returns normalized fields — price (TWD), stock and specs — as flat JSON.
Data fields returned
- Identifiers — momo product code (i-code), brand, model, barcode.
- Pricing — current price, list price, promo/flash price, currency (TWD).
- Specs — structured specification table (size, capacity, power, etc.).
- Availability — in-stock, fast-delivery eligibility, warehouse stock state.
- Seller — first-party momo vs marketplace seller.
- Ratings — average rating, review count, review samples.
- Variants — size/colour/spec variants with per-variant price and stock.
- Media — image gallery URLs, category path, promotion tags.
Sample response
{
"platform": "momo",
"marketplace": "momoshop.com.tw",
"product_code": "12894570",
"title": "Apple AirPods Pro 2 (USB-C) 主動式降噪耳機",
"brand": "Apple",
"price": { "amount": 6490, "currency": "TWD", "list_price": 7490 },
"promo": { "type": "flash", "ends_at": "2026-06-06T00:00:00Z" },
"specs": {
"type": "In-ear",
"noise_cancelling": true,
"connector": "USB-C"
},
"availability": { "in_stock": true, "fast_delivery": true },
"seller": { "type": "first_party", "name": "momo" },
"rating": 4.9,
"review_count": 5208,
"category_path": ["3C", "耳機/喇叭", "藍牙耳機"],
"images": ["https://i3.momoshop.com.tw/airpods-pro-2.jpg"],
"scraped_at": "2026-06-05T11:54:00Z"
}Markets & domains covered
- Taiwan — momoshop.com.tw (TWD), first-party retail plus marketplace.
momo is Taiwan-specific; one parser handles its Traditional-Chinese catalogue and flash-sale pricing model.
Use cases
- Taiwan price monitoring — track street prices and flash promotions across 3C, beauty and FMCG. Feeds price monitoring.
- Competitive intelligence — benchmark against Shopee TW and PChome. See competitive intelligence.
- Spec-driven enrichment — pull structured electronics specifications. See catalog enrichment.
- Stock monitoring — watch fast-delivery availability on hot launches. See inventory tracking.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/east-southeast-asia.md); momo ~26.7% TW share, ~31M PV/mo, Fubon-owned (EasyParcel — Top 10 Taiwan platforms 2025 ).