# Blockbuster.ai Twitter154 Search

> Blockbuster.ai Twitter154 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 and content matching a given query via the Twitter154 data provider

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/twitter154-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-twitter154-search-48fa3936
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AUd_NyILcazCP3cTeBnXp

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-twitter154-search-48fa3936 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to search Twitter/X for public tweets matching keywords, hashtags, or phrases without direct Twitter API credentials. Prefer this over building your own Twitter integration when you want pay-per-use access via x402 micropayments at $0.07 per call.

## Known failure modes

- Invalid or empty query string returns error
- Twitter rate limiting or API quota exceeded causes failure
- No results found for obscure or misspelled query
- Payment failure via x402 micropayment on Base chain blocks access
- Twitter154 upstream API downtime causes 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 data object containing tweets and related metadata matching the search query, including tweet text, user info, engagement counts, and timestamps, plus a success boolean indicating whether the query executed correctly.

## 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-twitter154-search-48fa3936/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)
