Nexscope

Walmart Marketplace Intelligence

Walmart Search MCP Tool

Search and browse Walmart product listings by keyword, category, price range, and other conditions.

MCP tool name
nexscope_walmart_search
Legacy MCP endpoint
/api/skill-api/v1/mcp
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "walmart-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_walmart_search",
    "arguments": {
      "spelling": true,
      "keyword": "phone case",
      "page": 1
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/walmart-search

Arguments

NameTypeRequiredMeaning
keywordstringoptional
Search keyword, max length 1024 characters. *At least one of keyword and categoryId must be provided
Example: phone case
categoryIdstringoptional
Category ID. *At least one of keyword and categoryId must be provided. 0 means all departments. For example: 976759_976787 means "Cookies"
Example: 976759_976787
sortstringoptional
Sort method. Options: price_low (price low to high), price_high (price high to low), best_seller (best seller), best_match (best match)
Example: {}
pageintegeroptional
Page number for pagination, default 1, max 100
Example: 1
minPricenumberoptional
Minimum price
Example: 1
maxPricenumberoptional
Maximum price
Example: 1
spellingbooleanoptional
Enable spelling correction, default true. true includes spelling correction, false excludes it
Example: false
softSortbooleanoptional
Sort by relevance, default true. Set to false to disable relevance sorting
Example: false
storeIdstringoptional
Store ID, used to filter products by a specific store
Example: example-id
devicestringoptional
Device type, default desktop. Options: desktop, tablet, mobile
Example: {}
facetstringoptional
Filter conditions, format as key:value pairs separated by \
Example: {}
nextDayEnabledbooleanoptional
Only show NextDay delivery results, default false. true to enable, false to disable
Example: false
jsonRestrictorstringoptional
JSON field restrictor
Example: {}

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.totalintegeroptional
Record count
Example: 1
data.productsarrayoptional
Product list (see product object below)
Example: []
data.columnsarrayoptional
Rendered columns
Example: []
data.typestringoptional
Render style
Example: null
data.costTokenintegeroptional
Token cost
Example: 1
data.products[].productIdstringoptional
Product ID
Example: example-id
data.products[].usItemIdstringoptional
US item ID
Example: example-id
data.products[].titlestringoptional
Title
Example: null
data.products[].descriptionstringoptional
Description
Example: null
data.products[].pricenumberoptional
Price
Example: 1
data.products[].wasPricenumberoptional
Original price (was_price)
Example: 1
data.products[].currencystringoptional
Currency unit
Example: null
data.products[].minPricenumberoptional
Minimum price
Example: 1
data.products[].pricePerUnitAmountstringoptional
Price per unit amount
Example: null
data.products[].pricePerUnitstringoptional
Price per unit
Example: null
data.products[].ratingnumberoptional
Rating
Example: 1
data.products[].reviewsintegeroptional
Review count
Example: 1
data.products[].sellerNamestringoptional
Seller name
Example: null
data.products[].sellerIdstringoptional
Seller ID
Example: example-id
data.products[].imageUrlstringoptional
Thumbnail
Example: https://example.com/image.jpg
data.products[].productPageUrlstringoptional
Product page URL
Example: https://example.com/image.jpg
data.products[].sponsoredbooleanoptional
Whether a sponsored product
Example: false
data.products[].outOfStockbooleanoptional
Whether out of stock
Example: false
data.products[].freeShippingbooleanoptional
Whether free shipping
Example: false
data.products[].twoDayShippingbooleanoptional
Whether two-day shipping supported
Example: false
data.products[].freeShippingWithWalmartPlusbooleanoptional
Free shipping for Walmart Plus members
Example: false
data.products[].shippingPricenumberoptional
Shipping cost
Example: 1
data.products[].multipleOptionsAvailablebooleanoptional
Whether multiple options available
Example: false
data.products[].variantSwatchesarrayoptional
Variant swatch list (each item contains name variant name, imageUrl variant image URL, productPageUrl variant product page URL, variantFieldId variant field ID)
Example: []
data.products[].sourceToolstringoptional
Source tool
Example: null
data.products[].sourceTypestringoptional
Source type: walmart
Example: null
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.costTimeintegeroptional
Execution time reported by the upstream provider.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "spelling": true,
  "keyword": "phone case",
  "page": 1
}

Example structuredContent

{
  "data": {
    "total": 1,
    "products": [
      {
        "productId": "example-id",
        "usItemId": "example-id",
        "price": 1,
        "wasPrice": 1,
        "minPrice": 1,
        "rating": 1,
        "reviews": 1,
        "sellerId": "example-id",
        "imageUrl": "https://example.com/image.jpg",
        "productPageUrl": "https://example.com/image.jpg",
        "sponsored": false,
        "outOfStock": false,
        "freeShipping": false,
        "twoDayShipping": false,
        "freeShippingWithWalmartPlus": false,
        "shippingPrice": 1,
        "multipleOptionsAvailable": false,
        "variantSwatches": []
      }
    ],
    "columns": [],
    "costToken": 1
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}