# Blockbuster.ai Amazon Realtime Product Search

> Blockbuster.ai Amazon Realtime Product Search is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches real-time Amazon product data including listings, prices, and details based on a search query

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/amazon-realtime
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-amazon-realtime-product-search-64e248e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mGcx5mjaKNZZN4HDjFKNY

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 blockbuster-ai-amazon-realtime-product-search-64e248e7 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need real-time Amazon product data — current prices, live availability, or up-to-date listings — rather than cached or delayed data from a product database. Prefer it over generic web search when the user specifically wants Amazon results with structured product metadata.

## Known failure modes

- Empty or vague query returns no results or irrelevant listings
- Amazon rate limiting or blocking causes request failure
- Query for a very niche product may return sparse results
- Payment failure via x402 micropayment prevents API access
- Amazon page structure changes may break scraping and return malformed data

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a success boolean and a data object containing real-time Amazon product listings matching the query, likely including product names, prices, ratings, ASIN identifiers, availability status, and possibly image URLs or seller info.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-amazon-realtime-product-search-64e248e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
