# BlackBobs.ai Amazon Data API

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

Fetches Amazon product data, listings, pricing, or related e-commerce information via a pay-per-call REST endpoint

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/amazon-data
- Price: $0.133528/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-amazon-data-api-ddc975f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aNjzpFY1lFVSobKyI819C

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

Example prompt: Can you pull the Amazon product data for ASIN B08N5WRWNW and give me the current price, title, and availability?

## When to prefer this

Choose this endpoint when you need structured Amazon product data in a pay-per-call model without maintaining a scraping infrastructure or Amazon API partnership. Ideal for agents that need occasional lookups rather than high-volume batch processing, and when micropayment via USDC on Base chain is acceptable.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Payment failure via x402/USDC prevents API access
- Rate limiting or quota exhaustion returns an error
- Malformed input object causes validation failure
- Amazon data temporarily unavailable returns partial or null result

## 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 Amazon product data such as title, price, ASIN, availability, ratings, images, seller details, or other listing metadata depending on the query parameters provided.

## 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-amazon-data-api-ddc975f2/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)
