# PrimeAPI Twitter Thread Search

> PrimeAPI Twitter Thread Search is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.056619/call, status unknown (last checked 2026-09-14).

Searches Twitter/X for threads matching a query, returning thread content and metadata

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/twitter/thread
- Price: $0.056619/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-twitter-thread-search-2bc611e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ErtsufHKt6Yg85xuNBGuc

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 primeapi-twitter-thread-search-2bc611e8 -d '<json body>'
```

Example prompt: Search Twitter for threads about the latest AI model releases and show me what people are saying.

## When to prefer this

Use this endpoint when you need to search and retrieve Twitter/X thread content by topic or keyword without managing Twitter API keys. Prefer this over direct Twitter API access when operating in a pay-per-call model on Base with USDC, or when you need quick social media sentiment and discussion discovery on demand.

## Known failure modes

- Invalid or empty query returns error response
- Twitter API rate limiting causes temporary failures
- No threads found for obscure or very recent queries
- Payment failure (402) if USDC balance is insufficient
- Network timeout if Twitter data fetch is slow

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns Twitter/X thread data matching the search query, likely including tweet text, author information, thread structure, engagement metrics, and timestamps for threads relevant to the input query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/primeapi-twitter-thread-search-2bc611e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
