Nexscope logo

Amazon Niche Info By Asin API

REST API and MCP service documentation generated from server-side API definitions. Responses shown here are the direct payload returned by each API execution.

API selector
Amazon Marketplace Intelligence

API overview

Deep analysis of Amazon niche markets by product ASIN, covering monopoly level, brand concentration, new product success rate, and market opportunity score.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run
MCP method
nexscope_amazon_niche_info_by_asin

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run

Run an API

Request parameters documented by ecommerce.amazon-niche-info-by-asin.

Slugamazon-niche-info-by-asin
HeadersAuthorization: Bearer nk_...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyDirect API response payload. No data/result wrapper is added.

Status codes

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "countryCode": "US",   "asin": "B072MQ5BRX",   "count": 10 }'
All categories/ Amazon Marketplace Intelligence
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run

Run this API

Send a JSON request to execute this API and receive the direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
asinstringrequired
Product ASIN (required). The tool will find market segments that share the same niche as this ASIN
Example: B072MQ5BRX
countryCodestringoptional
Country code, options: US (United States), JP (Japan), DE (Germany)
countintegeroptional
Number of niche markets returned
Example: 1
productCountMinintegeroptional
Minimum product count (current)
Example: 1
productCountMaxintegeroptional
Maximum product count (current)
Example: 1
avgPriceMinnumberoptional
Minimum average price (current)
Example: 1
avgPriceMaxnumberoptional
Maximum average price (current)
Example: 1
searchVolumeT7Minintegeroptional
Minimum search volume (7-day stats)
Example: 1
searchVolumeT7Maxintegeroptional
Maximum search volume (7-day stats)
Example: 1
unitsSoldT7Minintegeroptional
Minimum sales volume (7-day stats)
Example: 1
unitsSoldT7Maxintegeroptional
Maximum sales volume (7-day stats)
Example: 1
clickCountT7Minintegeroptional
Minimum click volume (7-day stats)
Example: 1
clickCountT7Maxintegeroptional
Maximum click volume (7-day stats)
Example: 1
clickConversionRateT7Minnumberoptional
Minimum click conversion rate (7-day stats), range 0-1, 0.1 means 10% conversion rate
Example: 1
clickConversionRateT7Maxnumberoptional
Maximum click conversion rate (7-day stats), range 0-1, 0.1 means 10% conversion rate
Example: 1
brandCountMinintegeroptional
Minimum brand count
Example: 1
brandCountMaxintegeroptional
Maximum brand count
Example: 1
top5BrandsClickShareMinnumberoptional
Minimum top 5 brands' click share in the niche market, range 0-1, 0.1 means 10% click share
Example: 1
top5BrandsClickShareMaxnumberoptional
Maximum top 5 brands' click share in the niche market, range 0-1, 0.1 means 10% click share
Example: 1
avgBrandAgeMinnumberoptional
Minimum average brand age (current)
Example: 1
avgBrandAgeMaxnumberoptional
Maximum average brand age (current)
Example: 1
avgBrandAgeQoqMinnumberoptional
Minimum average brand age (90-day stats)
Example: 1
avgBrandAgeQoqMaxnumberoptional
Maximum average brand age (90-day stats)
Example: 1
avgBrandAgeYoyMinnumberoptional
Minimum average brand age (360-day stats)
Example: 1
avgBrandAgeYoyMaxnumberoptional
Maximum average brand age (360-day stats)
Example: 1
avgSellingPartnerAgeMinnumberoptional
Minimum average selling partner age
Example: 1
avgSellingPartnerAgeMaxnumberoptional
Maximum average selling partner age
Example: 1
avgSellingPartnerAgeQoqMinnumberoptional
Minimum average selling partner age (90-day stats)
Example: 1
avgSellingPartnerAgeQoqMaxnumberoptional
Maximum average selling partner age (90-day stats)
Example: 1
avgSellingPartnerAgeYoyMinnumberoptional
Minimum average selling partner age (360-day stats)
Example: 1
avgSellingPartnerAgeYoyMaxnumberoptional
Maximum average selling partner age (360-day stats)
Example: 1
top5ProductsClickShareMinnumberoptional
Minimum top 5 products click share (current), range 0-1, 0.1 means 10% click share
Example: 1
top5ProductsClickShareMaxnumberoptional
Maximum top 5 products click share (current), range 0-1, 0.1 means 10% click share
Example: 1
sponsoredProductsPercentageMinnumberoptional
Minimum SP ad share, range 0-1, 0.1 means 10%
Example: 1
sponsoredProductsPercentageMaxnumberoptional
Maximum SP ad share, range 0-1, 0.1 means 10%
Example: 1
cpcMediumMinnumberoptional
Minimum CPC (current)
Example: 1
cpcMediumMaxnumberoptional
Maximum CPC (current)
Example: 1
launchRateT180Minnumberoptional
Minimum product launch success rate (180-day stats), range 0-1, 0.1 means 10% success rate
Example: 1
launchRateT180Maxnumberoptional
Maximum product launch success rate (180-day stats), range 0-1, 0.1 means 10% success rate
Example: 1
returnRateT360Minnumberoptional
Minimum return rate (360-day stats), range 0-1, 0.1 means 10% return rate
Example: 1
returnRateT360Maxnumberoptional
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.

