# Blockbuster.ai Twitter Search

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

Searches Twitter/X for tweets, users, or content matching a given query string

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter135-search
- Price: $0.07/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-search-ef44ae87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LdcJvehyCWa_ryNzAGu7U

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-search-ef44ae87 -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets mentioning 'OpenAI GPT-5' so I can see what people are saying about it right now.

## When to prefer this

Use this endpoint when you need to search Twitter/X for tweets, discussions, or social signals around a keyword, hashtag, or topic via a simple micropayment-based API without managing your own Twitter API credentials.

## Known failure modes

- Empty or missing query string returns error
- Query returns no results for obscure or misspelled terms
- Rate limits or API quota exceeded on Twitter backend
- Payment failure via x402 micropayment protocol
- Ambiguous query returns irrelevant results
- Twitter API downtime causes service unavailability

## 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 tweet search results matching the query, likely including tweet text, metadata, and user information.

## 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-search-ef44ae87/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)
