Cross-platform Tools · Price Comparison
Cross-platform Price Compare
Send one keyword and receive matched offers from Taobao, 1688, AliExpress, Amazon and Shopee in a single response, normalized to one currency and sorted by estimated landed cost. Built for arbitrage and sourcing tools.
$0.0080/call · 20 free 1200ms avg 99.5% uptime
GEThttp://localhost:8001/v1/compare/keyword
Go to Dashboard → API Keys to get your API key. Send it on every request as Authorization: Bearer <key> — see the examples below.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Product keyword |
| platforms | string | optional | Comma list: taobao,1688,aliexpress,amazon,shopee (default all) |
| currency | string | optional | Normalize to currency (default USD) |
Request example
curl "http://localhost:8001/v1/compare/keyword?q=wireless%20earbuds" \
-H "Authorization: Bearer YOUR_API_KEY"Response example
Switch tabs to see the error envelope for each status code. Non-200 responses are never charged.
{
"success": true,
"data": {
"query": "wireless earbuds anc",
"currency": "USD",
"offers": [
{
"platform": "1688",
"title": "TWS Earbuds OEM",
"price": 2.9,
"url": "https://detail.1688.com/..."
},
{
"platform": "aliexpress",
"title": "ANC Earbuds Pro",
"price": 11.5,
"url": "https://aliexpress.com/..."
}
]
},
"error": null
}Try Cross-platform Price Compare with Orlabia Tech
20 free calls included with every new account.