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
| Field | Required | Description |
|---|---|---|
url | Yes | 1688 / Taobao / Weidian product link (short links supported where upstream allows) |
language | No | Default en |
channel | No | Override 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_password — parse expects a URL, not口令 text.
Response
{ "product": StandardProductDetail, "request_id": "..." }