Nexscope logo

Amazon Market Statistics 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 statistics capability to output a market statistics dashboard by category node, including top listing average rating, average price, BSR, sales, seller count, and new product related metrics, suitable for quickly assessing the market quality and competitive landscape of a category.

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

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-statistics/run

Run an API

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

Slugamazon-market-statistics
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-statistics/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "marketplace": "US",   "nodeIdPath": "1064954:1069242",   "topN": 1,   "newProduct": 1 }'
All categories/ Amazon Marketplace Intelligence
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/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-statistics/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
marketplacestringrequired
Site code, see [marketplace](#marketplace-options)
Example: US
nodeIdPathstringrequired
Node ID path string, e.g. 1064954:1069242:1069784:1069820:1069838:1069828
Example: 1064954:1069242
monthstringoptional
Filter date: nearly or yyyyMM
topNintegeroptional
Top Listing count (used for top-related metric definitions)
Example: 1
newProductintegeroptional
New product definition (months)
Example: 1

Request example

{
  "marketplace": "US",
  "nodeIdPath": "1064954:1069242",
  "topN": 1,
  "newProduct": 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
Statistics result list (corresponds to third-party data)
Example: []
columnsarrayoptional
Render columns
Example: []
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Render style
data[].nodeIdPathstringoptional
Node ID path
data[].nodeLabelPathstringoptional
Node name path
data[].nodeLabelLocalestringoptional
Node name translation
data[].nodeLabelPathLocalestringoptional
Node name path translation
data[].countryCodestringoptional
Two-letter country code
data[].currencystringoptional
Currency type for this market
totalProductsintegeroptional
Total product count
Example: 1
productsintegeroptional
Sample product count
Example: 1
sellersintegeroptional
Seller count
Example: 1
brandsintegeroptional
Brand count
Example: 1
avgSellersnumberoptional
Average seller count
Example: 1
hlProductsintegeroptional
Top N Listing sample product count
Example: 1
avgUnitsintegeroptional
Average monthly sales volume
Example: 1
avgRevenuenumberoptional
Average monthly sales revenue
Example: 1
avgPricenumberoptional
Average price
Example: 1
avgRatingnumberoptional
Average star rating
Example: 1
avgRatingsintegeroptional
Average review count
Example: 1
avgRatingsCvintegeroptional
Average monthly review growth count
Example: 1
avgBsrintegeroptional
Average BSR
Example: 1
avgProfitnumberoptional
Average profit margin
Example: 1
avgWeightnumberoptional
Average weight (pound)
Example: 1
baseAvgWeightnumberoptional
Average weight (g)
Example: 1
avgVolumenumberoptional
Average volume (in³)
Example: 1
baseAvgVolumenumberoptional
Average volume (cm³)
Example: 1
hlAvgUnitsintegeroptional
Top N Listing average monthly sales volume
Example: 1
hlAvgRevenuenumberoptional
Top N Listing average monthly sales revenue
Example: 1
hlAvgPricenumberoptional
Top N Listing average price
Example: 1
hlAvgRatingnumberoptional
Top N Listing average star rating
Example: 1
hlAvgRatingsintegeroptional
Top N Listing average review count
Example: 1
hlAvgRatingsCvintegeroptional
Top N Listing average monthly review growth count
Example: 1
hlAvgBsrintegeroptional
Top N Listing average BSR
Example: 1
newProductsintegeroptional
New product count
Example: 1
newProductProportionnumberoptional
New product share
Example: 1
newAvgUnitsintegeroptional
New product average monthly sales volume
Example: 1
newAvgRevenuenumberoptional
New product average monthly sales revenue
Example: 1
newAvgPricenumberoptional
New product average price
Example: 1
newAvgRatingnumberoptional
New product average star rating
Example: 1
newAvgRatingsintegeroptional
New product average review count
Example: 1
minNewRatingsintegeroptional
Minimum new product review count
Example: 1
maxNewRatingsintegeroptional
Maximum new product review count
Example: 1
firstShelfDatestringoptional
Product first listing date
Example: 2026-01-01
lastShelfDatestringoptional
Product latest listing date
Example: 2026-01-01
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": [],
  "columns": [],
  "costToken": 1,
  "totalProducts": 1,
  "products": 1,
  "sellers": 1,
  "brands": 1,
  "avgSellers": 1,
  "hlProducts": 1,
  "avgUnits": 1,
  "avgRevenue": 1,
  "avgPrice": 1,
  "avgRating": 1,
  "avgRatings": 1,
  "avgRatingsCv": 1,
  "avgBsr": 1,
  "avgProfit": 1,
  "avgWeight": 1,
  "baseAvgWeight": 1,
  "avgVolume": 1,
  "baseAvgVolume": 1,
  "hlAvgUnits": 1,
  "hlAvgRevenue": 1,
  "hlAvgPrice": 1,
  "hlAvgRating": 1,
  "hlAvgRatings": 1,
  "hlAvgRatingsCv": 1,
  "hlAvgBsr": 1,
  "newProducts": 1,
  "newProductProportion": 1,
  "newAvgUnits": 1,
  "newAvgRevenue": 1,
  "newAvgPrice": 1,
  "newAvgRating": 1,
  "newAvgRatings": 1,
  "minNewRatings": 1,
  "maxNewRatings": 1,
  "firstShelfDate": "2026-01-01",
  "lastShelfDate": "2026-01-01"
}

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_statistics",
    "arguments": {
      "marketplace": "US",
      "nodeIdPath": "1064954:1069242",
      "topN": 1,
      "newProduct": 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-statistics/run
MCP method
nexscope_amazon_market_statistics
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "marketplace": "US", "nodeIdPath": "1064954:1069242", "topN": 1, "newProduct": 1 }'
Response
No response yet. Run the request to see the response here.