Nexscope

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://api.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": {
      "imageUrl": "https://m.media-amazon.com/images/I/61v6nYvQ7+L._AC_SL1500_.jpg",
      "pageSize": 10,
      "page": 1
    }
  }
}
REST API equivalent
POST https://api.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.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

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

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

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

Example structuredContent

{
  "data": {
    "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
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}