# OpenWeb Ninja — Walmart Product Details API

> OpenWeb Ninja — Walmart Product Details 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-13).

Fetches real-time product details for a Walmart listing, including price, availability, ratings, and description, payable per call via x402 (USDC).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/walmart/product-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-walmart-product-details-api-75982abb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1ViQ_k8ln9WbJCNUQYnXN

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 openweb-ninja-walmart-product-details-api-75982abb
```

Example prompt: Can you pull up the full product details for Walmart item 123456789 — I need the current price, stock status, ratings, and product description right now.

## When to prefer this

Choose this endpoint when you need real-time, per-call Walmart product data without a long-term API subscription or account setup. Ideal for agents that need on-demand product lookups paid atomically via USDC on Base, Polygon, or Arbitrum. Prefer over scraping solutions when you want structured JSON output with no infrastructure overhead, and over subscription APIs when call volume is low or unpredictable.

## Known failure modes

- Invalid or non-existent Walmart product ID returns an empty or error response
- Payment failure via x402 (insufficient USDC balance or unsupported chain) results in a 402 error
- Product has been removed from Walmart and returns no data
- Rate limiting or temporary Walmart-side blocking may cause incomplete or failed responses
- Malformed request parameters result in a 400-level 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 a JSON object containing real-time Walmart product data including title, current price, availability/stock status, product description, specifications, images, ratings, review count, and seller information for the requested item.

## 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/openweb-ninja-walmart-product-details-api-75982abb/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)
