Nexscope logo

Amazon Keyword Share Of Voice 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

Jungle Scout keyword Share of Voice analysis, returning brand visibility share across the first 3 pages of Amazon search results (organic/ad/combined), 30-day exact search volume, median PPC bid, and TOP3 ASIN click and conversion data, covering 10 marketplaces.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/run
MCP method
nexscope_amazon_keyword_share_of_voice

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-keyword-share-of-voice/run

Run an API

Request parameters documented by ecommerce.amazon-keyword-share-of-voice.

Slugamazon-keyword-share-of-voice
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-keyword-share-of-voice/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "keyword": "phone case",   "marketplace": "us" }'
All categories/ Keyword & Search Demand
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/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-keyword-share-of-voice/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
marketplacestringrequired
Target marketplace code. Options: us, uk, de, in, ca, fr, it, es, mx, jp
Example: us
keywordstringrequired
Keyword to query
Example: phone case

Request example

{
  "keyword": "phone case",
  "marketplace": "us"
}

Response body

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

NameTypeRequiredDescription
costTokenintegeroptional
Tokens consumed
Example: 1
shareOfVoiceobjectoptional
Share of Voice data body
Example: {}
idstringoptional
Resource identifier
Example: example-id
typestringoptional
Fixed value share_of_voice
estimated30DaySearchVolumeintegeroptional
Exact match search volume over the past 30 days
Example: 1
exactSuggestedBidMediannumberoptional
PPC bid median (USD)
Example: 1
productCountintegeroptional
Total product count in the first 3 pages of search results
Example: 1
updatedAtstringoptional
Data update time
Example: 2026-01-01
topAsinsModelStartDatestringoptional
TOP ASIN click/conversion data window start date
Example: B072MQ5BRX
topAsinsModelEndDatestringoptional
TOP ASIN click/conversion data window end date
Example: B072MQ5BRX
brandsarrayoptional
Brand SOV detail list
Example: []
topAsinsarrayoptional
TOP 3 ASIN click and conversion list
Example: []
brands[].brandstringoptional
Brand name
brands[].organicProductsintegeroptional
Number of products in organic search results
Example: 1
brands[].sponsoredProductsintegeroptional
Number of products in ad placements
Example: 1
brands[].combinedProductsintegeroptional
Combined product count
Example: 1
brands[].organicBasicSovnumberoptional
Organic basic SOV (0-1)
Example: 1
brands[].organicWeightedSovnumberoptional
Organic weighted SOV (0-1)
Example: 1
brands[].sponsoredBasicSovnumberoptional
Sponsored basic SOV (0-1)
Example: 1
brands[].sponsoredWeightedSovnumberoptional
Sponsored weighted SOV (0-1)
Example: 1
brands[].combinedBasicSovnumberoptional
Combined basic SOV (0-1)
Example: 1
brands[].combinedWeightedSovnumberoptional
Combined weighted SOV (0-1)
Example: 1
brands[].organicAveragePositionnumberoptional
Average organic search rank position
Example: 1
brands[].sponsoredAveragePositionnumberoptional
Average sponsored search rank position
Example: 1
brands[].combinedAveragePositionnumberoptional
Combined average rank position
Example: 1
brands[].organicAveragePricenumberoptional
Average organic search product price
Example: 1
brands[].sponsoredAveragePricenumberoptional
Average sponsored search product price
Example: 1
brands[].combinedAveragePricenumberoptional
Combined average product price
Example: 1
topAsins[].asinstringoptional
ASIN number
Example: B072MQ5BRX
topAsins[].namestringoptional
Product name
topAsins[].brandstringoptional
Brand name
topAsins[].clicksintegeroptional
Click volume (30-day window)
Example: 1
topAsins[].conversionsintegeroptional
Conversion volume (30-day window)
Example: 1
topAsins[].conversionRatenumberoptional
Conversion rate (0-1)
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.

{
  "costToken": 1,
  "shareOfVoice": {},
  "id": "example-id",
  "estimated30DaySearchVolume": 1,
  "exactSuggestedBidMedian": 1,
  "productCount": 1,
  "updatedAt": "2026-01-01",
  "topAsinsModelStartDate": "B072MQ5BRX",
  "topAsinsModelEndDate": "B072MQ5BRX",
  "brands": [
    {
      "organicProducts": 1,
      "sponsoredProducts": 1,
      "combinedProducts": 1,
      "organicBasicSov": 1,
      "organicWeightedSov": 1,
      "sponsoredBasicSov": 1,
      "sponsoredWeightedSov": 1,
      "combinedBasicSov": 1,
      "combinedWeightedSov": 1,
      "organicAveragePosition": 1,
      "sponsoredAveragePosition": 1,
      "combinedAveragePosition": 1,
      "organicAveragePrice": 1,
      "sponsoredAveragePrice": 1,
      "combinedAveragePrice": 1
    }
  ],
  "topAsins": [
    {
      "asin": "B072MQ5BRX",
      "clicks": 1,
      "conversions": 1,
      "conversionRate": 1
    }
  ]
}

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_keyword_share_of_voice",
    "arguments": {
      "keyword": "phone case",
      "marketplace": "us"
    }
  }
}

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-keyword-share-of-voice/run
MCP method
nexscope_amazon_keyword_share_of_voice
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "keyword": "phone case", "marketplace": "us" }'
Response
No response yet. Run the request to see the response here.