# Sna4an Amazon Data API

> Sna4an Amazon Data API is a paid API for AI agents from sna4an-misc.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-14).

Fetches Amazon product, pricing, review, and listing data via a RapidAPI-backed sub-endpoint proxy

## Facts

- Endpoint: POST https://sna4an-misc.vercel.app/api/amazon-data
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-amazon-data-api-0cb82d44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xhEdSm2vbhmjZCTijuBCT

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 sna4an-amazon-data-api-0cb82d44 -d '<json body>'
```

Example prompt: Can you pull Amazon product data for ASIN B08N5WRWNW — I need the current price, title, and customer rating using the amazon-data endpoint with the product-details sub-path.

## When to prefer this

Use this endpoint when you need to retrieve Amazon marketplace data — including product details, pricing, reviews, or listings — and want a simple POST-based proxy interface with per-call micropayment pricing via x402, without managing a direct RapidAPI subscription.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for the chosen sub-endpoint causes a failure
- Rate limiting or quota exhaustion on the underlying RapidAPI provider
- Payment failure via x402 protocol blocks the request
- Invalid ASIN or search term returns no results
- Upstream RapidAPI service downtime causes 5xx errors

## How this service works

News, AI, SEO, e-commerce, and utility APIs

## Output

Returns a JSON object containing Amazon product information such as titles, prices, ratings, reviews, and listing details depending on the RapidAPI sub-endpoint path and query parameters supplied.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-amazon-data-api-0cb82d44/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-misc.vercel.app](https://www.zero.xyz/host/sna4an-misc.vercel.app/llms.txt)
