# OpenWeb Ninja — Amazon Promo Code Details

> OpenWeb Ninja — Amazon Promo Code Details 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-13).

Retrieves real-time promotional code details for Amazon products, including discount information and coupon availability.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/promo-code-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-amazon-promo-code-details-0aa26174
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VNS1IICwH-k6RqLcmSjUf

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-promo-code-details-0aa26174
```

Example prompt: Can you look up the details for the Amazon promo code SAVE20 — I want to know the discount amount, what it applies to, and whether it's still valid?

## When to prefer this

Use this endpoint when you need real-time Amazon promotional code details without requiring an Amazon account or API key. It is ideal for price comparison tools, shopping assistants, or coupon aggregator agents. At $0.003 per call with x402 micropayments, it suits pay-per-use workflows where bulk API subscriptions are not cost-effective.

## Known failure modes

- Invalid or expired promo code returns empty or error response
- Promo code not found on Amazon returns null result
- Network timeout if Amazon's underlying data source is slow
- Rate limiting if too many requests made in quick succession
- Payment failure via x402 if insufficient USDC balance

## 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 details about the specified Amazon promotional code, including the discount value or percentage, applicable products or categories, validity status, expiration date, and any terms or restrictions associated with the coupon.

## 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-promo-code-details-0aa26174/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)
