All APIs
POSTPrice Comparison
Search by Image
Reverse image search across Taobao and 1688. Send a product photo (URL or base64) and get visually identical or similar listings with prices — the fastest way to trace a product back to its factory source.
Price
$0.0100 /call
20 free calls to test
Latency
1500 ms avg
Measured over 30 days
Uptime
99.5%
Rolling 90-day window
Endpoint
POST {BASE_URL}/compare/image
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| image_url | string | optional | Public URL of the product image |
| image_base64 | string | optional | Base64 image data (max 2 MB) — use if no URL |
| platform | string | optional | taobao | 1688 (default 1688) |
Sample response
{
"success": true,
"data": {
"matches": [
{
"item_id": "718209433001",
"similarity": 0.97,
"title": "TWS Earbuds OEM Factory",
"price": 2.9,
"platform": "1688"
}
]
},
"error": null
}Try Search by Image for free
20 free calls included with every new account.