https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/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-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
{
"countryCode": "US",
"page": 1,
"pageSize": 10,
"keyword": "phone case"
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
total | integer | optional | Total count Example: 1 |
sourceTool | string | optional | Tool type: jiimore |
sourceType | string | optional | Source type: amazon |
type | string | optional | Render style |
title | string | optional | Title |
costToken | integer | optional | Token consumption Example: 1 |
columns | array | optional | Rendered columns Example: [] |
products | array | optional | Product list (see below) Example: [] |
products[].asin | string | optional | Amazon product ASIN Example: B072MQ5BRX |
products[].parentAsin | string | optional | Amazon product parent ASIN Example: B072MQ5BRX |
products[].title | string | optional | Product title |
products[].brand | string | optional | Brand |
products[].price | number | optional | Price Example: 1 |
products[].imageUrl | string | optional | Product main image Example: https://example.com/image.jpg |
products[].productImageUrls | array | optional | Product image URL list Example: [] |
products[].asinUrl | string | optional | ASIN link Example: B072MQ5BRX |
products[].ratings | integer | optional | Number of reviews Example: 1 |
products[].availableDate | string | optional | Listing time (timestamp) Example: 2026-01-01 |
products[].availableDateString | string | optional | Listing date (string) Example: 2026-01-01 |
products[].categoryNames | array | optional | Category information Example: [] |
products[].marketplaceId | string | optional | Site ID Example: US |
products[].clickCountT7 | integer | optional | Weekly click count Example: 1 |
products[].clickCountT30 | integer | optional | Monthly click count Example: 1 |
products[].clickCountT90 | integer | optional | Quarterly click count Example: 1 |
products[].clickConversionRate | number | optional | Click-to-purchase conversion rate Example: 1 |
products[].clickConversionRateComposite | number | optional | Composite conversion rate Example: 1 |
products[].grossProfitMargin | number | optional | Gross profit margin Example: 1 |
products[].fbaFee | number | optional | Amazon fee Example: 1 |
products[].shippingFee | number | optional | FBA shipping fee Example: 1 |
products[].sourceTool | string | optional | Tool type: jiimore |
products[].sourceType | string | optional | Source type: amazon |
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. |
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.
{
"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
}
]
}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.