# BlockRun.AI Web Search (Crypto Sources)

> BlockRun.AI Web Search (Crypto Sources) is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0075/call, status unknown (last checked 2026-09-13).

Performs a web search query scoped to cryptocurrency and blockchain sources, returning relevant results.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/search/web
- Price: $0.0075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-2e8b2a9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GnTBtj3XZ_xIO43fex265

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 blockrun-ai-2e8b2a9a
```

Example prompt: Search the web for the latest news and information about Solana's recent network upgrades — pull results from crypto sources.

## When to prefer this

Use this endpoint when you need web search results specifically filtered or optimized for cryptocurrency, blockchain, and DeFi sources, rather than a general-purpose web search. Prefer it over general search APIs when the topic is crypto-specific and you want domain-relevant results without noise from unrelated industries.

## Known failure modes

- Missing required query parameter 'q' returns a 400 error
- Empty or ambiguous query may return low-relevance results
- Payment not provided or insufficient USDC causes 402 Payment Required
- Rate limiting may occur for high-frequency requests
- Niche queries with little crypto coverage may return sparse results

## How this service works

Pay for the outcome. One endpoint for every model, tool and data source an agent needs — each call priced before it runs, at the best value per dollar. 103 models and 100 data and tool APIs.

## Output

A list of web search results from cryptocurrency and blockchain-focused sources, including titles, snippets, and URLs relevant to the query.

## Example request

```json
{
 "q": "Bitcoin price prediction 2024"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string",
   "description": "Required query param"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-2e8b2a9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
