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 https://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
Valid, publicly accessible image URL (maximum 1,000 characters). Supported formats: PNG, JPG, and JPEG; WEBP and GIF are not supported. Provide exactly one of imageUrl, imageBase64, or imageId
Example: https://m.media-amazon.com/images/I/61v6nYvQ7+L._AC_SL1500_.jpg
imageBase64stringoptional
Raw Base64-encoded image content without a data:image/jpeg;base64, prefix. Supported formats: PNG, JPG, and JPEG. Use when imageUrl is omitted
Example: {}
imageIdstringoptional
1688 image ID. Image-search results also return this value; include it when page is greater than 1 to improve response time
Example: {}
pageintegeroptional
Page number starting from 1
Example: 1
pageSizeintegeroptional
Number of products per page, maximum 50
Example: 10
priceStartstringoptional
Minimum price in CNY, for example 10
Example: {}
priceEndstringoptional
Maximum price in CNY, for example 100
Example: {}
filterstringoptional
Comma-separated filter conditions. Use the supported filter values documented for this endpoint
Example: {}
sortstringoptional
Sort condition as JSON in the form {field: direction}. Fields: price, rePurchaseRate, or monthSold. Directions: asc or desc
Example: {}
keywordstringoptional
Keyword used to search within the results
Example: phone case
productCollectionIdstringoptional
Single product-collection ID. Use a supported collection ID documented for this endpoint
Example: example-id

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
imageIdstringoptional
Uploaded image ID; send it with paginated requests to improve response time
Example: example-id
totalintegeroptional
Number of products on this page
Example: 1
totalPageintegeroptional
Total number of pages
Example: 1
sourceTypestringoptional
Source type; fixed value "1688"
Example: {}
typestringoptional
Rendering style; fixed value "productWorkbenches"
Example: {}
columnsarrayoptional
Column definitions used for rendering
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
productsarrayoptional
Product list; see the product fields below
Example: []
offerIdstringoptional
Product ID
Example: example-id
asinstringoptional
Product identifier, same as offerId
Example: B072MQ5BRX
imageUrlstringoptional
Product image URL
Example: https://example.com/image.jpg
titlestringoptional
Product title
Example: {}
pricenumberoptional
Wholesale price in CNY
Example: 1
consignPricenumberoptional
Single-item dropshipping price in CNY
Example: 1
salesQuantityintegeroptional
Monthly units sold
Example: 1
estimatedSalesAmountnumberoptional
Estimated sales revenue
Example: 1
asinUrlstringoptional
Product URL
Example: B072MQ5BRX
products[].isOnePsalestringoptional
Whether single-item dropshipping is available
Example: {}
products[].isJxhystringoptional
Whether the product is a selected supply source
Example: {}
products[].sellerIdentitiesstringoptional
Seller identities, such as Super Factory, Verified Supplier, or TrustPass member
Example: {}
products[].offerIdentitiesstringoptional
Product badge, such as Strict Selection
Example: {}
products[].repurchaseRatestringoptional
Repurchase rate
Example: {}
products[].tradeScorestringoptional
Product transaction score
Example: {}
products[].compositeServiceScorestringoptional
Composite service-experience score
Example: {}
products[].sendGoodsAddressTextstringoptional
Dispatch location
Example: {}
products[].deliveryTimestringoptional
Dispatch time, such as 24 or 48 hours
Example: {}
quantityBeginintegeroptional
Minimum order quantity
Example: 1
products[].hasPromotionstringoptional
Whether a promotion is active
Example: {}
products[].promotionTypestringoptional
Promotion type
Example: {}
products[].isPatentProductstringoptional
Whether the product is patented
Example: {}
products[].isSelectstringoptional
Cross-border Select collection indicator
Example: {}
products[].currencystringoptional
Currency; fixed value "¥"
Example: {}
sourceToolstringoptional
Source tool; fixed value identifying 1688 image search
Example: {}
products[].dataTypestringoptional
Data type; fixed value "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
}