Amazon Search By Image API

REST API and MCP service documentation generated from server-side API definitions. Responses shown here are the direct payload returned by each API execution.

API selector
Amazon Marketplace Intelligence

API overview

Find visually similar Amazon products from an image URL across eight marketplaces, with optional sales-data enrichment.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run
MCP method
nexscope_amazon_search_by_image

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run

Run an API

Request parameters documented by ecommerce.amazon-search-by-image.

Slugamazon-search-by-image
HeadersAuthorization: Bearer nk_...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyDirect API response payload. No data/result wrapper is added.

Status codes

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "amazonDomain": "amazon.com",   "imageUrl": "https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg",   "aggregateByKeepaData": false }'
All categories/ Amazon Marketplace Intelligence
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run

Run this API

Send a JSON request to execute this API and receive the direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
imageUrlstringrequired
Valid, publicly accessible image URL (maximum 1,000 characters)
Example: https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg
amazonDomainstringrequired
Amazon marketplace. Supported domains: United States (amazon.com), United Kingdom (amazon.co.uk), Germany (amazon.de), France (amazon.fr), Italy (amazon.it), Spain (amazon.es), Japan (amazon.co.jp), and India (amazon.in). Default: amazon.com
Example: amazon.com
sortstringoptional
Sort by price, rating, or rating count. Values: default, price-asc-rank, price-desc-rank, rating-asc-rank, rating-desc-rank, ratings-asc-rank, and ratings-desc-rank
deliveryZipstringoptional
Delivery postal code or city within the selected marketplace. If omitted, the marketplace default is used. Maximum 1,000 characters. Defaults: United States=10001, United Kingdom=EC1A 1BB, Germany=10115, France=75001, Italy=00100, Spain=28001, Japan=100-0001, and India=110034
countryOrAreaCodestringoptional
Destination country or region code for cross-border delivery, such as CN, JP, KR, TW, HK, MO, SG, TH, VN, PH, or MY. Do not provide this together with deliveryZip. Amazon India does not support cross-border destination settings. Maximum 1,000 characters
aggregateByKeepaDatabooleanoptional
Whether to enrich results with Keepa data such as sales rank, monthly sales, FBA fees, and dimensions
Example: false

Request example

{
  "amazonDomain": "amazon.com",
  "imageUrl": "https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg",
  "aggregateByKeepaData": false
}

Response body

Returns the documented upstream API response directly without an additional wrapper.

