# BlockRun.AI VC Fund Search

> BlockRun.AI VC Fund Search is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-14).

Search for venture capital funds by keyword query in the crypto/blockchain ecosystem

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/search/fund
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-vc-fund-search-ca1db219
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ytWGrfyYynOJmYCx-NMm1

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-vc-fund-search-ca1db219
```

Example prompt: Can you search for VC funds related to 'DeFi infrastructure' in the crypto space so I can see which firms are active investors in that area?

## When to prefer this

Use this endpoint when you need to discover or look up venture capital funds in the crypto, blockchain, or web3 space by keyword. Prefer this over general web search when you need structured fund data from the BlockRun.AI dataset specifically focused on the crypto investment ecosystem.

## Known failure modes

- Missing required 'q' query parameter returns error
- Empty or vague query returns no results
- Payment not fulfilled (x402 payment required) returns 402 status
- Network timeout on slow queries
- Fund not found for niche or obscure query terms

## 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 matching venture capital funds relevant to the search query, likely including fund names, metadata, and related investment information within the crypto/blockchain ecosystem.

## 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-vc-fund-search-ca1db219/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)
