Cross-platform Tools · Price 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.
$0.0100/call · 20 free 1500ms avg 99.5% uptime
POSThttp://localhost:8001/v1/compare/image
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 |
|---|---|---|---|
| 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) |
Request example
curl -X POST "http://localhost:8001/v1/compare/image" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image_url":"https://example.com/product.jpg"}'Response example
Switch tabs to see the error envelope for each status code. Non-200 responses are never charged.
{
"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 with Orlabia Tech
20 free calls included with every new account.