NameTypeRequiredDescription
totalintegeroptional
Total rows
Example: 1
totalCountintegeroptional
Total count
Example: 1
perPageintegeroptional
Items per page
Example: 1
currentPageintegeroptional
Current page
Example: 1
typestringoptional
Rendering style
sourceTypestringoptional
Source type
columnsarrayoptional
Column definitions used for rendering
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
productsarrayoptional
Product list; see the product fields below
Example: []
asinstringoptional
ASIN
Example: B072MQ5BRX
titlestringoptional
Product title
imageUrlstringoptional
Image URL
Example: https://example.com/image.jpg
asinUrlstringoptional
Amazon ASIN detail URL
Example: B072MQ5BRX
pricenumberoptional
Current price in the marketplace currency
Example: 1
oldPricenumberoptional
List price
Example: 1
products[].currencystringoptional
Currency
ratingnumberoptional
Current rating from 0.0 to 5.0
Example: 1
ratingsintegeroptional
Rating count
Example: 1
products[].brandstringoptional
Brand
sourceToolstringoptional
Source tool
salesRankintegeroptional
Sales rank from Keepa
Example: 1
salesRank30integeroptional
Average sales rank over the past 30 days from Keepa
Example: 1
salesRank90integeroptional
Average sales rank over the past 90 days from Keepa
Example: 1
salesRank180integeroptional
Average sales rank over the past 180 days from Keepa
Example: 1
monthlySalesUnitsintegeroptional
Monthly units sold from Keepa
Example: 1
monthlySalesRevenuenumberoptional
Monthly sales revenue from Keepa
Example: 1
monthlySalesUnits1MonthAgo~monthlySalesUnits12MonthsAgointegeroptional
Monthly sales from 1 through 12 months ago, from Keepa
Example: 1
reviewCountintegeroptional
Review count from Keepa
Example: 1
fbaFeesnumberoptional
FBA fulfillment fee in the marketplace currency from Keepa
Example: 1
profitnumberoptional
Profit margin percentage from Keepa; for example, 25.5 means 25.5%
Example: 1
referralFeePercentagenumberoptional
Referral fee percentage from Keepa
Example: 1
products[].fulfillmentstringoptional
Fulfillment method from Keepa: AMZ, FBA, or FBM
primePricenumberoptional
Prime price from Keepa
Example: 1
buyBoxSellerIdstringoptional
Buy Box seller ID from Keepa
Example: example-id
sellerNumintegeroptional
Seller count from Keepa
Example: 1
variationNumintegeroptional
Variation count from Keepa
Example: 1
parentAsinstringoptional
Parent ASIN from Keepa
Example: B072MQ5BRX
availableDatestringoptional
Listing date from Keepa in yyyy-MM-dd HH:mm:ss format
Example: 2026-01-01
lastUpdatestringoptional
Last update time from Keepa in yyyy-MM-dd HH:mm:ss format
Example: 2026-01-01
products[].manufacturerstringoptional
Manufacturer from Keepa
products[].modelstringoptional
Model from Keepa
products[].colorstringoptional
Color from Keepa
products[].materialstringoptional
Primary materials used in the product construction, from Keepa
products[].weightstringoptional
Weight in grams from Keepa
products[].dimensionstringoptional
Dimensions from Keepa
itemLengthintegeroptional
Product length in millimeters from Keepa; 0 or -1 when unavailable
Example: 1
itemWidthintegeroptional
Product width in millimeters from Keepa; 0 or -1 when unavailable
Example: 1
itemHeightintegeroptional
Product height in millimeters from Keepa; 0 or -1 when unavailable
Example: 1
packageLengthintegeroptional
Package length in millimeters from Keepa
Example: 1
packageWidthintegeroptional
Package width in millimeters from Keepa
Example: 1
packageHeightintegeroptional
Package height in millimeters from Keepa
Example: 1
products[].packageWeightstringoptional
Package weight in grams from Keepa
products[].packageDimensionsstringoptional
Package dimensions from Keepa
packageQuantityintegeroptional
Number of items in the package from Keepa; 0 or -1 when unavailable
Example: 1
products[].dimensionsTypestringoptional
Dimension type from Keepa
products[].categoryTreestringoptional
Category tree from Keepa
categoryTreeIdstringoptional
Category tree ID from Keepa
Example: example-id
rootCategoryintegeroptional
Root category ID from Keepa
Example: 1
isAdultProductbooleanoptional
Whether the product is classified as adult content by Keepa
Example: false
isHazmatbooleanoptional
Whether the product is classified as hazardous by Keepa
Example: false
urlSlugstringoptional
URL slug from Keepa
Example: https://example.com/image.jpg
productImageUrlsarrayoptional
Product image URLs from Keepa
Example: []
errcodeintegeroptional
Upstream status code returned by the provider.
errmsgstringoptional
Upstream status message returned by the provider.
codestringoptional
Provider-specific status code.
msgstringoptional
Provider-specific status message.
messagestringoptional
Provider-specific message.
costTimeintegeroptional
Execution time reported by the upstream provider.
pageintegeroptional
Current page returned by the upstream provider.
pageSizeintegeroptional
Page size returned by the upstream provider.
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
totalPageintegeroptional
Total page count returned by the upstream provider.
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.

Response example

Direct response payload. No extra wrapper is added.

{
  "total": 1,
  "totalCount": 1,
  "perPage": 1,
  "currentPage": 1,
  "columns": [],
  "costToken": 1,
  "products": [],
  "asin": "B072MQ5BRX",
  "imageUrl": "https://example.com/image.jpg",
  "asinUrl": "B072MQ5BRX",
  "price": 1,
  "oldPrice": 1,
  "rating": 1,
  "ratings": 1,
  "salesRank": 1,
  "salesRank30": 1,
  "salesRank90": 1,
  "salesRank180": 1,
  "monthlySalesUnits": 1,
  "monthlySalesRevenue": 1,
  "monthlySalesUnits1MonthAgo~monthlySalesUnits12MonthsAgo": 1,
  "reviewCount": 1,
  "fbaFees": 1,
  "profit": 1,
  "referralFeePercentage": 1,
  "primePrice": 1,
  "buyBoxSellerId": "example-id",
  "sellerNum": 1,
  "variationNum": 1,
  "parentAsin": "B072MQ5BRX",
  "availableDate": "2026-01-01",
  "lastUpdate": "2026-01-01",
  "itemLength": 1,
  "itemWidth": 1,
  "itemHeight": 1,
  "packageLength": 1,
  "packageWidth": 1,
  "packageHeight": 1,
  "packageQuantity": 1,
  "categoryTreeId": "example-id",
  "rootCategory": 1,
  "isAdultProduct": false,
  "isHazmat": false,
  "urlSlug": "https://example.com/image.jpg",
  "productImageUrls": []
}

Responses

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Data source, freshness, and limitations

Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.

Related APIs

MCP

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_search_by_image",
    "arguments": {
      "amazonDomain": "amazon.com",
      "imageUrl": "https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg",
      "aggregateByKeepaData": false
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run
MCP method
nexscope_amazon_search_by_image
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "amazonDomain": "amazon.com", "imageUrl": "https://m.media-amazon.com/images/I/31SkgVLWSuL._SL75_.jpg", "aggregateByKeepaData": false }'
Response
No response yet. Run the request to see the response here.