# BlackBobs.ai Real-Time Amazon Data

> BlackBobs.ai Real-Time Amazon Data is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.173801/call, status unknown (last checked 2026-09-14).

Fetches real-time product data, pricing, reviews, and listings from Amazon via a pay-per-call API

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/real-time-amazon-data
- Price: $0.173801/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-real-time-amazon-data-960885f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eabSzUIRsrhN4CMopalrF

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 blackbobs-ai-real-time-amazon-data-960885f8 -d '<json body>'
```

Example prompt: Can you pull the real-time price, rating, and availability for the Apple AirPods Pro on Amazon right now?

## When to prefer this

Choose this endpoint when you need real-time Amazon product data — pricing, reviews, availability, or listing details — without managing your own scraping infrastructure. Ideal for price comparison tools, e-commerce competitor analysis, brand review monitoring, or any agent workflow requiring up-to-date Amazon marketplace information. Pay-per-call pricing via x402 on Base chain makes it cost-effective for sporadic or high-frequency lookups without a subscription commitment.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon rate limiting or anti-scraping measures may cause transient failures
- Ambiguous keyword queries may return unexpected products
- Stale or cached data if Amazon's listing hasn't updated recently
- Payment failure on Base chain blocks the API call

## How this service works

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

## Output

Returns a result object containing real-time Amazon product data such as product title, price, availability, star rating, review count, images, and other listing metadata depending on the query type.

## 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/blackbobs-ai-real-time-amazon-data-960885f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
