https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-keyword/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-niche-info-by-keyword/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 corresponding country's language based on the selected country), max length 1000 characters Example: phone case |
countryCode | string | optional | Country code, options: US (United States), JP (Japan), DE (Germany) |
page | integer | optional | Page number (starting from 1) Example: 1 |
pageSize | integer | optional | Results per page (10-100) Example: 10 |
sortField | string | optional | Sort field (see sort options below) |
sortType | string | optional | Sort direction: desc (descending) or asc (ascending) |
productCountMin | integer | optional | Minimum product count (current) Example: 1 |
productCountMax | integer | optional | Maximum product count (current) Example: 1 |
avgPriceMin | number | optional | Minimum average price (current) Example: 1 |
avgPriceMax | number | optional | Maximum average price (current) Example: 1 |
searchVolumeT7Min | integer | optional | Minimum search volume (7-day stats) Example: 1 |
searchVolumeT7Max | integer | optional | Maximum search volume (7-day stats) Example: 1 |
unitsSoldT7Min | integer | optional | Minimum sales volume (7-day stats) Example: 1 |
unitsSoldT7Max | integer | optional | Maximum sales volume (7-day stats) Example: 1 |
clickCountT7Min | integer | optional | Minimum click volume (7-day stats) Example: 1 |
clickCountT7Max | integer | optional | Maximum click volume (7-day stats) Example: 1 |
clickConversionRateT7Min | number | optional | Minimum click conversion rate (7-day stats), range 0-1, representing 0%-100% Example: 1 |
clickConversionRateT7Max | number | optional | Maximum click conversion rate (7-day stats), range 0-1, representing 0%-100% Example: 1 |
brandCountMin | integer | optional | Minimum brand count Example: 1 |
brandCountMax | integer | optional | Maximum brand count Example: 1 |
top5BrandsClickShareMin | number | optional | Minimum top 5 brands' click share in the niche market, range 0-1, representing 0%-100% Example: 1 |
top5BrandsClickShareMax | number | optional | Maximum top 5 brands' click share in the niche market, range 0-1, representing 0%-100% Example: 1 |
avgBrandAgeMin | number | optional | Minimum average brand age (current) Example: 1 |
avgBrandAgeMax | number | optional | Maximum average brand age (current) Example: 1 |
avgBrandAgeQoqMin | number | optional | Minimum average brand age (90-day stats) Example: 1 |
avgBrandAgeQoqMax | number | optional | Maximum average brand age (90-day stats) Example: 1 |
avgBrandAgeYoyMin | number | optional | Minimum average brand age (360-day stats) Example: 1 |
avgBrandAgeYoyMax | number | optional | Maximum average brand age (360-day stats) Example: 1 |
avgSellingPartnerAgeMin | number | optional | Minimum average selling partner age Example: 1 |
avgSellingPartnerAgeMax | number | optional | Maximum average selling partner age Example: 1 |
avgSellingPartnerAgeQoqMin | number | optional | Minimum average selling partner age (90-day stats) Example: 1 |
avgSellingPartnerAgeQoqMax | number | optional | Maximum average selling partner age (90-day stats) Example: 1 |
avgSellingPartnerAgeYoyMin | number | optional | Minimum average selling partner age (360-day stats) Example: 1 |
avgSellingPartnerAgeYoyMax | number | optional | Maximum average selling partner age (360-day stats) Example: 1 |
top5ProductsClickShareMin | number | optional | Minimum top 5 products click share (current), range 0-1, representing 0%-100% Example: 1 |
top5ProductsClickShareMax | number | optional | Maximum top 5 products click share (current), range 0-1, representing 0%-100% Example: 1 |
sponsoredProductsPercentageMin | number | optional | Minimum SP ad share, range 0-1, representing 0%-100% Example: 1 |
sponsoredProductsPercentageMax | number | optional | Maximum SP ad share, range 0-1, representing 0%-100% Example: 1 |
cpcMediumMin | number | optional | Minimum CPC (current) Example: 1 |
cpcMediumMax | number | optional | Maximum CPC (current) Example: 1 |
launchRateT180Min | number | optional | Minimum product launch success rate (180-day stats), range 0-1, representing 0%-100% Example: 1 |
launchRateT180Max | number | optional | Maximum product launch success rate (180-day stats), range 0-1, representing 0%-100% Example: 1 |
newProductRateT180 | number | optional | Minimum new product share (180-day stats), range 0-1, representing 0%-100% Example: 1 |
returnRateT360Min | number | optional | Minimum return rate (360-day stats), range 0-1, representing 0%-100% Example: 1 |
returnRateT360Max | number | optional | Maximum return rate (360-day stats), range 0-1, representing 0%-100% Example: 1 |
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 |
data | array | optional | Niche market information list (see niche market object fields below) Example: [] |
columns | array | optional | Render columns Example: [] |
title | string | optional | Title |
type | string | optional | Render style |
costToken | integer | optional | Tokens consumed Example: 1 |
data[].nicheId | string | optional | Niche market ID Example: example-id |
data[].nicheTitle | string | optional | Niche market title |
data[].translationZh | string | optional | Niche market title (Chinese) |
data[].demand | integer | optional | Niche market score Example: 1 |
data[].productCount | integer | optional | Product count Example: 1 |
data[].avgPrice | number | optional | Average product price Example: 1 |
data[].minimumPrice | number | optional | Lowest product price Example: 1 |
data[].maximumPrice | number | optional | Highest product price Example: 1 |
data[].searchVolumeWeekly | integer | optional | Search volume (weekly data) Example: 1 |
data[].searchVolumeQuarterly | integer | optional | Search volume (quarterly data) Example: 1 |
data[].searchVolumeGrowthWeekly | number | optional | Search volume growth rate (weekly data) Example: 1 |
data[].searchVolumeGrowthQuarterly | number | optional | Search volume growth rate (quarterly data) Example: 1 |
data[].unitsSoldWeekly | integer | optional | Sales volume (weekly data) Example: 1 |
data[].unitsSoldQuarterly | integer | optional | Sales volume (quarterly data) Example: 1 |
data[].clickCountWeekly | integer | optional | Click volume (weekly data) Example: 1 |
data[].clickCountQuarterly | integer | optional | Click volume (quarterly data) Example: 1 |
data[].clickToSaleConversionWeekly | number | optional | Click conversion rate (weekly data) Example: 1 |
data[].clickConversionRateQuarterly | number | optional | Click conversion rate (quarterly data) Example: 1 |
data[].searchConversionRateWeekly | number | optional | Search conversion rate (weekly data) Example: 1 |
data[].searchConversionRateQuarterly | number | optional | Search conversion rate (quarterly data) Example: 1 |
data[].brandCount | integer | optional | Brand count Example: 1 |
data[].top5BrandsClickShare | number | optional | Top 5 brands' click share in the niche market Example: 1 |
data[].top5ProductsClickShare | number | optional | Top 5 products click share Example: 1 |
data[].avgBrandAgeNow | number | optional | Average brand age (current) Example: 1 |
data[].avgBrandAgeQuarterly | number | optional | Average brand age (quarterly data) Example: 1 |
data[].newProductsLaunchedSemiannual | integer | optional | Number of new products launched (semi-annual data) Example: 1 |
data[].successfulLaunchedSemiannual | integer | optional | Number of successfully launched products (semi-annual data) Example: 1 |
data[].launchRateSemiannual | number | optional | Product launch success rate (semi-annual data) Example: 1 |
data[].returnRateAnnual | number | optional | Return rate (annual data) Example: 1 |
data[].acos | number | optional | (ACOS) Advertising Cost of Sale Example: 1 |
data[].profitMarginGt50PctSkuRatio | number | optional | Proportion of products with profit margin > 50% Example: 1 |
data[].breakEvenRatio | number | optional | Break-even ratio Example: 1 |
data[].cpc | object | optional | CPC data: { high (maximum bid), medium (median bid), low (minimum bid) } Example: {} |
data[].categorieList | array | optional | Product category list Example: [] |
data[].referenceAsinImageUrl | string | optional | Niche market reference image URL Example: B072MQ5BRX |
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. |
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.
{
"total": 1,
"data": [
{
"nicheId": "example-id",
"demand": 1,
"productCount": 1,
"avgPrice": 1,
"minimumPrice": 1,
"maximumPrice": 1,
"searchVolumeWeekly": 1,
"searchVolumeQuarterly": 1,
"searchVolumeGrowthWeekly": 1,
"searchVolumeGrowthQuarterly": 1,
"unitsSoldWeekly": 1,
"unitsSoldQuarterly": 1,
"clickCountWeekly": 1,
"clickCountQuarterly": 1,
"clickToSaleConversionWeekly": 1,
"clickConversionRateQuarterly": 1,
"searchConversionRateWeekly": 1,
"searchConversionRateQuarterly": 1,
"brandCount": 1,
"top5BrandsClickShare": 1,
"top5ProductsClickShare": 1,
"avgBrandAgeNow": 1,
"avgBrandAgeQuarterly": 1,
"newProductsLaunchedSemiannual": 1,
"successfulLaunchedSemiannual": 1,
"launchRateSemiannual": 1,
"returnRateAnnual": 1,
"acos": 1,
"profitMarginGt50PctSkuRatio": 1,
"breakEvenRatio": 1,
"cpc": {},
"categorieList": [],
"referenceAsinImageUrl": "B072MQ5BRX"
}
],
"columns": [],
"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.