https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| 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 | 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 |
Request example
{
"domain": "1",
"showPriceDeal": 1,
"days": 30,
"asin": "B072MQ5BRX",
"showPrice": 1,
"showPricePrime": 1,
"showPriceList": 1
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
asin | string | optional | ASIN Example: B072MQ5BRX |
buyboxPrice | array | optional | Buy Box price (time=timestamp, value=Buy Box price) Example: [] |
price | array | optional | Price (time=timestamp, value=price) Example: [] |
priceList | array | optional | List/strikethrough price (time=timestamp, value=list price) Example: [] |
priceDeal | array | optional | Deal price (time=timestamp, value=deal price) Example: [] |
pricePrime | array | optional | Prime price (time=timestamp, value=Prime price) Example: [] |
priceFba | array | optional | FBA price (time=timestamp, value=FBA price) Example: [] |
priceFbm | array | optional | FBM price (time=timestamp, value=FBM price) Example: [] |
priceCoupon | array | optional | Coupon price (time=timestamp, value=coupon price) Example: [] |
bsrMain | array | optional | Main category BSR, each element contains categoryName (category name) and points (time=timestamp, value=ranking) Example: [] |
bsrSub | array | optional | Subcategory BSR, each element contains categoryName (category name) and points (time=timestamp, value=ranking) Example: [] |
sellerCount | array | optional | Seller count (time=timestamp, value=seller count) Example: [] |
rating | array | optional | Rating (time=timestamp, value=rating) Example: [] |
ratingCount | array | optional | Rating count (time=timestamp, value=rating count) Example: [] |
monthlySold | array | optional | Child ASIN sales (time=timestamp, value=sales units) Example: [] |
costToken | integer | optional | Token consumption Example: 1 |
errcode | integer | optional | Upstream status code returned by the provider. |
errmsg | string | optional | Upstream status message returned by the provider. |
code | string | optional | Provider-specific status code. |
msg | string | optional | Provider-specific status message. |
message | string | optional | Provider-specific message. |
type | string | optional | Provider-specific render or payload type. |
title | string | optional | Provider-specific response title. |
sourceType | string | optional | Provider-specific source platform type. |
sourceTool | string | optional | Provider-specific source tool name. |
costTime | integer | optional | Execution time reported by the upstream provider. |
page | integer | optional | Current page returned by the upstream provider. |
pageSize | integer | optional | Page size returned by the upstream provider. |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. |
totalPage | integer | optional | Total page count returned by the upstream provider. |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. |
Response example
Direct response payload. No extra wrapper is added.
{
"asin": "B072MQ5BRX",
"buyboxPrice": [],
"price": [],
"priceList": [],
"priceDeal": [],
"pricePrime": [],
"priceFba": [],
"priceFbm": [],
"priceCoupon": [],
"bsrMain": [],
"bsrSub": [],
"sellerCount": [],
"rating": [],
"ratingCount": [],
"monthlySold": [],
"costToken": 1
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 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.