# Blockbuster.ai Amazon Axesso Product Search

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

Queries Amazon product data via the Axesso API proxy, returning product listings, prices, reviews, or search results for a given query string.

## Facts

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

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-axesso-product-search-b2c91166 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically search Amazon product data — prices, listings, or product details — without scraping Amazon directly, especially in workflows requiring pay-per-call micropayment billing via Base chain x402 rather than a subscription model.

## Known failure modes

- Empty or vague query returns no results
- Invalid or unsupported query format returns error
- Payment failure via x402 micropayment returns 402 status
- Axesso upstream API downtime causes 503 or timeout
- Rate limiting on the underlying Axesso service causes throttling errors

## 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 flag and a data object containing Amazon product search results, including product names, prices, ratings, and other listing details sourced via the Axesso API.

## 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-axesso-product-search-b2c91166/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)
