Amazon Product Price Series API
REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.
API selector
REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.
Query Amazon price, BSR, rating, seller-count, and monthly-sales trends for an ASIN across multiple marketplaces.
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/runnexscope_amazon_product_price_seriesAll run endpoints require a user API key. Send it as a bearer token in the Authorization header.
Authorization: Bearer nk-xxxxxxxxxxxxxxxxxhttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/runRequest parameters documented by ecommerce.amazon-product-price-series.
| Slug | amazon-product-price-series |
| Headers | Authorization: Bearer nk-...Content-Type: application/json |
| Request body | API-specific JSON object. |
| Response body | Platform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion. |
| 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. |
Replace YOUR_API_KEY, then run this command in your terminal.
curl -X POST 'https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run' \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"showPrice": 1,
"asin": "B072MQ5BRX",
"days": 30,
"showPriceDeal": 1,
"domain": "1",
"showPriceList": 1,
"showPricePrime": 1
}'https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/runSend a JSON request to execute this API and receive the documented response payload.
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run |
| Auth | Bearer API key |
| Content-Type | application/json |
| Name | Type | Required | Description |
|---|---|---|---|
asin | string | required | Amazon Standard Identification Number (ASIN), single ASIN only, max length 1000 Example: B072MQ5BRX |
domain | string | required | Amazon domain ID. Options: 1 (United States), 2 (United Kingdom), 3 (Germany), 4 (France), 5 (Japan), 6 (Canada), 8 (Italy), 9 (Spain), 10 (India), 11 (Mexico), 12 (Brazil) Example: 1 |
days |
{
"showPrice": 1,
"asin": "B072MQ5BRX",
"days": 30,
"showPriceDeal": 1,
"domain": "1",
"showPriceList": 1,
"showPricePrime": 1
}Platform response envelope. code 0 indicates success or acceptance; data contains the business result.
{
"data": {
"asin": "B072MQ5BRX",
"buyboxPrice": [],
"price": [],
"priceList": [],
"priceDeal": [],
"pricePrime": [],
"priceFba": [],
"priceFbm": [],
"priceCoupon": [],
"bsrMain": [],
"bsrSub": [],
"sellerCount": [],
"rating": [],
"ratingCount": [],
"monthlySold": [],
"costToken": 1
},
"code": 0,
"msg": null,
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}| 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 |
| 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. |
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.
Connect remote agents through the standard MCP 2025-11-25 Streamable HTTP endpoint. Use OAuth 2.1 Authorization Code with PKCE, or an API key for compatibility.
POST https://api.nexscope.ai/api/skill-api/v2/mcp
MCP-Protocol-Version: 2025-11-25
Content-Type: application/jsonOAuth clients request the mcp:tools scope. The endpoint's 401 response advertises protected-resource metadata for authorization discovery.
{
"jsonrpc": "2.0",
"id": "tool-call-1",
"method": "tools/call",
"params": {
"name": "nexscope_amazon_product_price_series",
"arguments": {
"showPrice": 1,
"asin": "B072MQ5BRX",
"days": 30,
"showPriceDeal": 1,
"domain": "1",
"showPriceList": 1,
"showPricePrime": 1
}
}
}Existing API-key clients can continue using the compatibility endpoint. New integrations should use MCP v2.
GET / POST /api/skill-api/v1/mcpExecute the current API with your API key and JSON payload.
Send a real request with the same contract shown in the reference.
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/runnexscope_amazon_product_price_seriescurl -X POST \
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run \
-H "Authorization: Bearer nk-..." \
-H "Content-Type: application/json" \
-d '{ "showPrice": 1, "asin": "B072MQ5BRX", "days": 30, "showPriceDeal": 1, "domain": "1", "showPriceList": 1, "showPricePrime": 1 }'No response yet. Run the request to see the response here.
Analyze an Amazon ASIN’s traffic source mix and compare current, previous, newly entered, and exited keyword periods.
Search and filter Amazon products by price, sales, BSR, margin, ratings, fulfillment, badges, and seller origin across multiple marketplaces.
Browse Amazon category nodes by marketplace and parent identifier, or search category metadata by label for research and listing workflows.
Analyze Amazon competitors across 12 marketplaces using sales, BSR, pricing, ratings, and growth metrics. View request parameters, response fields, and MCP usage.
integer |
| optional |
Limit historical data to this many days, default 90, max 365 Example: 30 |
showPrice | integer | optional | Set to 1 to return the lowest new price curve in the market Example: 1 |
showPriceList | integer | optional | Set to 1 to return the list/strikethrough price curve Example: 1 |
showPriceDeal | integer | optional | Set to 1 to return the deal/flash sale price curve Example: 1 |
showPricePrime | integer | optional | Set to 1 to return the Prime-exclusive new price curve Example: 1 |
showPriceFba | integer | optional | Set to 1 to return the third-party FBA new price curve Example: 1 |
showPriceFbm | integer | optional | Set to 1 to return the third-party FBM new price curve Example: 1 |
showPriceCoupon | integer | optional | Set to 1 to return the coupon-applied Buy Box price curve Example: 1 |
showBsrMain | integer | optional | Set to 1 to return the main category BSR curve Example: 1 |
showSellerCount | integer | optional | Set to 1 to return the seller count curve Example: 1 |
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. |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.asin | string | optional | ASIN Example: B072MQ5BRX |
data.buyboxPrice | array | optional | Buy Box price (time=timestamp, value=Buy Box price) Example: [] |
data.price | array | optional | Price (time=timestamp, value=price) Example: [] |
data.priceList | array | optional | List/strikethrough price (time=timestamp, value=list price) Example: [] |
data.priceDeal | array | optional | Deal price (time=timestamp, value=deal price) Example: [] |
data.pricePrime | array | optional | Prime price (time=timestamp, value=Prime price) Example: [] |
data.priceFba | array | optional | FBA price (time=timestamp, value=FBA price) Example: [] |
data.priceFbm | array | optional | FBM price (time=timestamp, value=FBM price) Example: [] |
data.priceCoupon | array | optional | Coupon price (time=timestamp, value=coupon price) Example: [] |
data.bsrMain | array | optional | Main category BSR, each element contains categoryName (category name) and points (time=timestamp, value=ranking) Example: [] |
data.bsrSub | array | optional | Subcategory BSR, each element contains categoryName (category name) and points (time=timestamp, value=ranking) Example: [] |
data.sellerCount | array | optional | Seller count (time=timestamp, value=seller count) Example: [] |
data.rating | array | optional | Rating (time=timestamp, value=rating) Example: [] |
data.ratingCount | array | optional | Rating count (time=timestamp, value=rating count) Example: [] |
data.monthlySold | array | optional | Child ASIN sales (time=timestamp, value=sales units) Example: [] |
data.costToken | integer | optional | Token consumption Example: 1 |
data.type | string | optional | Provider-specific render or payload type. Example: null |
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 |
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |