# OpenWeb Ninja — Amazon Deals v2 (Realtime E-commerce)

> OpenWeb Ninja — Amazon Deals v2 (Realtime E-commerce) 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 deals and discount data via a pay-per-call x402 API requiring no account or API key.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/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-v2-realtime-e-commerce-43be3102
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-P6E0sC7RZZt6sIb24GHR

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-v2-realtime-e-commerce-43be3102
```

Example prompt: Can you pull the current live Amazon deals right now — I want to see what discounts and promotions are active today on Amazon?

## When to prefer this

Choose this endpoint when you need real-time Amazon deal and discount data without setting up an account or API key, and prefer a pay-per-call model using USDC micropayments. It is ideal for agents that need occasional or burst access to Amazon deals data without committing to a subscription. Prefer this over scraping or account-based APIs when speed of setup and minimal overhead matter.

## Known failure modes

- Payment failure via x402 if insufficient USDC balance or unsupported network
- Empty or sparse results if no active deals at query time
- Rate limiting or upstream Amazon data unavailability causing partial results
- Malformed filter properties causing no results returned
- Network timeout if Amazon data source is slow to respond

## 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 and discount data, including active promotions, discounted products, sale prices, and deal metadata available on Amazon at the time of the 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-v2-realtime-e-commerce-43be3102/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)
