# BaseBuilder Search Real-Time Web Search

> BaseBuilder Search Real-Time Web Search is a paid API for AI agents from bb-search.vercel.app, paid per call via x402, $0.090749/call, status unknown (last checked 2026-09-16).

Performs real-time web searches and returns live results via a paid API endpoint

## Facts

- Endpoint: POST https://bb-search.vercel.app/api/real-time-web-search
- Price: $0.090749/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-search-real-time-web-search-1fc2a128
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CKEC2OlTLstuD24fW2TnF

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 basebuilder-search-real-time-web-search-1fc2a128 -d '<json body>'
```

Example prompt: Search the web right now for the latest news about SpaceX Starship launches and give me the top results with titles, URLs, and summaries.

## When to prefer this

Choose this endpoint when you need fresh, real-time web search results rather than cached or static data. Ideal for current events, breaking news, or any query where recency matters. Use over static knowledge bases when the information may have changed recently.

## Known failure modes

- Invalid or missing query parameter returns an error
- Payment not provided or insufficient USDC causes 402 rejection
- Rate limiting if too many requests are sent quickly
- Empty results if query is too obscure or malformed
- Service unavailability on the Vercel deployment causes 5xx errors

## How this service works

BaseBuilder Search API hub - 18 paid endpoints

## Output

Returns a list of real-time web search results including page titles, URLs, and text snippets matching the query, sourced live from the web at the time of the request.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-search-real-time-web-search-1fc2a128/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-search.vercel.app](https://www.zero.xyz/host/bb-search.vercel.app/llms.txt)
