# Walmart Real-Time Product Search API

> Walmart Real-Time Product Search API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Search Walmart's product catalog in real-time with filters for price, rating, store, and sort order

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-walmart-data/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/walmart-real-time-product-search-api-b2d678e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hS3w8Vb7rEpBFNH7tCXEJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability walmart-real-time-product-search-api-b2d678e3
```

Example prompt: Search Walmart for 'wireless noise-cancelling headphones' in the US, sorted by top rated, with a max price of $150 — show me the first page of results.

## When to prefer this

Use this endpoint when you need real-time Walmart product search results including live pricing, availability, and seller data. Prefer this over static datasets when freshness matters — e.g. price comparison, stock checking, or shopping automation. Best suited for US and Canadian Walmart markets. Supports filtering by price range, ZIP code, store, and sort order for targeted shopping queries.

## Known failure modes

- Missing required 'query' parameter returns a validation error
- Invalid domain value (not 'us' or 'ca') causes a schema error
- Invalid sort_by enum value causes a schema error
- No results found for niche or misspelled query returns empty products array
- Walmart rate-limiting or anti-bot detection may cause upstream failures
- Payment failure or insufficient USDC balance results in 402 error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns an array of matching Walmart products including title, brand, price, list price, rating, review count, availability, shipping/pickup options, sponsored status, best-seller flag, product URL, image thumbnail, seller info, and offer details for the first page of search results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/walmart-real-time-product-search-api-b2d678e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
