# OpenWeb Ninja — Amazon Deal Products (Realtime)

> OpenWeb Ninja — Amazon Deal Products (Realtime) 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-14).

Returns real-time Amazon deal and discounted product listings, payable per call via x402 (USDC) with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/deal-products
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-amazon-deal-products-realtime-d6f759f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7ksihRIcYLKNxoF6OpkIO

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-amazon-deal-products-realtime-d6f759f7
```

Example prompt: Can you pull up the current Amazon deal products right now — I want to see what's discounted today so I can find something worth buying?

## When to prefer this

Use this endpoint when you need real-time Amazon deal data without setting up an account or managing API keys — ideal for agents making occasional deal lookups where pay-per-call via USDC is preferable to a subscription. Prefer this over Amazon's official Product Advertising API when you need no-registration access and are comfortable with micro-payments via x402.

## Known failure modes

- Empty result set if no deals are currently active
- Rate limiting or payment failure if USDC balance is insufficient
- Amazon anti-scraping measures causing partial or stale data
- Malformed or empty JSON response if upstream Amazon page structure changes
- Network timeout if Amazon data takes too long to fetch

## 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 response containing a list of current Amazon deal products, likely including product titles, original and discounted prices, discount percentages, deal type (e.g. lightning deal, coupon), product URLs, and potentially category or rating information.

## 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-amazon-deal-products-realtime-d6f759f7/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)
