# Blockbuster.ai Twitter All-in-One Search

> Blockbuster.ai Twitter All-in-One Search is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Search Twitter/X content using a query string, returning tweets, users, or related social data via a unified endpoint.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter-aio-search
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-twitter-all-in-one-search-d2ad9e20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Suf972wa3dXC6LrClVG9z

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 blockbuster-ai-twitter-all-in-one-search-d2ad9e20 -d '<json body>'
```

Example prompt: Search Twitter for recent tweets about 'AI agents' and show me what people are saying — focus on the most relevant results.

## When to prefer this

Use this endpoint when you need to search Twitter/X for public posts, conversations, or users matching a keyword, hashtag, or topic — especially within an x402 micropayment workflow on Base chain where per-call billing at $0.09 USDC is acceptable.

## Known failure modes

- Empty or vague query returns no results or irrelevant data
- Twitter API rate limits or access restrictions cause failures
- Underlying Twitter data source unavailable returns error
- Malformed query string may return unexpected results
- Payment failure via x402 micropayment blocks the request

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a success boolean and a data object containing Twitter search results matching the query, which may include tweet content, user info, engagement metrics, and related metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-twitter-all-in-one-search-d2ad9e20/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
