Nexscope

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
Amazon Marketplace Intelligence

API overview

Query Amazon price, BSR, rating, seller-count, and monthly-sales trends for an ASIN across multiple marketplaces.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run
MCP method
nexscope_amazon_product_price_series

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-product-price-series/run

Run an API

Request parameters documented by ecommerce.amazon-product-price-series.

Slugamazon-product-price-series
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-product-price-series/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "showPrice": 1,   "asin": "B072MQ5BRX",   "days": 30,   "showPriceDeal": 1,   "domain": "1",   "showPriceList": 1,   "showPricePrime": 1 }'
All categories/ Amazon Marketplace Intelligence
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/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-product-price-series/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
asinstringrequired
Amazon Standard Identification Number (ASIN), single ASIN only, max length 1000
Example: B072MQ5BRX
domainstringrequired
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
daysintegeroptional
Limit historical data to this many days, default 90, max 365
Example: 30
showPriceintegeroptional
Set to 1 to return the lowest new price curve in the market
Example: 1
showPriceListintegeroptional
Set to 1 to return the list/strikethrough price curve
Example: 1
showPriceDealintegeroptional
Set to 1 to return the deal/flash sale price curve
Example: 1
showPricePrimeintegeroptional
Set to 1 to return the Prime-exclusive new price curve
Example: 1
showPriceFbaintegeroptional
Set to 1 to return the third-party FBA new price curve
Example: 1
showPriceFbmintegeroptional
Set to 1 to return the third-party FBM new price curve
Example: 1
showPriceCouponintegeroptional
Set to 1 to return the coupon-applied Buy Box price curve
Example: 1
showBsrMainintegeroptional
Set to 1 to return the main category BSR curve
Example: 1
showSellerCountintegeroptional
Set to 1 to return the seller count curve
Example: 1

Request example

{
  "showPrice": 1,
  "asin": "B072MQ5BRX",
  "days": 30,
  "showPriceDeal": 1,
  "domain": "1",
  "showPriceList": 1,
  "showPricePrime": 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.asinstringoptional
ASIN
Example: B072MQ5BRX
data.buyboxPricearrayoptional
Buy Box price (time=timestamp, value=Buy Box price)
Example: []
data.pricearrayoptional
Price (time=timestamp, value=price)
Example: []
data.priceListarrayoptional
List/strikethrough price (time=timestamp, value=list price)
Example: []
data.priceDealarrayoptional
Deal price (time=timestamp, value=deal price)
Example: []
data.pricePrimearrayoptional
Prime price (time=timestamp, value=Prime price)
Example: []
data.priceFbaarrayoptional
FBA price (time=timestamp, value=FBA price)
Example: []
data.priceFbmarrayoptional
FBM price (time=timestamp, value=FBM price)
Example: []
data.priceCouponarrayoptional
Coupon price (time=timestamp, value=coupon price)
Example: []
data.bsrMainarrayoptional
Main category BSR, each element contains categoryName (category name) and points (time=timestamp, value=ranking)
Example: []
data.bsrSubarrayoptional
Subcategory BSR, each element contains categoryName (category name) and points (time=timestamp, value=ranking)
Example: []
data.sellerCountarrayoptional
Seller count (time=timestamp, value=seller count)
Example: []
data.ratingarrayoptional
Rating (time=timestamp, value=rating)
Example: []
data.ratingCountarrayoptional
Rating count (time=timestamp, value=rating count)
Example: []
data.monthlySoldarrayoptional
Child ASIN sales (time=timestamp, value=sales units)
Example: []
data.costTokenintegeroptional
Token consumption
Example: 1
data.typestringoptional
Provider-specific render or payload type.
Example: null
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": {
    "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
}

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_product_price_series",
    "arguments": {
      "showPrice": 1,
      "asin": "B072MQ5BRX",
      "days": 30,
      "showPriceDeal": 1,
      "domain": "1",
      "showPriceList": 1,
      "showPricePrime": 1
    }
  }
}

Online test

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

0 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-product-price-series/run
MCP method
nexscope_amazon_product_price_series
cURL
curl -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 }'
Response
No response yet. Run the request to see the response here.