# BlackBobs.ai Real-Time Product Search

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

Searches for products in real time, returning current listings, prices, and availability across e-commerce sources

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/real-time-product-search
- Price: $0.199374/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-product-search-b1845a36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TpTSJFq7BweAs8-CyW5VA

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

Example prompt: Can you search for real-time listings and current prices for wireless noise-cancelling headphones right now?

## When to prefer this

Choose this endpoint when you need live, real-time product search results with current pricing and availability — particularly useful for price monitoring, shopping agents, or e-commerce intelligence tasks where freshness matters more than historical data.

## Known failure modes

- Query returns no results if product name is too ambiguous or niche
- Empty result set if no live listings are found at time of call
- API may return stale or partial data if upstream sources are temporarily unavailable
- Malformed or overly broad queries may result in irrelevant product results

## 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 product data including listings, pricing, and availability details sourced live at query time.

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