https://api.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/runRun this API
Send a JSON request to execute this API and receive the documented response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
marketplace | string | required | Site code, see [marketplace](#marketplace-options) Example: US |
nodeIdPath | string | required | Node ID path string, e.g. 1064954:1069242:1069784:1069820:1069838:1069828 Example: 1064954:1069242 |
month | string | optional | Filter date: nearly or yyyyMM |
topN | integer | optional | Top Listing count (used for top-related metric definitions) Example: 1 |
newProduct | integer | optional | New product definition (months) Example: 1 |
Request example
{
"topN": 1,
"nodeIdPath": "1064954:1069242",
"marketplace": "US",
"newProduct": 1
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.total | integer | optional | Total record count Example: 1 |
data.marketplace | string | optional | Site code Example: US |
data.data | array | optional | Statistics result list (corresponds to third-party data) Example: [] |
data.columns | array | optional | Render columns Example: [] |
data.costToken | integer | optional | Tokens consumed Example: 1 |
data.type | string | optional | Render style Example: null |
data.data[].nodeIdPath | string | optional | Node ID path Example: null |
data.data[].nodeLabelPath | string | optional | Node name path Example: null |
data.data[].nodeLabelLocale | string | optional | Node name translation Example: null |
data.data[].nodeLabelPathLocale | string | optional | Node name path translation Example: null |
data.data[].countryCode | string | optional | Two-letter country code Example: null |
data.data[].currency | string | optional | Currency type for this market Example: null |
data.totalProducts | integer | optional | Total product count Example: 1 |
data.products | integer | optional | Sample product count Example: 1 |
data.sellers | integer | optional | Seller count Example: 1 |
data.brands | integer | optional | Brand count Example: 1 |
data.avgSellers | number | optional | Average seller count Example: 1 |
data.hlProducts | integer | optional | Top N Listing sample product count Example: 1 |
data.avgUnits | integer | optional | Average monthly sales volume Example: 1 |
data.avgRevenue | number | optional | Average monthly sales revenue Example: 1 |
data.avgPrice | number | optional | Average price Example: 1 |
data.avgRating | number | optional | Average star rating Example: 1 |
data.avgRatings | integer | optional | Average review count Example: 1 |
data.avgRatingsCv | integer | optional | Average monthly review growth count Example: 1 |
data.avgBsr | integer | optional | Average BSR Example: 1 |
data.avgProfit | number | optional | Average profit margin Example: 1 |
data.avgWeight | number | optional | Average weight (pound) Example: 1 |
data.baseAvgWeight | number | optional | Average weight (g) Example: 1 |
data.avgVolume | number | optional | Average volume (in³) Example: 1 |
data.baseAvgVolume | number | optional | Average volume (cm³) Example: 1 |
data.hlAvgUnits | integer | optional | Top N Listing average monthly sales volume Example: 1 |
data.hlAvgRevenue | number | optional | Top N Listing average monthly sales revenue Example: 1 |
data.hlAvgPrice | number | optional | Top N Listing average price Example: 1 |
data.hlAvgRating | number | optional | Top N Listing average star rating Example: 1 |
data.hlAvgRatings | integer | optional | Top N Listing average review count Example: 1 |
data.hlAvgRatingsCv | integer | optional | Top N Listing average monthly review growth count Example: 1 |
data.hlAvgBsr | integer | optional | Top N Listing average BSR Example: 1 |
data.newProducts | integer | optional | New product count Example: 1 |
data.newProductProportion | number | optional | New product share Example: 1 |
data.newAvgUnits | integer | optional | New product average monthly sales volume Example: 1 |
data.newAvgRevenue | number | optional | New product average monthly sales revenue Example: 1 |
data.newAvgPrice | number | optional | New product average price Example: 1 |
data.newAvgRating | number | optional | New product average star rating Example: 1 |
data.newAvgRatings | integer | optional | New product average review count Example: 1 |
data.minNewRatings | integer | optional | Minimum new product review count Example: 1 |
data.maxNewRatings | integer | optional | Maximum new product review count Example: 1 |
data.firstShelfDate | string | optional | Product first listing date Example: 2026-01-01 |
data.lastShelfDate | string | optional | Product latest listing date Example: 2026-01-01 |
data.title | string | optional | Provider-specific response title. Example: null |
data.sourceType | string | optional | Provider-specific source platform type. Example: null |
data.sourceTool | string | optional | Provider-specific source tool name. Example: null |
data.costTime | integer | optional | Execution time reported by the upstream provider. Example: null |
data.page | integer | optional | Current page returned by the upstream provider. Example: null |
data.pageSize | integer | optional | Page size returned by the upstream provider. Example: null |
data.pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: null |
data.totalPage | integer | optional | Total page count returned by the upstream provider. Example: null |
data.dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: null |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | 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
| Code | Description |
|---|---|
| 200 | HTTP request completed. Check JSON code; only 0 indicates business success or acceptance. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API 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.