Nexscope logo

Amazon Traffic Keywords 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
Keyword & Search Demand

API overview

Query traffic keyword lists for an Amazon ASIN via SellerSprite, including traffic source type, conversion type, organic rank, and ad rank with historical month and multi-dimensional sorting.

Try this API
Endpoint
https://claw-callback.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://claw-callback.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 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-traffic-keywords/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "marketplace": "US",   "size": 10,   "page": 1,   "asin": "B072MQ5BRX" }'
All categories/ Keyword & Search Demand
POSThttps://claw-callback.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 direct response payload.

Open tester

Endpoint

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

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

Response body

Returns the documented upstream API response directly without an additional wrapper.

NameTypeRequiredDescription
totalintegeroptional
Total count
Example: 1
marketplacestringoptional
Marketplace code
Example: US
asinstringoptional
Queried ASIN
Example: B072MQ5BRX
dataarrayoptional
Traffic keyword list (corresponds to third-party data.items)
Example: []
summaryListarrayoptional
High-frequency keyword summary list
Example: []
columnsarrayoptional
Column definitions
Example: []
costTokenintegeroptional
Token consumption
Example: 1
typestringoptional
Render style
summaryList[].totalintegeroptional
Total count
Example: 1
summaryList[].keywordsstringoptional
Keywords
Example: phone case
data[].keywordstringoptional
Keyword
Example: phone case
data[].keywordCnstringoptional
Keyword Chinese translation
Example: phone case
data[].trafficKeywordTypestringoptional
Traffic share type
Example: phone case
data[].conversionKeywordTypestringoptional
Traffic conversion type
Example: phone case
data[].badgesarrayoptional
Impression position (traffic keyword type)
Example: []
data[].rankPositionobjectoptional
Organic ranking position info, see [Ranking Object](#ranking-object-rankposition--adposition)
Example: {}
data[].adPositionobjectoptional
Ad ranking position info, same structure as [Ranking Object](#ranking-object-rankposition--adposition)
Example: {}
data[].searchesintegeroptional
Monthly search volume
Example: 1
data[].searchesRankintegeroptional
Weekly search volume ranking
Example: 1
data[].searchesRankTimeFromintegeroptional
Weekly search volume ranking time range start
Example: 1
data[].searchesRankTimeTointegeroptional
Weekly search volume ranking time range end
Example: 1
data[].purchasesintegeroptional
Monthly purchase volume
Example: 1
data[].purchaseRatenumberoptional
Purchase rate
Example: 1
data[].productsintegeroptional
Product count
Example: 1
data[].supplyDemandRationumberoptional
Supply-demand ratio
Example: 1
data[].trafficPercentagenumberoptional
Traffic share
Example: 1
data[].naturalRationumberoptional
Traffic distribution - organic share
Example: 1
data[].adRationumberoptional
Traffic distribution - ad share
Example: 1
data[].calculatedWeeklySearchesnumberoptional
Estimated weekly impressions
Example: 1
data[].impressionsintegeroptional
Impressions
Example: 1
data[].clicksintegeroptional
Clicks
Example: 1
data[].bidnumberoptional
PPC bid
Example: 1
data[].bidMinnumberoptional
PPC bid lower limit
Example: 1
data[].bidMaxnumberoptional
PPC bid upper limit
Example: 1
data[].latest1daysAdsintegeroptional
Ad competitors in the last 1 day
Example: 1
data[].latest7daysAdsintegeroptional
Ad competitors in the last 7 days
Example: 1
data[].latest30daysAdsintegeroptional
Ad competitors in the last 30 days
Example: 1
data[].sprtnumberoptional
SP-related ratio
Example: 1
data[].monopolyClickRatenumberoptional
Monopoly click rate
Example: 1
data[].top3ClickingRatenumberoptional
Top 3 click rate
Example: 1
data[].top3ConversionRatenumberoptional
Top 3 conversion rate
Example: 1
data[].titleDensitynumberoptional
Title density
Example: 1
data[].statsarrayoptional
High-frequency words, elements see table below
Example: []
data[].updatedTimeintegeroptional
Update time
Example: 1
stats[].keywordsstringoptional
Word
Example: phone case
stats[].totalintegeroptional
Total count
Example: 1
stats[].rankPositionobjectoptional
Organic ranking position, structure see below
Example: {}
stats[].adPositionobjectoptional
Ad ranking position, structure see below
Example: {}
columns[].updatedTimeintegeroptional
Ranking time
Example: 1
columns[].pageSizeintegeroptional
Items per page
Example: 1
columns[].indexintegeroptional
Position on current page
Example: 1
columns[].pageintegeroptional
Page number
Example: 1
columns[].positionintegeroptional
Position in total results
Example: 1
errcodeintegeroptional
Upstream status code returned by the provider.
errmsgstringoptional
Upstream status message returned by the provider.
codestringoptional
Provider-specific status code.
msgstringoptional
Provider-specific status message.
messagestringoptional
Provider-specific message.
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.

{
  "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": {}
    }
  ]
}

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_traffic_keywords",
    "arguments": {
      "marketplace": "US",
      "size": 10,
      "page": 1,
      "asin": "B072MQ5BRX"
    }
  }
}

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