1688 Sourcing

1688 Search By Image MCP Tool

Perform image-based product search on the 1688 platform. Use an image URL to find visually similar supplier products, returning title, price, minimum order quantity, monthly sales, repurchase rate, trade score, and seller identity.

MCP tool name
nexscope_1688_search_by_image
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-search-by-image/run
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "1688-search-by-image-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_1688_search_by_image",
    "arguments": {
      "pageSize": 10,
      "imageUrl": "https://m.media-amazon.com/images/I/61v6nYvQ7+L._AC_SL1500_.jpg",
      "page": 1
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-search-by-image/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/1688-search-by-image

Arguments

NameTypeRequiredMeaning
imageUrlstringoptional
图片URL地址,请确保图片URL有效且可公开访问。最大长度:1000。仅支持 png/jpg/jpeg 格式,不支持 webp/gif 等。imageUrl/imageBase64/imageId 三选一必填
Example: https://m.media-amazon.com/images/I/61v6nYvQ7+L._AC_SL1500_.jpg
imageBase64stringoptional
图片 Base64 编码字符串,为纯编码内容,不包含 data:image/jpeg;base64, 前缀。仅支持 png/jpg/jpeg 格式(imageUrl为空时使用)
Example: {}
imageIdstringoptional
图片ID(1688图片ID),以图搜图查询结果中也会返回,建议当分页 page>1 查询时带 imageId,加快响应速度
Example: {}
pageintegeroptional
页码,从1开始
Example: 1
pageSizeintegeroptional
每页返回的商品数量,最大不超过50
Example: 10
priceStartstringoptional
价格筛选起始值(人民币),如 10
Example: {}
priceEndstringoptional
价格筛选结束值(人民币),如 100
Example: {}
filterstringoptional
过滤条件,多个条件用逗号分隔。有效值见下方「支持的过滤条件」
Example: {}
sortstringoptional
排序条件,JSON格式 {排序字段: 排序方式}。有效字段:price、rePurchaseRate、monthSold;方式:asc/desc
Example: {}
keywordstringoptional
关键词,在结果中搜索
Example: phone case
productCollectionIdstringoptional
货盘ID,单选。有效值见下方「支持的货盘ID」
Example: example-id

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
imageIdstringoptional
上传后的图片ID(分页查询时回传可加速)
Example: example-id
totalintegeroptional
本页商品数量
Example: 1
totalPageintegeroptional
总页数
Example: 1
sourceTypestringoptional
来源类型(固定值 "1688")
Example: {}
typestringoptional
渲染样式(固定值 "productWorkbenches")
Example: {}
columnsarrayoptional
渲染列定义
Example: []
costTokenintegeroptional
消耗 token
Example: 1
productsarrayoptional
商品列表(详见下方商品字段)
Example: []
offerIdstringoptional
商品ID
Example: example-id
asinstringoptional
商品编号(同 offerId)
Example: B072MQ5BRX
imageUrlstringoptional
商品图片
Example: https://example.com/image.jpg
titlestringoptional
商品标题
Example: {}
pricenumberoptional
批发价(元)
Example: 1
consignPricenumberoptional
一件代发价(元)
Example: 1
salesQuantityintegeroptional
月销售件数
Example: 1
estimatedSalesAmountnumberoptional
预估销售额
Example: 1
asinUrlstringoptional
商品链接
Example: B072MQ5BRX
products[].isOnePsalestringoptional
是否一件代发(是/否)
Example: {}
products[].isJxhystringoptional
是否精选货源(是/否)
Example: {}
products[].sellerIdentitiesstringoptional
商家身份(超级工厂/实力商家/诚信通会员)
Example: {}
products[].offerIdentitiesstringoptional
商品标(严选)
Example: {}
products[].repurchaseRatestringoptional
复购率
Example: {}
products[].tradeScorestringoptional
商品交易评分
Example: {}
products[].compositeServiceScorestringoptional
综合服务体验分
Example: {}
products[].sendGoodsAddressTextstringoptional
发货地
Example: {}
products[].deliveryTimestringoptional
发货时间(24/48小时)
Example: {}
quantityBeginintegeroptional
起批量
Example: 1
products[].hasPromotionstringoptional
是否有营销活动(是/否)
Example: {}
products[].promotionTypestringoptional
营销类型
Example: {}
products[].isPatentProductstringoptional
是否专利商品(是/否)
Example: {}
products[].isSelectstringoptional
跨境select货盘标识
Example: {}
products[].currencystringoptional
币种(固定值 "¥")
Example: {}
sourceToolstringoptional
来源工具(固定值 "1688以图搜图")
Example: {}
products[].dataTypestringoptional
数据类型(固定值 "monthlyData")
Example: {}
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
codestringoptional
Provider-specific status code.
Example: {}
msgstringoptional
Provider-specific status message.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
costTimeintegeroptional
Execution time reported by the upstream provider.
Example: {}
pageintegeroptional
Current page returned by the upstream provider.
Example: {}
pageSizeintegeroptional
Page size returned by the upstream provider.
Example: {}
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: {}
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: {}

Examples

Example arguments

{
  "pageSize": 10,
  "imageUrl": "https://m.media-amazon.com/images/I/61v6nYvQ7+L._AC_SL1500_.jpg",
  "page": 1
}

Example structuredContent

{
  "imageId": "example-id",
  "total": 1,
  "totalPage": 1,
  "columns": [],
  "costToken": 1,
  "products": [],
  "offerId": "example-id",
  "asin": "B072MQ5BRX",
  "imageUrl": "https://example.com/image.jpg",
  "price": 1,
  "consignPrice": 1,
  "salesQuantity": 1,
  "estimatedSalesAmount": 1,
  "asinUrl": "B072MQ5BRX",
  "quantityBegin": 1
}