# KiteEndpoints.ai Twitter All-in-One Search

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

Searches Twitter/X using an all-in-one query endpoint, returning tweets and related data matching the specified search criteria

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-aio-search
- Price: $0.13/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-all-in-one-search-1481870e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EdxwI8kj31UdKsqN5PJb-

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-1481870e -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets mentioning 'Bitcoin ETF' from the past 24 hours and show me what people are saying.

## When to prefer this

Use this endpoint when you need to search Twitter/X for tweets matching keywords, hashtags, or other query criteria and want to pay per request via USDC on Base chain without managing a Twitter developer account. Prefer this over direct Twitter API access when you need a lightweight, pay-as-you-go integration.

## Known failure modes

- Invalid or missing search query returns an error or empty result
- Rate limits on the underlying Twitter API cause failures or throttling
- Twitter API authentication issues on the provider side return error responses
- Malformed request body returns a generic API error
- Query returning no results yields an empty data array
- Service downtime on kite-hub-v2.vercel.app or the underlying Twitter data source

## 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 result object containing Twitter search data including tweets, associated metadata, user information, and other relevant search response fields matching the submitted query.

## 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-1481870e/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)
