# Coockies.ai Amazon Scout

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

Searches and retrieves product data from Amazon via a pay-per-call API endpoint

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/scout-amazon
- Price: $0.076732/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-amazon-scout-bf6ca9e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iC9EjsIbneZfy56W7WQHq

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-amazon-scout-bf6ca9e3 -d '<json body>'
```

Example prompt: Can you scout Amazon for the best-priced wireless noise-cancelling headphones and give me the top listings with prices and ratings?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Amazon product listings, pricing, or availability data without scraping Amazon directly. Prefer this over manual search when building price comparison tools, product research workflows, or e-commerce enrichment pipelines that require pay-per-call flexibility via x402 on Base chain.

## Known failure modes

- Query too vague returns irrelevant or no results
- Amazon rate limiting or access restrictions causing empty response
- Invalid or malformed input results in generic error
- No matching products found for niche search terms
- Response schema returns only placeholder example data due to stub implementation

## How this service works

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

## Output

Returns structured product data from Amazon including product titles, prices, ratings, availability, and listing details based on the search query provided.

## 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-amazon-scout-bf6ca9e3/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)
