Amazon Marketplace Intelligence
Amazon Niche Info By Asin MCP Tool
Deep analysis of Amazon niche markets by product ASIN, covering monopoly level, brand concentration, new product success rate, and market opportunity score.
MCP tool name
nexscope_amazon_niche_info_by_asinEquivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.
Call this MCP tool
Use tools/call with the MCP tool name below. The arguments object should match the table on this page.
{
"jsonrpc": "2.0",
"id": "amazon-niche-info-by-asin-1",
"method": "tools/call",
"params": {
"name": "nexscope_amazon_niche_info_by_asin",
"arguments": {
"count": 10,
"asin": "B072MQ5BRX",
"countryCode": "US"
}
}
}REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/runCanonical detail URL
https://www.nexscope.ai/mcp-map/amazon-niche-info-by-asinArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
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) Example: {} |
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 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Meaning |
|---|---|---|---|
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 Example: {} |
nicheInfoVoList[].translationZh | string | optional | Niche market title (Chinese) Example: {} |
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. Example: {} |
code | string | optional | Provider-specific status code. Example: {} |
msg | string | optional | Provider-specific status message. Example: {} |
message | string | optional | Provider-specific message. Example: {} |
type | string | optional | Provider-specific render or payload type. Example: {} |
title | string | optional | Provider-specific response title. Example: {} |
sourceType | string | optional | Provider-specific source platform type. Example: {} |
sourceTool | string | optional | Provider-specific source tool name. Example: {} |
costTime | integer | optional | Execution time reported by the upstream provider. Example: {} |
page | integer | optional | Current page returned by the upstream provider. Example: {} |
pageSize | integer | optional | Page size returned by the upstream provider. Example: {} |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: {} |
totalPage | integer | optional | Total page count returned by the upstream provider. Example: {} |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: {} |
Examples
Example arguments
{
"count": 10,
"asin": "B072MQ5BRX",
"countryCode": "US"
}Example structuredContent
{
"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"
}
]
}