# Magnum.ai Real-Time Amazon Data

> Magnum.ai Real-Time Amazon Data is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Fetches real-time product data, prices, reviews, or listings from Amazon via a pay-per-call API endpoint.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/real-time-amazon-data
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-real-time-amazon-data-01863b03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2BfWgJsZk5yesc7h5lyiK

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 magnum-ai-real-time-amazon-data-01863b03 -d '<json body>'
```

Example prompt: Can you pull the real-time Amazon listing data for a KitchenAid stand mixer — I want to see the current price, rating, and product description?

## When to prefer this

Use this endpoint when you need live Amazon product data — prices, reviews, listings — without building your own Amazon scraper or managing API credentials. Best for agents that need up-to-date e-commerce data on demand with pay-per-call economics.

## Known failure modes

- Invalid or missing query parameter returns empty or error result
- Amazon rate limiting or anti-scraping measures may cause intermittent failures
- ASIN not found returns empty result object
- Payment failure via x402 results in 402 response and no data returned
- Stale or cached data if real-time fetch is delayed

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing Amazon product data such as title, price, ratings, reviews, availability, and other listing metadata for the queried product or search term.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/magnum-ai-real-time-amazon-data-01863b03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
