Parse product URL API

POST /v1/products/parse — paste a marketplace product URL; Gateway detects the channel and returns the same StandardProductDetail as product detail.

Request body

FieldRequiredDescription
urlYes1688 / Taobao / Weidian product link (short links supported where upstream allows)
languageNoDefault en
channelNoOverride auto-detection

Example

POST /v1/products/parse
{
  "url": "https://detail.1688.com/offer/554456348334.html",
  "language": "en"
}

Taobao口令

For Taobao share口令 text, use product detail with tao_passwordparse expects a URL, not口令 text.

Response

{ "product": StandardProductDetail, "request_id": "..." }