https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/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-asin/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
asin | string | required | Product ASIN (required). The tool will find market segments that share the same niche as this ASIN Example: B072MQ5BRX |
countryCode | string | optional | Country code, options: US (United States), JP (Japan), DE (Germany) |
count | integer | optional | Number of niche markets returned Example: 1 |
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, 0.1 means 10% conversion rate Example: 1 |
clickConversionRateT7Max | number | optional | Maximum click conversion rate (7-day stats), range 0-1, 0.1 means 10% conversion rate 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, 0.1 means 10% click share Example: 1 |
top5BrandsClickShareMax | number | optional | Maximum top 5 brands' click share in the niche market, range 0-1, 0.1 means 10% click share 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, 0.1 means 10% click share Example: 1 |
top5ProductsClickShareMax | number | optional | Maximum top 5 products click share (current), range 0-1, 0.1 means 10% click share Example: 1 |
sponsoredProductsPercentageMin | number | optional | Minimum SP ad share, range 0-1, 0.1 means 10% Example: 1 |
sponsoredProductsPercentageMax | number | optional | Maximum SP ad share, range 0-1, 0.1 means 10% 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, 0.1 means 10% success rate Example: 1 |
launchRateT180Max | number | optional | Maximum product launch success rate (180-day stats), range 0-1, 0.1 means 10% success rate Example: 1 |
returnRateT360Min | number | optional | Minimum return rate (360-day stats), range 0-1, 0.1 means 10% return rate Example: 1 |
returnRateT360Max | number | optional | Maximum return rate (360-day stats), range 0-1, 0.1 means 10% return rate Example: 1 |
Request example
{
"countryCode": "US",
"asin": "B072MQ5BRX",
"count": 10
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
errcode | integer | optional | Business status code, 200 indicates success Example: 1 |
costToken | integer | optional | Tokens consumed Example: 1 |
nicheInfoVoList | array | optional | Niche market information list (see niche market object fields below) Example: [] |
nicheInfoVoList[].nicheId | string | optional | Niche market ID Example: example-id |
nicheInfoVoList[].nicheTitle | string | optional | Niche market title |
nicheInfoVoList[].translationZh | string | optional | Niche market title (Chinese) |
nicheInfoVoList[].demand | integer | optional | Niche market score Example: 1 |
nicheInfoVoList[].productCount | integer | optional | Product count Example: 1 |
nicheInfoVoList[].avgPrice | number | optional | Average product price Example: 1 |
nicheInfoVoList[].minimumPrice | number | optional | Lowest product price Example: 1 |
nicheInfoVoList[].maximumPrice | number | optional | Highest product price Example: 1 |
nicheInfoVoList[].searchVolumeWeekly | integer | optional | Search volume (weekly data) Example: 1 |
nicheInfoVoList[].searchVolumeQuarterly | integer | optional | Search volume (quarterly data) Example: 1 |
nicheInfoVoList[].searchVolumeGrowthWeekly | number | optional | Search volume growth rate (weekly data) Example: 1 |
nicheInfoVoList[].searchVolumeGrowthQuarterly | number | optional | Search volume growth rate (quarterly data) Example: 1 |
nicheInfoVoList[].unitsSoldWeekly | integer | optional | Sales volume (weekly data) Example: 1 |
nicheInfoVoList[].unitsSoldQuarterly | integer | optional | Sales volume (quarterly data) Example: 1 |
nicheInfoVoList[].clickCountWeekly | integer | optional | Click volume (weekly data) Example: 1 |
nicheInfoVoList[].clickCountQuarterly | integer | optional | Click volume (quarterly data) Example: 1 |
nicheInfoVoList[].clickToSaleConversionWeekly | number | optional | Click conversion rate (weekly data) Example: 1 |
nicheInfoVoList[].clickConversionRateQuarterly | number | optional | Click conversion rate (quarterly data) Example: 1 |
nicheInfoVoList[].searchConversionRateWeekly | number | optional | Search conversion rate (weekly data) Example: 1 |
nicheInfoVoList[].searchConversionRateQuarterly | number | optional | Search conversion rate (quarterly data) Example: 1 |
nicheInfoVoList[].brandCount | integer | optional | Brand count Example: 1 |
nicheInfoVoList[].top5BrandsClickShare | number | optional | Top 5 brands' click share in the niche market Example: 1 |
nicheInfoVoList[].top5ProductsClickShare | number | optional | Top 5 products click share Example: 1 |
nicheInfoVoList[].avgBrandAgeNow | number | optional | Average brand age (current) Example: 1 |
nicheInfoVoList[].avgBrandAgeQuarterly | number | optional | Average brand age (quarterly data) Example: 1 |
nicheInfoVoList[].newProductsLaunchedSemiannual | integer | optional | Number of new products launched (semi-annual data) Example: 1 |
nicheInfoVoList[].successfulLaunchedSemiannual | integer | optional | Number of successfully launched products (semi-annual data) Example: 1 |
nicheInfoVoList[].launchRateSemiannual | number | optional | Product launch success rate (semi-annual data) Example: 1 |
nicheInfoVoList[].returnRateAnnual | number | optional | Return rate (annual data) Example: 1 |
nicheInfoVoList[].acos | number | optional | (ACOS) Advertising Cost of Sale Example: 1 |
nicheInfoVoList[].profitMarginGt50PctSkuRatio | number | optional | Proportion of products with profit margin > 50% Example: 1 |
nicheInfoVoList[].breakEvenRatio | number | optional | Break-even natural share Example: 1 |
nicheInfoVoList[].cpc | object | optional | CPC data: { high (maximum bid), medium (median bid), low (minimum bid) } Example: {} |
nicheInfoVoList[].categorieList | array | optional | Product category list Example: [] |
nicheInfoVoList[].referenceAsinImageUrl | string | optional | Niche market reference image URL Example: B072MQ5BRX |
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.
{
"errcode": 1,
"costToken": 1,
"nicheInfoVoList": [
{
"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"
}
]
}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.