Skip to Content

HKTVmall product data API

The ShopAPIS HKTVmall product data API returns price, availability, brand, seller info, ratings, review count and variants for any HKTVmall product — as clean JSON. HKTVmall is Hong Kong’s leading local online marketplace, holding an estimated 9–15% of Hong Kong B2C e-commerce, with a catalogue weighted toward grocery, FMCG, electronics and household goods that makes it the key signal for the Hong Kong domestic market.

Unlike the cross-border Taobao/Tmall/JD traffic that takes a large share of Hong Kong spending, HKTVmall is locally operated with both first-party retail and a mall of third-party merchants. Because it combines fast local delivery with frequent promotions across bilingual (Traditional Chinese/English) listings, parsing the live catalogue is the practical path to Hong Kong domestic pricing — developer access is limited.

Why HKTVmall data is hard to get

HKTVmall offers only limited developer access and serves price, stock and promotion data from internal endpoints behind bot-detection, putting parse difficulty in the medium band. Listings are bilingual, the first-party store and merchant mall differ in fields, and promotions and stock change rapidly across the grocery-heavy catalogue. ShopAPIS maintains the request infrastructure, handles the bilingual catalogue and returns normalized fields — price (HKD), stock and seller — as flat JSON.

Data fields returned

  • Identifiers — HKTVmall product code, brand, model, barcode.
  • Pricing — current price, list price, promo price, currency (HKD).
  • Availability — in-stock, delivery eligibility, stock state.
  • Seller — HKTVmall first-party vs mall merchant, merchant name.
  • Ratings — average rating, review count, review samples.
  • Variants — size/flavour/colour variants with per-variant price and stock.
  • Attributes — pack size, origin, category-specific fields.
  • Media — image gallery URLs, category path (bilingual), promotion tags.

Sample response

{ "platform": "hktvmall", "marketplace": "hktvmall.com", "product_code": "H0888001_S_NESTLE_MILK", "title": "Nestlé Ideal Evaporated Milk 405g x3", "brand": "Nestlé", "price": { "amount": 32.90, "currency": "HKD", "list_price": 39.00 }, "promo": { "type": "bundle", "label": "3 件裝" }, "availability": { "in_stock": true, "delivery": "next_day" }, "seller": { "type": "merchant", "name": "HKTVmall Supermarket" }, "rating": 4.6, "review_count": 1204, "attributes": { "pack_size": "405g x3", "origin": "Netherlands" }, "category_path": ["Supermarket", "Dairy & Eggs", "Milk"], "images": ["https://www.hktvmall.com/assets/nestle-ideal-milk.jpg"], "scraped_at": "2026-06-05T11:54:00Z" }

Markets & domains covered

  • Hong Kong — hktvmall.com (HKD), first-party store plus merchant mall.

HKTVmall is Hong Kong-specific; one parser handles its bilingual catalogue and grocery-led stock model.

Use cases

  • Hong Kong price monitoring — track grocery, FMCG and electronics pricing locally. Feeds price monitoring.
  • FMCG competitive intelligence — benchmark against cross-border Taobao/JD pricing. See competitive intelligence.
  • Stock and delivery tracking — monitor local availability and delivery windows. See inventory tracking.
  • Catalog enrichment — pull bilingual brand and attribute data. See catalog enrichment.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/east-southeast-asia.md); HKTVmall ~9–15% HK B2C share (Mordor Intelligence — Hong Kong e-commerce ).

Last updated on