# KiteEndpoints.ai X Search API

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

Searches X (formerly Twitter) for posts, users, or content matching a given query, returning structured results

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/x-search
- Price: $0.08/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-x-search-api-d54ee6be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UYEHjFRrsHOEW_j9bOMgk

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-x-search-api-d54ee6be -d '<json body>'
```

Example prompt: Search X for recent posts about 'Bitcoin ETF approval' and show me what people are saying.

## When to prefer this

Use this endpoint when you need to search X (Twitter) for posts, discussions, or social signals around a keyword, hashtag, or topic, and you want pay-per-request billing in USDC without managing an X API developer account directly.

## Known failure modes

- Invalid or empty search query returns error or empty result set
- X API rate limits exceeded causing failed response
- Query too broad returns low-quality or truncated results
- Payment failure (insufficient USDC) returns 402 error
- X platform downtime causes upstream failure

## 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 structured JSON containing X search results matching the query, including post content, metadata, and associated user information wrapped in a result object.

## Request schema (JSON Schema)

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

## 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-x-search-api-d54ee6be/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)
