https://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
operation: marketQuery
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: marketQuery |
pattern | object | optional | Optional marketQuery filter object |
pattern.keyword | string | optional | Keyword filter inside pattern Minimum length: 1 |
pattern.rankCondition | array | optional | One- or two-value rank range Minimum items: 1 Maximum items: 2 |
pattern.rankCondition[] | integer | required | One- or two-value rank range Minimum: 0 |
pattern.searchVolumeCondition | array | optional | One- or two-value search-volume range Minimum items: 1 Maximum items: 2 |
pattern.searchVolumeCondition[] | integer | required | One- or two-value search-volume range Minimum: 0 |
pageIndex | integer | optional | Page number, starting at 1 Default: 1 Minimum: 1 |
pageSize | integer | optional | Page size from 20 to 200 Default: 20 Minimum: 20 Maximum: 200 |
operation: searchByName
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: searchByName |
name | string | required | Keyword name required by searchByName Minimum length: 1 |
pageIndex | integer | optional | Page number, starting at 1 Default: 1 Minimum: 1 |
operation: searchProducts
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: searchProducts |
keyword | string | required | Keyword required by searchProducts, detail, or relatedKeywords Minimum length: 1 |
pageIndex | integer | optional | Page number, starting at 1 Default: 1 Minimum: 1 |
pageSize | integer | optional | Page size from 20 to 200 Default: 20 Minimum: 20 Maximum: 200 |
operation: detail
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: detail |
keyword | string | required | Keyword required by searchProducts, detail, or relatedKeywords Minimum length: 1 |
operation: productKeywords
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: productKeywords |
productId | string | required | Product ID required by productKeywords Minimum length: 1 |
pageIndex | integer | optional | Page number, starting at 1 Default: 1 Minimum: 1 |
pageSize | integer | optional | Page size from 20 to 200 Default: 20 Minimum: 20 Maximum: 200 |
operation: relatedKeywords
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: relatedKeywords |
keyword | string | required | Keyword required by searchProducts, detail, or relatedKeywords Minimum length: 1 |
pageIndex | integer | optional | Page number, starting at 1 Default: 1 Minimum: 1 |
pageSize | integer | optional | Page size from 20 to 200 Default: 20 Minimum: 20 Maximum: 200 |
operation: favoriteList
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | required | Walmart keyword research operation Constant: favoriteList |
command | any | required | Read-only favoriteList command: all, dict, or dict=<value> |
pageIndex | integer | optional | Page number, starting at 1 Default: 1 Minimum: 1 |
One of option 1
| Name | Type | Required | Description |
|---|---|---|---|
command | any | required | Read-only favoriteList command: all, dict, or dict=<value> Allowed: all, dict |
One of option 2
| Name | Type | Required | Description |
|---|---|---|---|
command | string | required | Read-only favoriteList command: all, dict, or dict=<value> Pattern: ^dict=.+$ |
Request example
{
"operation": "searchByName",
"name": "wireless earbuds",
"pageIndex": 1
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
operation | any | required | Operation value used by this API operation. |
value | any | required | Value value used by this API operation. |
requestConsumed | integer | required | Request consumed value used by this API operation. Minimum: 0 |
One of option 1
| Name | Type | Required | Description |
|---|---|---|---|
operation | any | optional | Operation value used by this API operation. Allowed: marketQuery, searchByName, searchProducts, productKeywords, relatedKeywords, favoriteList |
value | array | optional | Value value used by this API operation. |
operation: detail
| Name | Type | Required | Description |
|---|---|---|---|
operation | string | optional | Operation value used by this API operation. Constant: detail |
value | object | optional | Value value used by this API operation. |
Response example
Direct response payload. No extra wrapper is added.
{
"operation": "searchByName",
"requestConsumed": 1,
"value": [
{
"Keyword": "wireless earbuds",
"Rank": 1,
"SearchVolume": 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.