https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-intelligence/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-intelligence/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
analysisDescription | string | required | Natural language description that precisely expresses the query intent Example: Analyze Amazon Brand Analytics search demand for phone case in the US marketplace |
region | string | optional | Site code, default US. Options: US, DE, BR, CA, AU, JP, AE, ES, FR, IT, SA, TR, MX, SE, NL Example: US |
createDownloadUrl | boolean | optional | Whether to generate a CSV download link, default false Example: false |
Request example
{
"createDownloadUrl": false,
"analysisDescription": "Find Amazon Brand Analytics search demand for phone case in the US marketplace",
"region": "US"
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
success | boolean | optional | Whether the query succeeded Example: false |
tables | array | optional | Result data array, each element containing data (data rows), columns (column definitions), name (Sheet name) Example: [] |
total | integer | optional | Total result count Example: 1 |
downloadUrl | string | optional | When createDownloadUrl is true, returns the CSV file URL Example: https://example.com/image.jpg |
msg | string | optional | Additional message |
downloadNote | string | optional | Download-related note |
code | string | optional | Response code |
costTime | integer | optional | Latency (ms) Example: 1 |
costToken | integer | optional | Tokens consumed Example: 1 |
errcode | integer | optional | Upstream status code returned by the provider. |
errmsg | string | optional | Upstream status message returned by the provider. |
message | string | optional | Provider-specific message. |
type | string | optional | Provider-specific render or payload type. |
title | string | optional | Provider-specific response title. |
sourceType | string | optional | Provider-specific source platform type. |
sourceTool | string | optional | Provider-specific source tool name. |
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.
{
"success": false,
"tables": [],
"total": 1,
"downloadUrl": "https://example.com/image.jpg",
"costTime": 1,
"costToken": 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.