Nexscope logo

Amazon Market Research 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

Use SellerSprite market list capability to filter Amazon niche markets by category dimensions, supporting market size, competition, top concentration, seller structure, new product share, price/rating/margin ranges, and many other criteria for discovering viable markets and evaluating product selection directions.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run
MCP method
nexscope_amazon_market_research

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://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run

Run an API

Request parameters documented by ecommerce.amazon-market-research.

Slugamazon-market-research
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-market-research/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "marketplace": "US",   "size": 1,   "newProduct": 1,   "departmentKeyword": "phone case",   "page": 1,   "topNum": 1 }'
All categories/ Amazon Marketplace Intelligence
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run

Run this API

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

Open tester

Endpoint

MethodPOST
Pathhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
marketplacestringrequired
Site code, see [marketplace](#marketplace-options)
Example: US
nodeIdPathstringoptional
Category node ID path, e.g. 172282:281407
departmentKeywordstringoptional
Category keyword path, e.g. Electronics:Accessories & Supplies
Example: phone case
sellerLocationstringoptional
Seller location, multiple values comma-separated; see Seller Sprite table 1.3 for values
newProductintegeroptional
New product definition (months)
Example: 1
topNumintegeroptional
Top Listing count
Example: 1
monthstringoptional
Filter date: nearly or yyyyMM
pageintegeroptional
Page number, starting from 1
Example: 1
sizeintegeroptional
Results per page
Example: 1
orderFieldstringoptional
Sort field, see [orderField](#orderfield-options)
orderDescbooleanoptional
true descending, false ascending
Example: false
minAvgRevenue/maxAvgRevenuenumberoptional
Minimum / maximum average monthly sales revenue
Example: 1
minAvgUnits/maxAvgUnitsintegeroptional
Minimum / maximum average monthly sales volume
Example: 1
minGoodsCount/maxGoodsCountintegeroptional
Minimum / maximum product count
Example: 1
minSellers/maxSellersintegeroptional
Minimum / maximum seller count
Example: 1
minBrands/maxBrandsintegeroptional
Minimum / maximum brand count
Example: 1
minAvgSellers/maxAvgSellersnumberoptional
Minimum / maximum average seller count
Example: 1
minGoodsCrn/maxGoodsCrnnumberoptional
Minimum / maximum product concentration (decimal 0-1)
Example: 1
minSellerCrn/maxSellerCrnnumberoptional
Minimum / maximum seller concentration (decimal 0-1)
Example: 1
minBrandCrn/maxBrandCrnnumberoptional
Minimum / maximum brand concentration (decimal 0-1)
Example: 1
minAmazonSelfProportion/maxAmazonSelfProportionnumberoptional
Minimum / maximum Amazon self-operated share (decimal 0-1)
Example: 1
minFbaProportion/maxFbaProportionnumberoptional
Minimum / maximum FBA share (decimal 0-1)
Example: 1
minFbmProportion/maxFbmProportionnumberoptional
Minimum / maximum FBM share (decimal 0-1)
Example: 1
minEbcProportion/maxEbcProportionnumberoptional
Minimum / maximum A+ share (decimal 0-1)
Example: 1
minNewProportion/maxNewProportionnumberoptional
Minimum / maximum new product share (scale may differ from other ratio fields; refer to tool schema / actual network behavior)
Example: 1
minAvgPrice/maxAvgPricenumberoptional
Minimum / maximum average price
Example: 1
minAvgRating/maxAvgRatingnumberoptional
Minimum / maximum average rating value
Example: 1
minAvgRatings/maxAvgRatingsintegeroptional
Minimum / maximum average review count
Example: 1
minAvgProfit/maxAvgProfitnumberoptional
Minimum / maximum average gross margin (input N means N%, 0-100)
Example: 1
minAvgBsr/maxAvgBsrintegeroptional
Minimum / maximum average BSR rank
Example: 1
minNewCount/maxNewCountintegeroptional
Minimum / maximum new product count
Example: 1
minNewAvgPrice/maxNewAvgPricenumberoptional
Minimum / maximum new product average price
Example: 1
minNewAvgRating/maxNewAvgRatingnumberoptional
Minimum / maximum new product average star rating
Example: 1
minNewAvgRatings/maxNewAvgRatingsintegeroptional
Minimum / maximum new product average review count
Example: 1
minNewAvgUnits/maxNewAvgUnitsnumberoptional
Minimum / maximum new product average monthly sales
Example: 1
minNewAvgRevenue/maxNewAvgRevenuenumberoptional
Minimum / maximum new product average monthly revenue
Example: 1
minTopAvgUnits/maxTopAvgUnitsintegeroptional
Minimum / maximum top listing average monthly sales
Example: 1
minTopAvgRevenue/maxTopAvgRevenuenumberoptional
Minimum / maximum top listing average monthly revenue
Example: 1
minTopAvgBsr/maxTopAvgBsrintegeroptional
Minimum / maximum top listing average BSR
Example: 1
minWeight/maxWeightnumberoptional
Minimum / maximum weight
Example: 1
minVolume/maxVolumenumberoptional
Minimum / maximum volume
Example: 1

Request example

{
  "marketplace": "US",
  "size": 1,
  "newProduct": 1,
  "departmentKeyword": "phone case",
  "page": 1,
  "topNum": 1
}

Response body

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

NameTypeRequiredDescription
totalintegeroptional
Total record count
Example: 1
marketplacestringoptional
Site code
Example: US
dataarrayoptional
Category market list (corresponds to third-party data.items)
Example: []
columnsarrayoptional
Render columns
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Render style
data[].nodeIdstringoptional
Node ID
Example: example-id
data[].nodeIdPathstringoptional
Node ID path
data[].nodeLabelNamestringoptional
Node name
data[].nodeLabelPathstringoptional
Node name path
data[].nodeLabelLocalestringoptional
Node name translation
data[].nodeLabelPathLocalestringoptional
Node name path translation
data[].marketplacestringoptional
Market identifier
Example: US
data[].currencystringoptional
Currency type for this market
data[].rankingintegeroptional
Rank
Example: 1
data[].totalProductsintegeroptional
Total product count
Example: 1
data[].topProductsintegeroptional
Sample count
Example: 1
data[].sellersintegeroptional
Seller count
Example: 1
data[].brandsintegeroptional
Brand count
Example: 1
data[].avgSellersnumberoptional
Average seller count
Example: 1
data[].avgUnitsintegeroptional
Average monthly sales volume
Example: 1
data[].totalUnitsintegeroptional
Total monthly sales volume
Example: 1
data[].avgRevenuenumberoptional
Average monthly sales revenue
Example: 1
data[].totalRevenuenumberoptional
Total monthly sales revenue
Example: 1
data[].avgPricenumberoptional
Average price
Example: 1
data[].avgRatingnumberoptional
Average rating value
Example: 1
data[].avgRatingsintegeroptional
Average review count
Example: 1
data[].avgBsrintegeroptional
Average BSR
Example: 1
data[].avgProfitnumberoptional
Average profit margin (%)
Example: 1
data[].fbaProportionnumberoptional
FBA share (%)
Example: 1
data[].fbmProportionnumberoptional
FBM share (%)
Example: 1
data[].amazonSelfProportionnumberoptional
Amazon self-operated share (%)
Example: 1
data[].ebcProportionnumberoptional
A+ product share (%)
Example: 1
data[].returnRationumberoptional
Return rate (%)
Example: 1
data[].avgReturnRationumberoptional
Category average return rate (%)
Example: 1
data[].searchToPurchaseRationumberoptional
Search-to-purchase ratio (per mille)
Example: 1
data[].sellerNationstringoptional
Most common seller location code
data[].sellerNationLabelstringoptional
Most common seller location label
data[].sellerProportionnumberoptional
Most common seller location share (%)
Example: 1
data[].avgWeightnumberoptional
Average weight (pound)
Example: 1
data[].baseAvgWeightnumberoptional
Average weight (g)
Example: 1
data[].avgVolumenumberoptional
Average volume (in³)
Example: 1
data[].baseAvgVolumenumberoptional
Average volume (cm³)
Example: 1
data[].top10Imagesarrayoptional
Top 10 product images, elements see table below
Example: []
top10images[].imagestringoptional
Image link
Example: https://example.com/image.jpg
top10images[].asinstringoptional
ASIN
Example: B072MQ5BRX
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.
titlestringoptional
Provider-specific response title.
sourceTypestringoptional
Provider-specific source platform type.
sourceToolstringoptional
Provider-specific source tool name.
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,
  "marketplace": "US",
  "data": [
    {
      "nodeId": "example-id",
      "marketplace": "US",
      "ranking": 1,
      "totalProducts": 1,
      "topProducts": 1,
      "sellers": 1,
      "brands": 1,
      "avgSellers": 1,
      "avgUnits": 1,
      "totalUnits": 1,
      "avgRevenue": 1,
      "totalRevenue": 1,
      "avgPrice": 1,
      "avgRating": 1,
      "avgRatings": 1,
      "avgBsr": 1,
      "avgProfit": 1,
      "fbaProportion": 1,
      "fbmProportion": 1,
      "amazonSelfProportion": 1,
      "ebcProportion": 1,
      "returnRatio": 1,
      "avgReturnRatio": 1,
      "searchToPurchaseRatio": 1,
      "sellerProportion": 1,
      "avgWeight": 1,
      "baseAvgWeight": 1,
      "avgVolume": 1,
      "baseAvgVolume": 1,
      "top10Images": []
    }
  ],
  "columns": [],
  "costToken": 1,
  "top10images": [
    {
      "image": "https://example.com/image.jpg",
      "asin": "B072MQ5BRX"
    }
  ]
}

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_market_research",
    "arguments": {
      "marketplace": "US",
      "size": 1,
      "newProduct": 1,
      "departmentKeyword": "phone case",
      "page": 1,
      "topNum": 1
    }
  }
}

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://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run
MCP method
nexscope_amazon_market_research
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "marketplace": "US", "size": 1, "newProduct": 1, "departmentKeyword": "phone case", "page": 1, "topNum": 1 }'
Response
No response yet. Run the request to see the response here.