通过 pic_url 提交非阿里的图片地址,会有一定的失败率,建议先调用图片上传接口获取图片ID,通过图片ID查询 ,图片搜索接口尚不支持分页查询,请自行处理,搜索结果支持en|vi|ru|ko|ja。
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://ecommerce-api.shanjing-inc.com/rest/taobao-global/traffic/item/imgsearch?filters=24shipping&excludeFilters=used_item&excludeFilters=customized_item&pic_url=https%3A%2F%2Fimg.alicdn.com%2Fbao%2Fuploaded%2Fi3%2F684174095%2FO1CN019WLF1n1g7YYWtonEu_!!0-item_pic.jpg&include_tags=activity_202311_1_tb_manjian&language=en&image_id=1616108138716568543' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{
"errorCode": "string",
"errorMsg": "string",
"data": [
{
"couponPrice": "string",
"promotionDisplayVOList": [
{
"name": "string",
"itemPromotionDisplayInfoVOList": [
{
"code": "string",
"name": "string"
}
]
}
],
"tbItemId": 0,
"title": "string",
"mainImageUrl": "string",
"price": "string",
"inventory": 0,
"shopName": "string",
"tagList": [
"string"
],
"materialI18nVO": {
"title": "string",
"mainImage": "string",
"language": "string"
}
}
]
}
Modified at 2026-03-14 05:37:03