# OpenWeb Ninja — Walmart Product Reviews API

> OpenWeb Ninja — Walmart Product Reviews 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 customer reviews for a Walmart product, payable per call via x402 (USDC, no API key required).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/walmart/product-reviews
- 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-reviews-api-0f53c11b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oPCd75EutX9GDCWgltXBW

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-reviews-api-0f53c11b
```

Example prompt: Can you pull the latest customer reviews for the Walmart product with ID 123456789 — I want to see what shoppers are saying, including star ratings and review text?

## When to prefer this

Choose this endpoint when you need real-time Walmart product review data without managing API keys or subscriptions — ideal for agents that need on-demand, pay-per-call access to Walmart customer sentiment. Prefer over manual scraping or subscription-based APIs when request volume is low or unpredictable and cost-per-call pricing ($0.003 USDC) is preferable to monthly fees.

## Known failure modes

- Invalid or non-existent Walmart product ID returns empty results or error
- Payment failure via x402 (insufficient USDC balance) blocks the request
- Walmart rate limiting or anti-scraping measures may cause intermittent failures
- Product with no reviews returns an empty reviews array
- Network timeout if Walmart's site is slow to respond

## 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 payload containing customer reviews for the specified Walmart product, including individual review text, star ratings, reviewer names, review dates, and aggregate rating data.

## 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-reviews-api-0f53c11b/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)
