Walmart Keyword Research 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
Walmart Marketplace Intelligence

API overview

Research Walmart keyword markets, matching products, keyword details, related terms, product keywords, and saved dictionaries safely.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run
MCP method
nexscope_walmart_keyword_research

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://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run

Run an API

Send a JSON request body using the parameters described below.

Slugwalmart-keyword-research
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/walmart-keyword-research/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "operation": "searchByName",   "name": "wireless earbuds",   "pageIndex": 1 }'
All categories/ Walmart Marketplace Intelligence
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run

Run this API

Send a JSON request to execute this API and receive the direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run
AuthBearer API key
Content-Typeapplication/json

Request body

operation: marketQuery

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: marketQuery
patternobjectoptional
Optional marketQuery filter object
pattern.keywordstringoptional
Keyword filter inside pattern
Minimum length: 1
pattern.rankConditionarrayoptional
One- or two-value rank range
Minimum items: 1
Maximum items: 2
pattern.rankCondition[]integerrequired
One- or two-value rank range
Minimum: 0
pattern.searchVolumeConditionarrayoptional
One- or two-value search-volume range
Minimum items: 1
Maximum items: 2
pattern.searchVolumeCondition[]integerrequired
One- or two-value search-volume range
Minimum: 0
pageIndexintegeroptional
Page number, starting at 1
Default: 1
Minimum: 1
pageSizeintegeroptional
Page size from 20 to 200
Default: 20
Minimum: 20
Maximum: 200

operation: searchByName

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: searchByName
namestringrequired
Keyword name required by searchByName
Minimum length: 1
pageIndexintegeroptional
Page number, starting at 1
Default: 1
Minimum: 1

operation: searchProducts

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: searchProducts
keywordstringrequired
Keyword required by searchProducts, detail, or relatedKeywords
Minimum length: 1
pageIndexintegeroptional
Page number, starting at 1
Default: 1
Minimum: 1
pageSizeintegeroptional
Page size from 20 to 200
Default: 20
Minimum: 20
Maximum: 200

operation: detail

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: detail
keywordstringrequired
Keyword required by searchProducts, detail, or relatedKeywords
Minimum length: 1

operation: productKeywords

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: productKeywords
productIdstringrequired
Product ID required by productKeywords
Minimum length: 1
pageIndexintegeroptional
Page number, starting at 1
Default: 1
Minimum: 1
pageSizeintegeroptional
Page size from 20 to 200
Default: 20
Minimum: 20
Maximum: 200

operation: relatedKeywords

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: relatedKeywords
keywordstringrequired
Keyword required by searchProducts, detail, or relatedKeywords
Minimum length: 1
pageIndexintegeroptional
Page number, starting at 1
Default: 1
Minimum: 1
pageSizeintegeroptional
Page size from 20 to 200
Default: 20
Minimum: 20
Maximum: 200

operation: favoriteList

NameTypeRequiredDescription
operationstringrequired
Walmart keyword research operation
Constant: favoriteList
commandanyrequired
Read-only favoriteList command: all, dict, or dict=<value>
pageIndexintegeroptional
Page number, starting at 1
Default: 1
Minimum: 1

One of option 1

NameTypeRequiredDescription
commandanyrequired
Read-only favoriteList command: all, dict, or dict=<value>
Allowed: all, dict

One of option 2

NameTypeRequiredDescription
commandstringrequired
Read-only favoriteList command: all, dict, or dict=<value>
Pattern: ^dict=.+$

Request example

{
  "operation": "searchByName",
  "name": "wireless earbuds",
  "pageIndex": 1
}

Response body

NameTypeRequiredDescription
operationanyrequired
Operation value used by this API operation.
valueanyrequired
Value value used by this API operation.
requestConsumedintegerrequired
Request consumed value used by this API operation.
Minimum: 0

One of option 1

NameTypeRequiredDescription
operationanyoptional
Operation value used by this API operation.
Allowed: marketQuery, searchByName, searchProducts, productKeywords, relatedKeywords, favoriteList
valuearrayoptional
Value value used by this API operation.

operation: detail

NameTypeRequiredDescription
operationstringoptional
Operation value used by this API operation.
Constant: detail
valueobjectoptional
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

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_walmart_keyword_research",
    "arguments": {
      "operation": "searchByName",
      "name": "wireless earbuds",
      "pageIndex": 1
    }
  }
}

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://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run
MCP method
nexscope_walmart_keyword_research
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/walmart-keyword-research/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "operation": "searchByName", "name": "wireless earbuds", "pageIndex": 1 }'
Response
No response yet. Run the request to see the response here.