# OpenWeb Ninja — Amazon Deals Real-Time API v2

> OpenWeb Ninja — Amazon Deals Real-Time API v2 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 Amazon deal listings and promotional offers via a pay-per-call x402 endpoint with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/deals-v2
- 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-amazon-deals-real-time-api-v2-e1dfe3ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xy28Wnhip9CTg5jgA7e7r

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-deals-real-time-api-v2-e1dfe3ed
```

Example prompt: Can you pull the current Amazon deals right now — especially anything in electronics or home goods — so I can see what's on sale today?

## When to prefer this

Choose this endpoint when you need real-time Amazon deal data without committing to a monthly API subscription or account registration. It is ideal for lightweight, infrequent deal lookups billed at $0.003 per call via x402 USDC micropayments. Prefer this over scrapers you maintain yourself or subscription-based e-commerce APIs when cost-per-call economics make more sense than flat-rate pricing.

## Known failure modes

- Empty response if Amazon changes deal page structure
- Stale or cached data if deals expire between crawl and response
- Payment failure if USDC balance insufficient for x402 micropayment
- HTTP 402 if payment not processed correctly
- Rate limiting or blocking if Amazon detects scraping patterns
- Incomplete deal metadata if product pages are region-locked

## 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 Amazon deal listings, including product names, original and discounted prices, discount percentages, deal types (e.g. lightning deal, coupon), product URLs, and category information available at time of request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "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-deals-real-time-api-v2-e1dfe3ed/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)
