# 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.06/call, status unknown (last checked 2026-09-15).

Searches Twitter/X for tweets matching a query string and returns the results

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter-search-only
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-twitter-search-6bd46884
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cu9bPIdYcptw9i6ypAaaC

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-6bd46884 -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets about 'OpenAI GPT-5' and show me what people are saying.

## When to prefer this

Use this endpoint when you need to retrieve Twitter/X search results programmatically via a micropayment-based API without managing your own Twitter API credentials. Best for agents that need one-off or low-frequency Twitter searches at $0.06 USDC per call on Base chain.

## Known failure modes

- Invalid or empty query string returns an error
- Twitter API rate limits exceeded causing request failure
- No tweets found for very niche or misspelled queries
- Payment failure via x402 micropayment on Base chain
- Twitter/X API downtime or service disruption

## 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 flag and a data object containing Twitter search results matching the query, including tweet content, metadata, and engagement 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-6bd46884/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)
