# KiteEndpoints.ai - Twitter/X Search API

> KiteEndpoints.ai - Twitter/X Search API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Searches Twitter/X for tweets, accounts, or content matching a given query, returning structured results

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter135-search
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-x-search-api-95ab67b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YZPctXs9vKEwoSCvhlG8D

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 kiteendpoints-ai-twitter-x-search-api-95ab67b5 -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets mentioning 'OpenAI GPT-5' from the past 24 hours — I want to see what people are saying about it.

## When to prefer this

Use this endpoint when you need programmatic Twitter/X search results without managing direct Twitter API credentials, and you are already using x402/USDC micropayment infrastructure. It is part of a broad API hub, so it suits agents that access multiple data types through a single payment rail. Prefer alternatives with direct Twitter API access for higher reliability or larger volume needs.

## Known failure modes

- Invalid or empty search query returns an error result
- Rate limiting or quota exceeded on the underlying Twitter data source
- Twitter API changes or scraping blocks causing partial or empty results
- Malformed request body returns a generic API error
- Payment failure via x402/USDC results in 402 response before execution

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured result object containing matching tweets, associated metadata such as engagement counts, user info, and timestamps, sourced via the KiteEndpoints.ai Twitter search proxy.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-twitter-x-search-api-95ab67b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
