Nexscope

Amazon Niche Info By ASIN API

REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.

API selector
Amazon Marketplace Intelligence

API overview

Analyze an Amazon niche by ASIN, including monopoly level, brand concentration, new-product success, and opportunity score.

Try this API
Endpoint
https://api.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://api.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 bodyPlatform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion.

Status codes

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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 '{   "asin": "B072MQ5BRX",   "count": 10,   "countryCode": "US" }'
All categories/ Amazon Marketplace Intelligence
POSThttps://api.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 documented response payload.

Endpoint

MethodPOST
Pathhttps://api.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

{
  "asin": "B072MQ5BRX",
  "count": 10,
  "countryCode": "US"
}

Response body

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

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

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Response example

Platform response envelope. code 0 indicates success or acceptance; data contains the business result.

{
  "data": {
    "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"
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}

Responses

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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": {
      "asin": "B072MQ5BRX",
      "count": 10,
      "countryCode": "US"
    }
  }
}

Online test

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

12 credits / callAPI usage records

Try it

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

Endpoint
https://api.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://api.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "asin": "B072MQ5BRX", "count": 10, "countryCode": "US" }'
Response
No response yet. Run the request to see the response here.