# Coockies.ai Real-Time Amazon Data

> Coockies.ai Real-Time Amazon Data is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.173801/call, status unknown (last checked 2026-09-13).

Fetches real-time product, pricing, and listing data from Amazon via a pay-per-call API on Base chain

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/real-time-amazon-data
- Price: $0.173801/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-real-time-amazon-data-dba9d9d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_25gS3J4Hg_flq1gDqUEWS

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 coockies-ai-real-time-amazon-data-dba9d9d0 -d '<json body>'
```

Example prompt: Can you pull the real-time Amazon listing data for the product with ASIN B09G9HDLQM — I need the current price, availability, and title?

## When to prefer this

Use this endpoint when you need live, up-to-date Amazon product data including current pricing, availability, and listing details — especially when building price comparison tools, shopping assistants, or e-commerce enrichment pipelines that require real-time accuracy rather than cached data.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon rate limiting or geo-restrictions may cause intermittent failures
- Malformed input object returns schema validation error
- Payment failure on Base chain blocks the request before execution
- Product delisted from Amazon returns no data

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

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

## Request schema (JSON Schema)

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

## 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/coockies-ai-real-time-amazon-data-dba9d9d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
