1. API for Visual Search of Similar Products
  • API Signature & Authentication Specification
  • Alibaba[1688] Open Platform API
    • 1688 Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
      • API for 1688 Recommended Products
    • 1688 Business Opportunities
      • API for 1688 Hot Products
      • API for 1688 Hot Keywords
    • 1688 Logistics
      • API for China Domestic Shipping Cost
    • 1688 Category
      • API for Category Search on 1688
    • 1688 Order Manage
      • API for Creating Preview Order
      • API for Creating Formal Order
      • API for Canceling Formal Order
      • API for Querying Order Details
      • API for Confirming Order Receipt
      • API for Retrieving Payment Link
      • API for Auto Payment of Order
    • 1688 Message Service
      • Callback Message Signature Verification Specification
      • Order Created Message
      • Order Price Modification Message
      • Transaction Payment Message
      • Order Delivery Message
      • Logistics Order Status Change
      • Order Receipt Confirmation Message
      • Transaction Completed Message
  • Taobao Open Platform API
    • Taobao Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
          GET
        • API for Visual Search of Similar Products
          GET
      • API for Product Keyword Search
        GET
      • API for Product Detail Search
        GET
      • API for Searching Products in a Shop
        GET
    • Taobao Logistics
      • API for China Domestic Shipping Cost
  1. API for Visual Search of Similar Products

API for Visual Search of Similar Products

GET
/taobao/traffic/item/imgsearch
The API for Visual Search of Similar Products on Taobao does not support pagination. Please implement pagination logic on your own.

Request

Query Params

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.soureco.com/taobao/traffic/item/imgsearch?appKey=&appSecret=&sign=undefined&pic_url=https%3A%2F%2Fcbu01.alicdn.com%2Fimg%2Fibank%2FO1CN01B29TZk22mFiw9BgvY_!!2220963897162-0-cib.jpg_460x460q100.jpg&image_id=&language=undefined'
Response Response Example
{
    "code": 200,
    "message": "操作成功",
    "data": [
        {
            "miId": "0000xDR6G3_-KO9ckGTMkykqvozuxD5wvJ8Zs4QyGst4vLs",
            "shopName": "原装正品手表折扣店",
            "title": "时刻美时尚简约石英表运动复古皮带腕表潮流个性学生手表男士数字",
            "inventory": 200,
            "tags": [],
            "itemId": 987583506116,
            "price": "74.00",
            "shippingOrigin": "广东广州",
            "promotionDisplays": [
                {
                    "typeName": "官方立折",
                    "promotionInfoList": [
                        {
                            "activityCode": "OszjRMzkINHbRKHfSsDlTMvqBJ4pE3amDZ0vC3OnE5ypC38oDZ8qE3CsE34m",
                            "promotionName": "官方8.8折"
                        }
                    ]
                },
                {
                    "typeName": "店铺优惠券",
                    "promotionInfoList": [
                        {
                            "activityCode": "SsXlS69lRdLpBJ4pE3anCJKpDJGuC5ypC34uCZKnEJGpCpSuBJ0",
                            "promotionName": "店铺券满4减3"
                        }
                    ]
                },
                {
                    "typeName": "店铺满折",
                    "promotionInfoList": [
                        {
                            "activityCode": "L6rXR6maSsXlS51oRsrlT6blRa5iR2qtCpKuC3OmDpWmD5ypC30mCZapEJ4vD38o",
                            "promotionName": "店铺满2件9.99折"
                        }
                    ]
                }
            ],
            "shopDsr": "4.90",
            "couponPrice": "62.10",
            "multiLanguageInfo": {},
            "mainImageUrl": "https://img.alicdn.com/imgextra/O1CN01cYRym11t5oTncW0gD_!!2833155851.jpg"
        }
    ],
    "timestamp": 1785316229505,
    "traceId": "3785638e6677",
    "cost": 0
}
Previous
API for Image upload
Next
API for Product Keyword Search
Built with