# Walmart Product Reviews API

> 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 paginated customer reviews for a Walmart product by product ID, with sorting and rating filters for US and Canadian storefronts.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-walmart-data/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/walmart-product-reviews-api-178c6199
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PioUJ9maNWYYQ1yOKCSex

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-product-reviews-api-178c6199
```

Example prompt: Can you pull the 10 most recent customer reviews for Walmart product ID '123456789' from the US storefront, sorted by most recent?

## When to prefer this

Use this endpoint when you need structured, paginated Walmart customer review data for a specific product ID, especially when you need filtering by star rating or sorting by relevancy, recency, or rating. Prefer this over scraping Walmart directly or using generic review aggregators when you need reliable, schema-consistent review data from Walmart's US or Canadian storefronts.

## Known failure modes

- Missing or invalid product_id returns a 400 or empty result
- Product not found on the specified domain (us/ca) returns empty reviews array
- Page number exceeds total_pages returns empty data
- Invalid sort or rating enum value causes request rejection
- Rate limits or payment failures return 402 or 429 errors

## 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 paginated list of Walmart customer reviews including review body, title, author name, star rating, date, verified purchase flag, positive/negative feedback counts, badges, and embedded media references, along with aggregate stats like total review count, average rating, and total pages.

## 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-product-reviews-api-178c6199/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)
