Keyword & Search Demand
Amazon Keyword Overview MCP Tool
SIF overview analysis of Amazon keyword market competition.
MCP tool name
nexscope_amazon_keyword_overviewEquivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-overview/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-keyword-overview-1",
"method": "tools/call",
"params": {
"name": "nexscope_amazon_keyword_overview",
"arguments": {
"keyword": "phone case",
"country": "US",
"last7d": true
}
}
}REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-overview/runCanonical detail URL
https://www.nexscope.ai/mcp-map/amazon-keyword-overviewArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
keyword | string | required | Keyword, translate to the corresponding country's language whenever possible. Max length: 1000 characters Example: phone case |
country | string | optional | Country site, default US. Options (13 total): US, UK, DE, CA, JP, FR, ES, IT, MX, AU, AE, BR, SA Example: {} |
last7d | boolean | optional | Whether to get last 7 days data, default true. When false, use startDate/endDate range Example: true |
startDate | string | optional | Start date yyyy-MM-dd (effective when last7d=false) Example: 2026-01-01 |
endDate | string | optional | End date yyyy-MM-dd (paired with startDate) Example: 2026-01-01 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Meaning |
|---|---|---|---|
msg | string | optional | Message Example: {} |
total | integer | optional | Total data count. Note: this endpoint typically returns only a single record, total is usually 1 Example: 1 |
code | string | optional | Response code Example: {} |
data | array | optional | Return data (see data fields below) Example: [] |
costTime | integer | optional | Latency (ms) Example: 1 |
costToken | integer | optional | Tokens consumed Example: 1 |
columns | array | optional | Render columns Example: [] |
type | string | optional | Render style Example: {} |
title | string | optional | Title Example: {} |
data[].keyword | string | optional | Keyword. The keyword text of the search query Example: phone case |
data[].keywordPopularityRank | integer | optional | Keyword popularity rank. This keyword's monthly search volume ranking among all Amazon keywords; lower values indicate higher search volume Example: 1 |
data[].estimatedWeeklySearchVolume | integer | optional | Estimated weekly search volume. Estimated weekly search count for this keyword on Amazon, reflecting its search popularity Example: 1 |
data[].supplyDemandRatio | number | optional | Supply-demand ratio. Ratio of supply to demand, formula: search result product count / monthly search volume; lower values indicate less competition and greater opportunity Example: 1 |
data[].totalSearchResultProductCount | integer | optional | Total search result product count. Total number of products displayed for this keyword (including natural search, ad placements, recommendation placements, etc.) Example: 1 |
data[].naturalSearchProductCount | integer | optional | Natural search product count. Number of products displayed in natural search results for this keyword (excluding ad placements) Example: 1 |
data[].sponsoredProductsCount | integer | optional | SP ad product count. Number of products running Sponsored Products ads for this keyword Example: 1 |
data[].brandAdProductCount | integer | optional | Brand ad product count. Number of products running brand ads for this keyword Example: 1 |
data[].videoAdProductCount | integer | optional | Video ad product count. Number of products running video ads for this keyword Example: 1 |
data[].paidAdvertisingProductCount | integer | optional | Total PPC ad product count. Total number of products running any PPC paid ads for this keyword (including SP, brand ads, video ads, etc.) Example: 1 |
data[].amazonChoiceProductCount | integer | optional | Amazon's Choice product count. Number of products with the Amazon's Choice badge for this keyword Example: 1 |
data[].topRatedProductCount | integer | optional | Top Rated recommended product count. Number of products appearing in the Top Rated (high rating) recommendation placement for this keyword Example: 1 |
data[].searchRecommendationProductCount | integer | optional | Search recommendation product count. Number of products recommended by Amazon when searching this keyword Example: 1 |
data[].editorialRecommendationsProductCount | integer | optional | Editorial Recommendations product count. Number of products appearing in the editorial recommendation placement for this keyword Example: 1 |
data[].recNonadProductCount | integer | optional | Recommendation placement non-ad product count. Number of non-ad (organic) products in recommendation placements for this keyword Example: 1 |
data[].recAdProductCount | integer | optional | Recommendation placement ad product count. Number of ad products in recommendation placements for this keyword Example: 1 |
data[].trackedAsinTotalCount | integer | optional | SIF tracked ASIN deduplicated total count. Deduplicated count of ASINs that SIF has tracked with exposure scores across all positions (natural/ad/recommendation) for this keyword (upstream field: totalAsinNum) Example: 1 |
data[].totalMarketplaceKeywordCount | integer | optional | Total marketplace keyword count. Total number of keywords for this site, used to understand overall market size Example: 1 |
data[].dataPeriodStartDate | string | optional | Data period start date. ABA week start date corresponding to the returned data (yyyy-MM-dd) Example: 2026-01-01 |
data[].dataPeriodEndDate | string | optional | Data period end date. ABA week end date corresponding to the returned data (yyyy-MM-dd) Example: 2026-01-01 |
data[].keywordDataUpdateTime | string | optional | Keyword data update time Example: phone case |
errcode | integer | optional | Upstream status code returned by the provider. Example: {} |
errmsg | string | optional | Upstream status message returned by the provider. Example: {} |
message | string | optional | Provider-specific message. Example: {} |
sourceType | string | optional | Provider-specific source platform type. Example: {} |
sourceTool | string | optional | Provider-specific source tool name. 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
{
"keyword": "phone case",
"country": "US",
"last7d": true
}Example structuredContent
{
"total": 1,
"data": [
{
"keyword": "phone case",
"keywordPopularityRank": 1,
"estimatedWeeklySearchVolume": 1,
"supplyDemandRatio": 1,
"totalSearchResultProductCount": 1,
"naturalSearchProductCount": 1,
"sponsoredProductsCount": 1,
"brandAdProductCount": 1,
"videoAdProductCount": 1,
"paidAdvertisingProductCount": 1,
"amazonChoiceProductCount": 1,
"topRatedProductCount": 1,
"searchRecommendationProductCount": 1,
"editorialRecommendationsProductCount": 1,
"recNonadProductCount": 1,
"recAdProductCount": 1,
"trackedAsinTotalCount": 1,
"totalMarketplaceKeywordCount": 1,
"dataPeriodStartDate": "2026-01-01",
"dataPeriodEndDate": "2026-01-01",
"keywordDataUpdateTime": "phone case"
}
],
"costTime": 1,
"costToken": 1,
"columns": []
}