# NexusAPI Twitter Thread Search

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

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

## Facts

- Endpoint: POST https://nexus-api-peach-nine.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/nexusapi-twitter-thread-search-fd14a51d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lNrdjoAeyUQkfuEHFm-ks

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 nexusapi-twitter-thread-search-fd14a51d -d '<json body>'
```

Example prompt: Search Twitter/X threads about 'Ethereum ETF approval' and pull back the top results so I can see what people are saying about it.

## When to prefer this

Use this endpoint when you need to search and retrieve Twitter/X thread content by topic or keyword without managing your own Twitter API credentials. Ideal for social listening, trend research, or aggregating public discourse on a subject, paying per call in USDC with no API key setup.

## Known failure modes

- Invalid or empty query string returns error
- Twitter/X API rate limits exceeded causing 429 or failure
- No threads found for obscure or very niche queries
- Payment of 0.056619 USDC on Base fails, returning 402
- Upstream Twitter API outage causing service unavailability

## 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, engagement metrics, and thread structure for the relevant threads found.

## 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/nexusapi-twitter-thread-search-fd14a51d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
