# BlockRun Social Tweets Fetcher

> BlockRun Social Tweets Fetcher is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.0085/call, status unknown (last checked 2026-09-15).

Fetch tweet data from X (Twitter) by tweet IDs via BlockRun's pay-per-call routing layer, settled in USDC

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/surf/social/tweets
- Price: $0.0085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-social-tweets-fetcher-60b868e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J3QR24LGYe-dbA0FbEpse

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-social-tweets-fetcher-60b868e0
```

Example prompt: Can you pull the tweet content and metadata for these tweet IDs: 1234567890123456789 and 9876543210987654321?

## When to prefer this

Choose this endpoint when you need to retrieve specific tweets by ID without managing Twitter/X API credentials directly, and prefer pay-per-call USDC micropayment billing over subscription-based API access. Ideal for AI agents that need lightweight, on-demand tweet lookups billed transparently on-chain.

## Known failure modes

- Invalid or malformed tweet IDs return an error or empty result
- Deleted or suspended tweets may return no data
- Missing required 'ids' query parameter results in a 400-level error
- Payment failure or insufficient USDC balance blocks the request
- Rate limits or upstream X API outages may cause 5xx errors

## 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

Returns tweet content and metadata for the specified tweet IDs, including post text, author information, timestamps, and engagement signals, delivered via BlockRun's USDC-settled routing layer at $0.0085 per call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-social-tweets-fetcher-60b868e0/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)
