# ApexAPI Twitter Thread Search

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

Searches Twitter/X threads based on a query string and returns relevant thread data

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/ai/twitter/thread
- Price: $0.056619/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-twitter-thread-search-17800e9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LQnEzGbsGEqIwFcFLnvIO

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 apexapi-twitter-thread-search-17800e9d -d '<json body>'
```

Example prompt: Search Twitter threads for 'AI agents' and show me what people are saying — I want to see the most relevant threads about that topic.

## When to prefer this

Use this endpoint when you need to search and retrieve Twitter/X thread content programmatically without managing your own Twitter API keys, paying per call in USDC on Base via x402 protocol. Prefer this over direct Twitter API access when you want no-key, pay-per-use access to thread search for AI agent workflows.

## Known failure modes

- Invalid or empty query string returns error or empty results
- Twitter API rate limiting causes 429 or failure response
- Query too broad returns low-quality or irrelevant threads
- Payment failure (insufficient USDC) blocks the request with 402
- Endpoint unavailable due to upstream Twitter API changes
- Malformed request body causes 400 bad request

## 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 a collection of Twitter/X thread objects matching the search query, likely including tweet text, author information, engagement metrics, and thread structure data.

## 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/apexapi-twitter-thread-search-17800e9d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
