Nexscope

Amazon Traffic Keywords API

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

API selector
Keyword & Search Demand

API overview

Query an Amazon ASIN’s traffic keywords with source type, conversion type, organic rank, ad rank, historical month, and sorting controls.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/run
MCP method
nexscope_amazon_traffic_keywords

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-traffic-keywords/run

Run an API

Request parameters documented by ecommerce.amazon-traffic-keywords.

Slugamazon-traffic-keywords
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-traffic-keywords/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "page": 1,   "size": 10,   "marketplace": "US",   "asin": "B072MQ5BRX" }'
All categories/ Keyword & Search Demand
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/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-traffic-keywords/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
marketplacestringrequired
Marketplace site, default US
Example: US
asinstringrequired
Product ASIN to reverse lookup
Example: B072MQ5BRX
monthstringoptional
20)\d{2}(0[1-9]
pageintegeroptional
Current page
Example: 1
sizeintegeroptional
Items per page
Example: 1
keywordstringoptional
Keyword filter
Example: phone case
badgesstringoptional
Traffic keyword type (impression position), see [Badges Enum](#badges-enum)
trafficKeywordTypesstringoptional
Traffic share type, see [trafficKeywordTypes Enum](#traffickeywordtypes-enum)
conversionKeywordTypesstringoptional
Traffic conversion type, see [conversionKeywordTypes Enum](#conversionkeywordtypes-enum)
Example: phone case
orderFieldstringoptional
Sort field, see [orderField Options](#orderfield-options)
orderDescbooleanoptional
Whether to sort in descending order
Example: false

Request example

{
  "page": 1,
  "size": 10,
  "marketplace": "US",
  "asin": "B072MQ5BRX"
}

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.totalintegeroptional
Total count
Example: 1
data.marketplacestringoptional
Marketplace code
Example: US
data.asinstringoptional
Queried ASIN
Example: B072MQ5BRX
data.dataarrayoptional
Traffic keyword list (corresponds to third-party data.items)
Example: []
data.summaryListarrayoptional
High-frequency keyword summary list
Example: []
data.columnsarrayoptional
Column definitions
Example: []
data.costTokenintegeroptional
Token consumption
Example: 1
data.typestringoptional
Render style
Example: null
data.summaryList[].totalintegeroptional
Total count
Example: 1
data.summaryList[].keywordsstringoptional
Keywords
Example: phone case
data.data[].keywordstringoptional
Keyword
Example: phone case
data.data[].keywordCnstringoptional
Keyword Chinese translation
Example: phone case
data.data[].trafficKeywordTypestringoptional
Traffic share type
Example: phone case
data.data[].conversionKeywordTypestringoptional
Traffic conversion type
Example: phone case
data.data[].badgesarrayoptional
Impression position (traffic keyword type)
Example: []
data.data[].rankPositionobjectoptional
Organic ranking position info, see [Ranking Object](#ranking-object-rankposition--adposition)
Example: {}
data.data[].adPositionobjectoptional
Ad ranking position info, same structure as [Ranking Object](#ranking-object-rankposition--adposition)
Example: {}
data.data[].searchesintegeroptional
Monthly search volume
Example: 1
data.data[].searchesRankintegeroptional
Weekly search volume ranking
Example: 1
data.data[].searchesRankTimeFromintegeroptional
Weekly search volume ranking time range start
Example: 1
data.data[].searchesRankTimeTointegeroptional
Weekly search volume ranking time range end
Example: 1
data.data[].purchasesintegeroptional
Monthly purchase volume
Example: 1
data.data[].purchaseRatenumberoptional
Purchase rate
Example: 1
data.data[].productsintegeroptional
Product count
Example: 1
data.data[].supplyDemandRationumberoptional
Supply-demand ratio
Example: 1
data.data[].trafficPercentagenumberoptional
Traffic share
Example: 1
data.data[].naturalRationumberoptional
Traffic distribution - organic share
Example: 1
data.data[].adRationumberoptional
Traffic distribution - ad share
Example: 1
data.data[].calculatedWeeklySearchesnumberoptional
Estimated weekly impressions
Example: 1
data.data[].impressionsintegeroptional
Impressions
Example: 1
data.data[].clicksintegeroptional
Clicks
Example: 1
data.data[].bidnumberoptional
PPC bid
Example: 1
data.data[].bidMinnumberoptional
PPC bid lower limit
Example: 1
data.data[].bidMaxnumberoptional
PPC bid upper limit
Example: 1
data.data[].latest1daysAdsintegeroptional
Ad competitors in the last 1 day
Example: 1
data.data[].latest7daysAdsintegeroptional
Ad competitors in the last 7 days
Example: 1
data.data[].latest30daysAdsintegeroptional
Ad competitors in the last 30 days
Example: 1
data.data[].sprtnumberoptional
SP-related ratio
Example: 1
data.data[].monopolyClickRatenumberoptional
Monopoly click rate
Example: 1
data.data[].top3ClickingRatenumberoptional
Top 3 click rate
Example: 1
data.data[].top3ConversionRatenumberoptional
Top 3 conversion rate
Example: 1
data.data[].titleDensitynumberoptional
Title density
Example: 1
data.data[].statsarrayoptional
High-frequency words, elements see table below
Example: []
data.data[].updatedTimeintegeroptional
Update time
Example: 1
data.stats[].keywordsstringoptional
Word
Example: phone case
data.stats[].totalintegeroptional
Total count
Example: 1
data.stats[].rankPositionobjectoptional
Organic ranking position, structure see below
Example: {}
data.stats[].adPositionobjectoptional
Ad ranking position, structure see below
Example: {}
data.columns[].updatedTimeintegeroptional
Ranking time
Example: 1
data.columns[].pageSizeintegeroptional
Items per page
Example: 1
data.columns[].indexintegeroptional
Position on current page
Example: 1
data.columns[].pageintegeroptional
Page number
Example: 1
data.columns[].positionintegeroptional
Position in total results
Example: 1
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": {
    "total": 1,
    "marketplace": "US",
    "asin": "B072MQ5BRX",
    "data": [
      {
        "keyword": "phone case",
        "keywordCn": "phone case",
        "trafficKeywordType": "phone case",
        "conversionKeywordType": "phone case",
        "badges": [],
        "rankPosition": {},
        "adPosition": {},
        "searches": 1,
        "searchesRank": 1,
        "searchesRankTimeFrom": 1,
        "searchesRankTimeTo": 1,
        "purchases": 1,
        "purchaseRate": 1,
        "products": 1,
        "supplyDemandRatio": 1,
        "trafficPercentage": 1,
        "naturalRatio": 1,
        "adRatio": 1,
        "calculatedWeeklySearches": 1,
        "impressions": 1,
        "clicks": 1,
        "bid": 1,
        "bidMin": 1,
        "bidMax": 1,
        "latest1daysAds": 1,
        "latest7daysAds": 1,
        "latest30daysAds": 1,
        "sprt": 1,
        "monopolyClickRate": 1,
        "top3ClickingRate": 1,
        "top3ConversionRate": 1,
        "titleDensity": 1,
        "stats": [],
        "updatedTime": 1
      }
    ],
    "summaryList": [
      {
        "total": 1,
        "keywords": "phone case"
      }
    ],
    "columns": [
      {
        "updatedTime": 1,
        "pageSize": 1,
        "index": 1,
        "page": 1,
        "position": 1
      }
    ],
    "costToken": 1,
    "stats": [
      {
        "keywords": "phone case",
        "total": 1,
        "rankPosition": {},
        "adPosition": {}
      }
    ]
  },
  "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_traffic_keywords",
    "arguments": {
      "page": 1,
      "size": 10,
      "marketplace": "US",
      "asin": "B072MQ5BRX"
    }
  }
}

Online test

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

21 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-traffic-keywords/run
MCP method
nexscope_amazon_traffic_keywords
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "page": 1, "size": 10, "marketplace": "US", "asin": "B072MQ5BRX" }'
Response
No response yet. Run the request to see the response here.