Nexscope

Amazon Product Discovery API

REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.

API selector
Amazon Marketplace Intelligence

API overview

Discover potential Amazon bestsellers with Jiimore product data. Review request parameters, response fields, and MCP usage.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/run
MCP method
nexscope_amazon_product_discovery

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-product-discovery/run

Run an API

Request parameters documented by ecommerce.amazon-product-discovery.

Slugamazon-product-discovery
HeadersAuthorization: Bearer nk-...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyPlatform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion.

Status codes

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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-product-discovery/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "pageSize": 10,   "keyword": "phone case",   "countryCode": "US",   "page": 1 }'
All categories/ Amazon Marketplace Intelligence
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/run

Run this API

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

Endpoint

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

Request body

NameTypeRequiredDescription
keywordstringrequired
Keyword (required; translate the keyword to the language of the selected country)
Example: phone case
countryCodestringoptional
Country, use country abbreviation. Default US. Options: US, JP, DE
priceMinnumberoptional
Minimum product price
Example: 1
priceMaxnumberoptional
Maximum product price
Example: 1
totalReviewsMinintegeroptional
Minimum number of reviews
Example: 1
totalReviewsMaxintegeroptional
Maximum number of reviews
Example: 1
customerRatingMinnumberoptional
Minimum rating
Example: 1
customerRatingMaxnumberoptional
Maximum rating
Example: 1
clickConversionRateMinnumberoptional
Minimum click-to-purchase conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickConversionRateMaxnumberoptional
Maximum click-to-purchase conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickConversionRateCompositeMinnumberoptional
Minimum composite conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickConversionRateCompositeMaxnumberoptional
Maximum composite conversion rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountT7Minintegeroptional
Minimum weekly click count
Example: 1
clickCountT7Maxintegeroptional
Maximum weekly click count
Example: 1
clickCountT30Minintegeroptional
Minimum monthly click count
Example: 1
clickCountT30Maxintegeroptional
Maximum monthly click count
Example: 1
clickCountGrowthT7Minnumberoptional
Minimum weekly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountGrowthT7Maxnumberoptional
Maximum weekly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountGrowthT30Minnumberoptional
Minimum monthly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
clickCountGrowthT30Maxnumberoptional
Maximum monthly click growth rate, value range 0-1, 0.1 means 10%
Example: 1
salesVolumeT360Minintegeroptional
Minimum annual sales volume
Example: 1
salesVolumeT360Maxintegeroptional
Maximum annual sales volume
Example: 1
grossProfitMarginMinnumberoptional
Minimum gross profit margin
Example: 1
grossProfitMarginMaxnumberoptional
Maximum gross profit margin
Example: 1
fbaFeeMinnumberoptional
Minimum FBA fee
Example: 1
fbaFeeMaxnumberoptional
Maximum FBA fee
Example: 1
launchDateMinstringoptional
Earliest listing time, format: yyyyMMdd000000
Example: 2026-01-01
launchDateMaxstringoptional
Latest listing time, format: yyyyMMdd000000
Example: 2026-01-01
nicheCountMinintegeroptional
Minimum niche market count
Example: 1
nicheCountMaxintegeroptional
Maximum niche market count
Example: 1
sellerCountrystringoptional
Seller country/region code, comma-separated for multiple selections, e.g.: CN,US
sortFieldstringoptional
Sort field. Default purchasedClicksT360. Options: totalReviews (total reviews), price (price), launchDate (listing time), clickCountT7 (7-day click count), clickCountT30 (30-day click count), clickCountT90 (90-day click count), clickConversionRate (click-to-purchase conversion rate), clickConversionRateComposite (composite click-to-purchase conversion rate), customerRating (rating), purchasedClicksT360 (360-day purchase clicks), clickCountGrowthT7 (weekly click growth rate), clickCountGrowthT30 (monthly click growth rate), currentPrice (current price), fbaFee (FBA fee), shippingFee (FBA shipping), gpm (gross profit margin)
sortTypestringoptional
Sort direction. Default desc. Options: desc (descending), asc (ascending)
pageintegeroptional
Page number. Default 1
Example: 1
pageSizeintegeroptional
Items per page (10-100). Default 50
Example: 10

