All APIs
GETPrice 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.
Price
$0.0080 /call
20 free calls to test
Latency
1200 ms avg
Measured over 30 days
Uptime
99.5%
Rolling 90-day window
Endpoint
GET {BASE_URL}/compare/keyword
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) |
Sample response
{
"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 for free
20 free calls included with every new account.