Nexscope

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

View category-node statistics for Amazon, including average price, rating, BSR, sales, seller count, and new-product metrics.

Try this API
Endpoint
https://api.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://api.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 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-market-statistics/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "topN": 1,   "nodeIdPath": "1064954:1069242",   "marketplace": "US",   "newProduct": 1 }'
All categories/ Amazon Marketplace Intelligence
POSThttps://api.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 documented response payload.

Endpoint

MethodPOST
Pathhttps://api.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

{
  "topN": 1,
  "nodeIdPath": "1064954:1069242",
  "marketplace": "US",
  "newProduct": 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 record count
Example: 1
data.marketplacestringoptional
Site code
Example: US
data.dataarrayoptional
Statistics result list (corresponds to third-party data)
Example: []
data.columnsarrayoptional
Render columns
Example: []
data.costTokenintegeroptional
Tokens consumed
Example: 1
data.typestringoptional
Render style
Example: null
data.data[].nodeIdPathstringoptional
Node ID path
Example: null
data.data[].nodeLabelPathstringoptional
Node name path
Example: null
data.data[].nodeLabelLocalestringoptional
Node name translation
Example: null
data.data[].nodeLabelPathLocalestringoptional
Node name path translation
Example: null
data.data[].countryCodestringoptional
Two-letter country code
Example: null
data.data[].currencystringoptional
Currency type for this market
Example: null
data.totalProductsintegeroptional
Total product count
Example: 1
data.productsintegeroptional
Sample product count
Example: 1
data.sellersintegeroptional
Seller count
Example: 1
data.brandsintegeroptional
Brand count
Example: 1
data.avgSellersnumberoptional
Average seller count
Example: 1
data.hlProductsintegeroptional
Top N Listing sample product count
Example: 1
data.avgUnitsintegeroptional
Average monthly sales volume
Example: 1
data.avgRevenuenumberoptional
Average monthly sales revenue
Example: 1
data.avgPricenumberoptional
Average price
Example: 1
data.avgRatingnumberoptional
Average star rating
Example: 1
data.avgRatingsintegeroptional
Average review count
Example: 1
data.avgRatingsCvintegeroptional
Average monthly review growth count
Example: 1
data.avgBsrintegeroptional
Average BSR
Example: 1
data.avgProfitnumberoptional
Average profit margin
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.hlAvgUnitsintegeroptional
Top N Listing average monthly sales volume
Example: 1
data.hlAvgRevenuenumberoptional
Top N Listing average monthly sales revenue
Example: 1
data.hlAvgPricenumberoptional
Top N Listing average price
Example: 1
data.hlAvgRatingnumberoptional
Top N Listing average star rating
Example: 1
data.hlAvgRatingsintegeroptional
Top N Listing average review count
Example: 1
data.hlAvgRatingsCvintegeroptional
Top N Listing average monthly review growth count
Example: 1
data.hlAvgBsrintegeroptional
Top N Listing average BSR
Example: 1
data.newProductsintegeroptional
New product count
Example: 1
data.newProductProportionnumberoptional
New product share
Example: 1
data.newAvgUnitsintegeroptional
New product average monthly sales volume
Example: 1
data.newAvgRevenuenumberoptional
New product average monthly sales revenue
Example: 1
data.newAvgPricenumberoptional
New product average price
Example: 1
data.newAvgRatingnumberoptional
New product average star rating
Example: 1
data.newAvgRatingsintegeroptional
New product average review count
Example: 1
data.minNewRatingsintegeroptional
Minimum new product review count
Example: 1
data.maxNewRatingsintegeroptional
Maximum new product review count
Example: 1
data.firstShelfDatestringoptional
Product first listing date
Example: 2026-01-01
data.lastShelfDatestringoptional
Product latest listing date
Example: 2026-01-01
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
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,
    "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"
  },
  "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_market_statistics",
    "arguments": {
      "topN": 1,
      "nodeIdPath": "1064954:1069242",
      "marketplace": "US",
      "newProduct": 1
    }
  }
}

Online test

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

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