Convert
Paste any agent or raw marketplace link — we detect the platform and product id, then fan it out to every supported agent in one call.
Supports 15 agents — KakoBuy, CNFans, ACBuy, MuleBuy, HooBuy, OopBuy, CNShopper, OOTDBuy, Superbuy, Sugargoo, CSSBuy, PonyBuy, LoongBuy, USFans and LitBuy — plus the raw weidian, taobao, 1688 and tmall links.
GET/v1/convert
Parameters
urlreqstringAny agent or raw platform product link.
agentsstring[]Restrict output to specific agents (default: all).
Example
request
curl "https://repsapi.com/v1/convert?url=https://www.acbuy.com/product?id=7283641902&source=WD" \
-H "Authorization: Bearer YOUR_KEY"200 · response
{
"platform": "weidian",
"id": "7283641902",
"canonical": "https://weidian.com/item.html?itemID=7283641902",
"agents": {
"cnfans": "https://cnfans.com/product?id=7283641902&platform=WEIDIAN",
"kakobuy": "https://kakobuy.com/item/details?id=7283641902",
"mulebuy": "https://mulebuy.com/product?id=7283641902&platform=WEIDIAN",
"acbuy": "https://acbuy.com/product?id=7283641902&source=WD"
},
"source": "repsapi.com",
"docs": "https://repsapi.com/docs"
}How detection works
- Agent links carry the platform + product id in their query — we parse it directly.
- Nested links (Sugargoo, Superbuy) are unwrapped automatically.
- Raw Weidian / Taobao / 1688 / Tmall links are recognised by host + id pattern.