# BlockRun.AI Social Post Full-Text Search

> BlockRun.AI Social Post Full-Text Search 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).

Searches the full text of social media posts (tweets) by query string and returns matching results.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/search/social/posts
- 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-565a03fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vcinaBfWYmIND4oipyPsZ

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-565a03fe
```

Example prompt: Search social media posts for 'Solana ETF approval' and show me the most relevant tweets you find.

## When to prefer this

Use this endpoint when you need real-time or recent social media post content — especially tweets — related to a specific keyword, token, person, or event in the crypto/Web3 space. Prefer this over news search when you want raw social sentiment and community chatter rather than editorial coverage.

## Known failure modes

- Missing required 'q' parameter returns an error
- Empty or too-generic query may return no results
- Rate limiting or quota exhaustion if called repeatedly
- Payment failure if USDC balance is insufficient for the $0.005 fee
- Query too long or containing unsupported characters may be rejected

## 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 social media posts (tweets) with full text and associated metadata such as author, timestamp, and engagement data, filtered by the provided query string.

## Example request

```json
{
 "q": "artificial intelligence"
}
```

## 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-565a03fe/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)
