# KiteEndpoints.ai - Twitter All-in-One Search

> KiteEndpoints.ai - Twitter All-in-One Search is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-16).

Searches Twitter/X for tweets, users, or content using flexible query parameters and returns matching results

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-aio-search
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-all-in-one-search-083bb4f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sDpWjm_wVBz7UswbIcGgQ

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-all-in-one-search-083bb4f7 -d '<json body>'
```

Example prompt: Search Twitter for the most recent tweets mentioning 'AI agents' and show me the top results including who posted them and their engagement numbers.

## When to prefer this

Choose this endpoint when you need to search Twitter/X for tweets or user content programmatically without managing Twitter API credentials or rate limits yourself. It is particularly useful for agents that need social listening, brand monitoring, or real-time topic discovery on X, paid per-request via USDC on Base chain — ideal for low-frequency or one-off lookups without a subscription commitment.

## Known failure modes

- Invalid or empty search query returns no results
- Twitter rate limits or API access issues result in errors
- Payment failure due to insufficient USDC balance on Base chain
- Ambiguous query returns irrelevant results
- Very recent or niche queries may return sparse results
- Service outage on the underlying Twitter data provider

## 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 object containing matching tweets or user results from Twitter/X, likely including tweet text, author handle, timestamps, engagement counts (likes, retweets, replies), and any associated metadata such as media links or hashtags.

## 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-all-in-one-search-083bb4f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