NameTypeRequiredDescription
errcodeintegeroptional
Business status code, 200 indicates success
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
nicheInfoVoListarrayoptional
Niche market information list (see niche market object fields below)
Example: []
nicheInfoVoList[].nicheIdstringoptional
Niche market ID
Example: example-id
nicheInfoVoList[].nicheTitlestringoptional
Niche market title
nicheInfoVoList[].translationZhstringoptional
Niche market title (Chinese)
nicheInfoVoList[].demandintegeroptional
Niche market score
Example: 1
nicheInfoVoList[].productCountintegeroptional
Product count
Example: 1
nicheInfoVoList[].avgPricenumberoptional
Average product price
Example: 1
nicheInfoVoList[].minimumPricenumberoptional
Lowest product price
Example: 1
nicheInfoVoList[].maximumPricenumberoptional
Highest product price
Example: 1
nicheInfoVoList[].searchVolumeWeeklyintegeroptional
Search volume (weekly data)
Example: 1
nicheInfoVoList[].searchVolumeQuarterlyintegeroptional
Search volume (quarterly data)
Example: 1
nicheInfoVoList[].searchVolumeGrowthWeeklynumberoptional
Search volume growth rate (weekly data)
Example: 1
nicheInfoVoList[].searchVolumeGrowthQuarterlynumberoptional
Search volume growth rate (quarterly data)
Example: 1
nicheInfoVoList[].unitsSoldWeeklyintegeroptional
Sales volume (weekly data)
Example: 1
nicheInfoVoList[].unitsSoldQuarterlyintegeroptional
Sales volume (quarterly data)
Example: 1
nicheInfoVoList[].clickCountWeeklyintegeroptional
Click volume (weekly data)
Example: 1
nicheInfoVoList[].clickCountQuarterlyintegeroptional
Click volume (quarterly data)
Example: 1
nicheInfoVoList[].clickToSaleConversionWeeklynumberoptional
Click conversion rate (weekly data)
Example: 1
nicheInfoVoList[].clickConversionRateQuarterlynumberoptional
Click conversion rate (quarterly data)
Example: 1
nicheInfoVoList[].searchConversionRateWeeklynumberoptional
Search conversion rate (weekly data)
Example: 1
nicheInfoVoList[].searchConversionRateQuarterlynumberoptional
Search conversion rate (quarterly data)
Example: 1
nicheInfoVoList[].brandCountintegeroptional
Brand count
Example: 1
nicheInfoVoList[].top5BrandsClickSharenumberoptional
Top 5 brands' click share in the niche market
Example: 1
nicheInfoVoList[].top5ProductsClickSharenumberoptional
Top 5 products click share
Example: 1
nicheInfoVoList[].avgBrandAgeNownumberoptional
Average brand age (current)
Example: 1
nicheInfoVoList[].avgBrandAgeQuarterlynumberoptional
Average brand age (quarterly data)
Example: 1
nicheInfoVoList[].newProductsLaunchedSemiannualintegeroptional
Number of new products launched (semi-annual data)
Example: 1
nicheInfoVoList[].successfulLaunchedSemiannualintegeroptional
Number of successfully launched products (semi-annual data)
Example: 1
nicheInfoVoList[].launchRateSemiannualnumberoptional
Product launch success rate (semi-annual data)
Example: 1
nicheInfoVoList[].returnRateAnnualnumberoptional
Return rate (annual data)
Example: 1
nicheInfoVoList[].acosnumberoptional
(ACOS) Advertising Cost of Sale
Example: 1
nicheInfoVoList[].profitMarginGt50PctSkuRationumberoptional
Proportion of products with profit margin > 50%
Example: 1
nicheInfoVoList[].breakEvenRationumberoptional
Break-even natural share
Example: 1
nicheInfoVoList[].cpcobjectoptional
CPC data: { high (maximum bid), medium (median bid), low (minimum bid) }
Example: {}
nicheInfoVoList[].categorieListarrayoptional
Product category list
Example: []
nicheInfoVoList[].referenceAsinImageUrlstringoptional
Niche market reference image URL
Example: B072MQ5BRX
errmsgstringoptional
Upstream status message returned by the provider.
codestringoptional
Provider-specific status code.
msgstringoptional
Provider-specific status message.
messagestringoptional
Provider-specific message.
typestringoptional
Provider-specific render or payload type.
titlestringoptional
Provider-specific response title.
sourceTypestringoptional
Provider-specific source platform type.
sourceToolstringoptional
Provider-specific source tool name.
costTimeintegeroptional
Execution time reported by the upstream provider.
pageintegeroptional
Current page returned by the upstream provider.
pageSizeintegeroptional
Page size returned by the upstream provider.
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
totalPageintegeroptional
Total page count returned by the upstream provider.
dataSnapshotMonthstringoptional
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

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI 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.

Related APIs

MCP

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_amazon_niche_info_by_asin",
    "arguments": {
      "countryCode": "US",
      "asin": "B072MQ5BRX",
      "count": 10
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run
MCP method
nexscope_amazon_niche_info_by_asin
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "countryCode": "US", "asin": "B072MQ5BRX", "count": 10 }'
Response
No response yet. Run the request to see the response here.