Request example

{
  "pageSize": 10,
  "keyword": "phone case",
  "countryCode": "US",
  "page": 1
}

Response body

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.totalintegeroptional
Total count
Example: 1
data.sourceToolstringoptional
Tool type: jiimore
Example: null
data.sourceTypestringoptional
Source type: amazon
Example: null
data.typestringoptional
Render style
Example: null
data.titlestringoptional
Title
Example: null
data.costTokenintegeroptional
Token consumption
Example: 1
data.columnsarrayoptional
Rendered columns
Example: []
data.productsarrayoptional
Product list (see below)
Example: []
data.products[].asinstringoptional
Amazon product ASIN
Example: B072MQ5BRX
data.products[].parentAsinstringoptional
Amazon product parent ASIN
Example: B072MQ5BRX
data.products[].titlestringoptional
Product title
Example: null
data.products[].brandstringoptional
Brand
Example: null
data.products[].pricenumberoptional
Price
Example: 1
data.products[].imageUrlstringoptional
Product main image
Example: https://example.com/image.jpg
data.products[].productImageUrlsarrayoptional
Product image URL list
Example: []
data.products[].asinUrlstringoptional
ASIN link
Example: B072MQ5BRX
data.products[].ratingsintegeroptional
Number of reviews
Example: 1
data.products[].availableDatestringoptional
Listing time (timestamp)
Example: 2026-01-01
data.products[].availableDateStringstringoptional
Listing date (string)
Example: 2026-01-01
data.products[].categoryNamesarrayoptional
Category information
Example: []
data.products[].marketplaceIdstringoptional
Site ID
Example: US
data.products[].clickCountT7integeroptional
Weekly click count
Example: 1
data.products[].clickCountT30integeroptional
Monthly click count
Example: 1
data.products[].clickCountT90integeroptional
Quarterly click count
Example: 1
data.products[].clickConversionRatenumberoptional
Click-to-purchase conversion rate
Example: 1
data.products[].clickConversionRateCompositenumberoptional
Composite conversion rate
Example: 1
data.products[].grossProfitMarginnumberoptional
Gross profit margin
Example: 1
data.products[].fbaFeenumberoptional
Amazon fee
Example: 1
data.products[].shippingFeenumberoptional
FBA shipping fee
Example: 1
data.products[].sourceToolstringoptional
Tool type: jiimore
Example: null
data.products[].sourceTypestringoptional
Source type: amazon
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.totalPageintegeroptional
Total page count 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.

Response example

Platform response envelope. code 0 indicates success or acceptance; data contains the business result.

{
  "data": {
    "total": 1,
    "costToken": 1,
    "columns": [],
    "products": [
      {
        "asin": "B072MQ5BRX",
        "parentAsin": "B072MQ5BRX",
        "price": 1,
        "imageUrl": "https://example.com/image.jpg",
        "productImageUrls": [],
        "asinUrl": "B072MQ5BRX",
        "ratings": 1,
        "availableDate": "2026-01-01",
        "availableDateString": "2026-01-01",
        "categoryNames": [],
        "marketplaceId": "US",
        "clickCountT7": 1,
        "clickCountT30": 1,
        "clickCountT90": 1,
        "clickConversionRate": 1,
        "clickConversionRateComposite": 1,
        "grossProfitMargin": 1,
        "fbaFee": 1,
        "shippingFee": 1
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}

Responses

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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_product_discovery",
    "arguments": {
      "pageSize": 10,
      "keyword": "phone case",
      "countryCode": "US",
      "page": 1
    }
  }
}

Online test

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

12 credits / callAPI usage records

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-product-discovery/run
MCP method
nexscope_amazon_product_discovery
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "pageSize": 10, "keyword": "phone case", "countryCode": "US", "page": 1 }'
Response
No response yet. Run the request to see the response here.