# 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-15).

Fetches real-time product details from Walmart for a given product, including price, description, reviews, and availability.

## Facts

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

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-d1afab28
```

Example prompt: Can you pull the real-time product details from Walmart for item ID 123456789 — I need the current price, availability, and any customer ratings?

## When to prefer this

Use this endpoint when you need real-time, structured Walmart product data without managing API keys or subscriptions. Ideal for price monitoring, product research, and competitive analysis workflows where per-call micro-payments ($0.003 USDC) are preferable to monthly subscriptions. Choose this over scraping solutions when you need clean, structured JSON output directly from Walmart listings.

## Known failure modes

- Product ID or URL not found on Walmart — returns empty or error response
- Walmart page structure changed — may return incomplete fields
- Rate limiting or payment failure via x402 — returns 402 or 429 status
- Invalid input parameter format — returns 400 error
- Product temporarily unavailable on Walmart — may return null availability fields

## 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

A JSON object containing real-time Walmart product data such as product title, current price, availability/stock status, product description, images, specifications, seller information, and customer ratings/reviews count.

## 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-d1afab28/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)
