https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/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-product-discovery/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | required | Keyword (required; translate the keyword to the language of the selected country) Example: phone case |
countryCode | string | optional | Country, use country abbreviation. Default US. Options: US, JP, DE |
priceMin | number | optional | Minimum product price Example: 1 |
priceMax | number | optional | Maximum product price Example: 1 |
totalReviewsMin | integer | optional | Minimum number of reviews Example: 1 |
totalReviewsMax | integer | optional | Maximum number of reviews Example: 1 |
customerRatingMin | number | optional | Minimum rating Example: 1 |
customerRatingMax | number | optional | Maximum rating Example: 1 |
clickConversionRateMin | number | optional | Minimum click-to-purchase conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickConversionRateMax | number | optional | Maximum click-to-purchase conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickConversionRateCompositeMin | number | optional | Minimum composite conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickConversionRateCompositeMax | number | optional | Maximum composite conversion rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountT7Min | integer | optional | Minimum weekly click count Example: 1 |
clickCountT7Max | integer | optional | Maximum weekly click count Example: 1 |
clickCountT30Min | integer | optional | Minimum monthly click count Example: 1 |
clickCountT30Max | integer | optional | Maximum monthly click count Example: 1 |
clickCountGrowthT7Min | number | optional | Minimum weekly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountGrowthT7Max | number | optional | Maximum weekly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountGrowthT30Min | number | optional | Minimum monthly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
clickCountGrowthT30Max | number | optional | Maximum monthly click growth rate, value range 0-1, 0.1 means 10% Example: 1 |
salesVolumeT360Min | integer | optional | Minimum annual sales volume Example: 1 |
salesVolumeT360Max | integer | optional | Maximum annual sales volume Example: 1 |
grossProfitMarginMin | number | optional | Minimum gross profit margin Example: 1 |
grossProfitMarginMax | number | optional | Maximum gross profit margin Example: 1 |
fbaFeeMin | number | optional | Minimum FBA fee Example: 1 |
fbaFeeMax | number | optional | Maximum FBA fee Example: 1 |
launchDateMin | string | optional | Earliest listing time, format: yyyyMMdd000000 Example: 2026-01-01 |
launchDateMax | string | optional | Latest listing time, format: yyyyMMdd000000 Example: 2026-01-01 |
nicheCountMin | integer | optional | Minimum niche market count Example: 1 |
nicheCountMax | integer | optional | Maximum niche market count Example: 1 |
sellerCountry | string | optional | Seller country/region code, comma-separated for multiple selections, e.g.: CN,US |
sortField | string | optional | Sort field. Default purchasedClicksT360. Options: totalReviews (total reviews), price (price), launchDate (listing time), clickCountT7 (7-day click count), clickCountT30 (30-day click count), clickCountT90 (90-day click count), clickConversionRate (click-to-purchase conversion rate), clickConversionRateComposite (composite click-to-purchase conversion rate), customerRating (rating), purchasedClicksT360 (360-day purchase clicks), clickCountGrowthT7 (weekly click growth rate), clickCountGrowthT30 (monthly click growth rate), currentPrice (current price), fbaFee (FBA fee), shippingFee (FBA shipping), gpm (gross profit margin) |
sortType | string | optional | Sort direction. Default desc. Options: desc (descending), asc (ascending) |
page | integer | optional | Page number. Default 1 Example: 1 |
pageSize | integer | optional | Items per page (10-100). Default 50 Example: 10 |
Request example
{
"pageSize": 10,
"keyword": "phone case",
"countryCode": "US",
"page": 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 count Example: 1 |
data.sourceTool | string | optional | Tool type: jiimore Example: null |
data.sourceType | string | optional | Source type: amazon Example: null |
data.type | string | optional | Render style Example: null |
data.title | string | optional | Title Example: null |
data.costToken | integer | optional | Token consumption Example: 1 |
data.columns | array | optional | Rendered columns Example: [] |
data.products | array | optional | Product list (see below) Example: [] |
data.products[].asin | string | optional | Amazon product ASIN Example: B072MQ5BRX |
data.products[].parentAsin | string | optional | Amazon product parent ASIN Example: B072MQ5BRX |
data.products[].title | string | optional | Product title Example: null |
data.products[].brand | string | optional | Brand Example: null |
data.products[].price | number | optional | Price Example: 1 |
data.products[].imageUrl | string | optional | Product main image Example: https://example.com/image.jpg |
data.products[].productImageUrls | array | optional | Product image URL list Example: [] |
data.products[].asinUrl | string | optional | ASIN link Example: B072MQ5BRX |
data.products[].ratings | integer | optional | Number of reviews Example: 1 |
data.products[].availableDate | string | optional | Listing time (timestamp) Example: 2026-01-01 |
data.products[].availableDateString | string | optional | Listing date (string) Example: 2026-01-01 |
data.products[].categoryNames | array | optional | Category information Example: [] |
data.products[].marketplaceId | string | optional | Site ID Example: US |
data.products[].clickCountT7 | integer | optional | Weekly click count Example: 1 |
data.products[].clickCountT30 | integer | optional | Monthly click count Example: 1 |
data.products[].clickCountT90 | integer | optional | Quarterly click count Example: 1 |
data.products[].clickConversionRate | number | optional | Click-to-purchase conversion rate Example: 1 |
data.products[].clickConversionRateComposite | number | optional | Composite conversion rate Example: 1 |
data.products[].grossProfitMargin | number | optional | Gross profit margin Example: 1 |
data.products[].fbaFee | number | optional | Amazon fee Example: 1 |
data.products[].shippingFee | number | optional | FBA shipping fee Example: 1 |
data.products[].sourceTool | string | optional | Tool type: jiimore Example: null |
data.products[].sourceType | string | optional | Source type: amazon 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,
"costToken": 1,
"columns": [],
"products": [
{
"asin": "B072MQ5BRX",
"parentAsin": "B072MQ5BRX",
"price": 1,
"imageUrl": "https://example.com/image.jpg",
"productImageUrls": [],
"asinUrl": "B072MQ5BRX",
"ratings": 1,
"availableDate": "2026-01-01",
"availableDateString": "2026-01-01",
"categoryNames": [],
"marketplaceId": "US",
"clickCountT7": 1,
"clickCountT30": 1,
"clickCountT90": 1,
"clickConversionRate": 1,
"clickConversionRateComposite": 1,
"grossProfitMargin": 1,
"fbaFee": 1,
"shippingFee": 1
}
]
},
"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.