https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
marketplace | string | required | Target marketplace code. Options: us, uk, de, in, ca, fr, it, es, mx, jp Example: us |
keyword | string | required | Keyword to query Example: phone case |
Request example
{
"marketplace": "us",
"keyword": "phone case"
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
costToken | integer | optional | Tokens consumed Example: 1 |
shareOfVoice | object | optional | Share of Voice data body Example: {} |
id | string | optional | Resource identifier Example: example-id |
type | string | optional | Fixed value share_of_voice |
estimated30DaySearchVolume | integer | optional | Exact match search volume over the past 30 days Example: 1 |
exactSuggestedBidMedian | number | optional | PPC bid median (USD) Example: 1 |
productCount | integer | optional | Total product count in the first 3 pages of search results Example: 1 |
updatedAt | string | optional | Data update time Example: 2026-01-01 |
topAsinsModelStartDate | string | optional | TOP ASIN click/conversion data window start date Example: B072MQ5BRX |
topAsinsModelEndDate | string | optional | TOP ASIN click/conversion data window end date Example: B072MQ5BRX |
brands | array | optional | Brand SOV detail list Example: [] |
topAsins | array | optional | TOP 3 ASIN click and conversion list Example: [] |
brands[].brand | string | optional | Brand name |
brands[].organicProducts | integer | optional | Number of products in organic search results Example: 1 |
brands[].sponsoredProducts | integer | optional | Number of products in ad placements Example: 1 |
brands[].combinedProducts | integer | optional | Combined product count Example: 1 |
brands[].organicBasicSov | number | optional | Organic basic SOV (0-1) Example: 1 |
brands[].organicWeightedSov | number | optional | Organic weighted SOV (0-1) Example: 1 |
brands[].sponsoredBasicSov | number | optional | Sponsored basic SOV (0-1) Example: 1 |
brands[].sponsoredWeightedSov | number | optional | Sponsored weighted SOV (0-1) Example: 1 |
brands[].combinedBasicSov | number | optional | Combined basic SOV (0-1) Example: 1 |
brands[].combinedWeightedSov | number | optional | Combined weighted SOV (0-1) Example: 1 |
brands[].organicAveragePosition | number | optional | Average organic search rank position Example: 1 |
brands[].sponsoredAveragePosition | number | optional | Average sponsored search rank position Example: 1 |
brands[].combinedAveragePosition | number | optional | Combined average rank position Example: 1 |
brands[].organicAveragePrice | number | optional | Average organic search product price Example: 1 |
brands[].sponsoredAveragePrice | number | optional | Average sponsored search product price Example: 1 |
brands[].combinedAveragePrice | number | optional | Combined average product price Example: 1 |
topAsins[].asin | string | optional | ASIN number Example: B072MQ5BRX |
topAsins[].name | string | optional | Product name |
topAsins[].brand | string | optional | Brand name |
topAsins[].clicks | integer | optional | Click volume (30-day window) Example: 1 |
topAsins[].conversions | integer | optional | Conversion volume (30-day window) Example: 1 |
topAsins[].conversionRate | number | optional | Conversion rate (0-1) Example: 1 |
errcode | integer | optional | Upstream status code returned by the provider. |
errmsg | string | optional | Upstream status message returned by the provider. |
code | string | optional | Provider-specific status code. |
msg | string | optional | Provider-specific status message. |
message | string | optional | Provider-specific message. |
title | string | optional | Provider-specific response title. |
sourceType | string | optional | Provider-specific source platform type. |
sourceTool | string | optional | Provider-specific source tool name. |
costTime | integer | optional | Execution time reported by the upstream provider. |
page | integer | optional | Current page returned by the upstream provider. |
pageSize | integer | optional | Page size returned by the upstream provider. |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. |
totalPage | integer | optional | Total page count returned by the upstream provider. |
dataSnapshotMonth | string | optional | 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
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API 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.