# QuantaFlow Amazon Product SERP Search

> QuantaFlow Amazon Product SERP Search is a paid API for AI agents from quanta-roan.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Searches Amazon product listings and returns SERP (Search Engine Results Page) data for a given query via a pay-per-call x402 gateway.

## Facts

- Endpoint: POST https://quanta-roan.vercel.app/api/service/serp-amazon-product
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quantaflow-amazon-product-serp-search-a7a3b589
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y85Y1JRbmVgBgh9l-pBTY

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 quantaflow-amazon-product-serp-search-a7a3b589 -d '<json body>'
```

Example prompt: Search Amazon for 'wireless noise-cancelling headphones under $100' and give me the top product listings with their titles, prices, and ratings.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-use access to Amazon product search results without a subscription commitment, particularly in Web3/DeFi agent workflows where x402 micropayments are already supported. At $0.01 USDC per call it is cost-effective for occasional lookups. Prefer alternatives (dedicated SERP API subscriptions) for high-volume batch searches where per-call pricing becomes expensive.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 protocol handshake failure returns 402 Payment Required
- Invalid query: malformed path or query parameters return upstream error
- Rate limiting: upstream Amazon SERP provider throttles repeated identical queries
- No results: rare but possible for very niche or misspelled queries
- Upstream unavailability: QuantaFlow gateway or underlying SERP provider is down, returning 502/503

## How this service works

Every request, a quantum of value. x402 protocol-based payment endpoint for web3/DeFi tools.

## Output

Returns Amazon SERP data including product listings with titles, prices, ratings, review counts, ASINs, image URLs, and product page links for the queried search term, passed through from the upstream SERP provider after successful $0.01 USDC x402 payment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "type": "string",
   "description": "Optional JSON body forwarded to POST requests."
  },
  "path": {
   "type": "string",
   "description": "Path below the selected upstream origin."
  },
  "query": {
   "type": "object"
  },
  "method": {
   "enum": [
    "GET",
    "POST"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "The upstream response body and content type are passed through after successful payment."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quantaflow-amazon-product-serp-search-a7a3b589/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quanta-roan.vercel.app](https://www.zero.xyz/host/quanta-roan.vercel.app/llms.txt)
