PChome product data API
The ShopAPIS PChome product data API returns price, availability, brand, specifications, ratings, review count and variants for any PChome product — as clean JSON. PChome (24h.pchome.com.tw) is one of Taiwan’s veteran B2C marketplaces with roughly 9.3% domestic share and ~32M monthly page views, known for its 24-hour delivery promise — a logistics field that makes its stock data uniquely time-sensitive.
PChome spans electronics, computing, appliances, FMCG and general merchandise across its 24h fast-delivery store and a broader marketplace. Because it competes hard with momo and Shopee TW on price and delivery speed, parsing the live catalogue is the practical path to Taiwan electronics and general-retail pricing — its developer access is limited.
Why PChome data is hard to get
PChome offers only limited developer 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, the 24h store and marketplace differ in fields, and stock state changes minute-to-minute against the delivery promise. ShopAPIS maintains the request infrastructure, handles the Traditional-Chinese catalogue and returns normalized fields — price (TWD), 24h eligibility and specs — as flat JSON.
Data fields returned
- Identifiers — PChome product ID, brand, model, barcode.
- Pricing — current price, list price, promo price, currency (TWD).
- Specs — structured specification table (CPU, RAM, capacity, etc.).
- Availability — in-stock, 24h-delivery eligibility, stock state.
- Seller — PChome 24h first-party vs marketplace seller.
- Ratings — average rating, review count, review samples.
- Variants — spec/colour variants with per-variant price and stock.
- Media — image gallery URLs, category path, key features.
Sample response
{
"platform": "pchome",
"marketplace": "24h.pchome.com.tw",
"product_id": "DGAQ2X-A900GH4PT",
"title": "ASUS Zenbook 14 OLED UX3405MA 輕薄筆電",
"brand": "ASUS",
"price": { "amount": 36900, "currency": "TWD", "list_price": 41900 },
"specs": {
"cpu": "Intel Core Ultra 7 155H",
"ram": "16GB",
"storage": "1TB SSD",
"display": "14\" OLED"
},
"availability": { "in_stock": true, "delivery_24h": true },
"seller": { "type": "first_party", "name": "PChome 24h" },
"rating": 4.7,
"review_count": 318,
"variant": { "color": "墨灰色" },
"category_path": ["電腦/週邊", "筆記型電腦", "輕薄筆電"],
"images": ["https://cs-a.ecimg.tw/items/zenbook-14-oled.jpg"],
"scraped_at": "2026-06-05T11:54:00Z"
}Markets & domains covered
- Taiwan — 24h.pchome.com.tw and pchome.com.tw (TWD), 24h store plus marketplace.
PChome is Taiwan-specific; one parser handles its Traditional-Chinese catalogue and 24-hour delivery stock model.
Use cases
- Taiwan electronics price monitoring — track laptop, component and appliance pricing. Feeds price monitoring.
- Delivery-speed intelligence — compare 24h availability against momo and Shopee TW. See inventory tracking.
- Spec-driven enrichment — pull structured computing and electronics specs. See catalog enrichment.
- Competitive benchmarking — map price gaps across Taiwan’s top marketplaces. See competitive intelligence.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/east-southeast-asia.md); PChome ~9.3% TW share, ~32M PV/mo (EasyParcel — Top 10 Taiwan platforms 2025 ).