# Walmart Product Reviews Fetcher

> Walmart Product Reviews Fetcher is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches paginated customer reviews for a Walmart product by its product ID, with filtering and sorting options.

## Facts

- Endpoint: GET https://stableninja.dev/api/walmart/product-reviews
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-9654d4f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nwg7FradGmFBrqCr8Xu4A

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 stableninja-dev-9654d4f7
```

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

## When to prefer this

Use this endpoint when you need to retrieve structured customer reviews for a specific Walmart product by its product ID, especially when you need filtering by rating or sorting by recency/relevancy. Prefer this over general search endpoints when you already have the product ID and want review-specific data.

## Known failure modes

- Invalid or nonexistent product_id returns empty results or 404
- product_id is required — omitting it causes a validation error
- limit out of range (must be 1-50) causes a schema validation error
- page below 1 causes a validation error
- Invalid sort enum value causes a bad request error
- Domain must be 'us' or 'ca' — other values fail validation
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Fetch Walmart product reviews by product ID.

## Output

Returns a paginated list of customer reviews for the specified Walmart product, including ratings, review text, reviewer information, and metadata. Supports filtering by star rating (1-5), sorting by relevancy, recency, or rating, and pagination.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-9654d4f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
