# OpenWeb Ninja — Walmart Product Offers API

> OpenWeb Ninja — Walmart Product Offers 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 offer listings for a given Walmart product, including pricing, seller, and availability data.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-walmart-data/product-offers
- 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-offers-api-275ccca1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_13a8cBEV-kQeYs4naP5Wh

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-offers-api-275ccca1
```

Example prompt: Can you pull the current product offers on Walmart for item ID 123456789 — I want to see all the sellers, their prices, and shipping options right now?

## When to prefer this

Use this endpoint when you need real-time Walmart product offer data without setting up an account or API key — ideal for one-off price checks, competitive monitoring, or agent-driven shopping workflows. Prefer this over building a custom scraper when you need low-friction, pay-per-call access to live Walmart marketplace data at $0.003 per call.

## Known failure modes

- Invalid or missing product ID returns an error or empty results
- Product not found on Walmart returns empty offer list
- Walmart anti-scraping measures may cause intermittent failures or stale data
- Payment failure over x402 prevents request from being fulfilled
- Rate limiting if called too frequently in short succession

## 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 offer data including a list of sellers, their offer prices, conditions, shipping options, availability status, and potentially the buy box winner for the queried product.

## 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-offers-api-275ccca1/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)
