# OpenWeb Ninja — Amazon Deal Products API

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

Fetches real-time Amazon deal and discounted product listings via a pay-per-call x402 micropayment endpoint

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/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-api-e5b12542
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qkL2Y62G2jZBKOgJW5OF3

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-api-e5b12542
```

Example prompt: Can you pull the current Amazon deal products right now — I want to see what's discounted or on sale today?

## When to prefer this

Choose this endpoint when you need real-time Amazon deal product data without setting up an account or API key — ideal for agents that need lightweight, pay-as-you-go access to Amazon promotional listings using USDC micropayments via x402. Prefer this over scrapers requiring registration or over Amazon's official Product Advertising API when simplicity and no-credential access matter most.

## Known failure modes

- Empty response if no deals are currently active on Amazon
- 402 Payment Required if USDC micropayment fails or wallet has insufficient funds
- Rate limiting or timeout if Amazon's deal data feed is temporarily unavailable
- Malformed or empty JSON if the scrape encounters a changed Amazon page structure
- Network errors if the x402 payment facilitator is unreachable

## 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 list of Amazon deal products currently on promotion, likely including product names, discounted prices, original prices, deal types (e.g. lightning deal, coupon), and product URLs or ASINs.

## 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-api-e5b12542/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)
