# Twitter V2 Search API via KiteEndpoints

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

Searches Twitter/X posts and returns matching tweet data using the Twitter v2 API, accessible via pay-per-request USDC micropayment.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-v2-search
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-v2-search-api-via-kiteendpoints-6113cbda
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WnsQAfBxSgDRK57Vz8-cv

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 twitter-v2-search-api-via-kiteendpoints-6113cbda -d '<json body>'
```

Example prompt: Search Twitter for recent tweets mentioning 'Base blockchain' and show me what people are saying about it.

## When to prefer this

Use this endpoint when you need to search Twitter/X for recent posts matching keywords, hashtags, or phrases and want to pay per request without managing your own Twitter API credentials or subscription. Ideal for agents that need occasional Twitter search without a full Twitter developer account setup.

## Known failure modes

- Invalid or malformed search query returns error
- Twitter API rate limit exceeded returns failure
- Payment of 0.06 USDC not processed results in 402 response
- Twitter API credentials on backend expired or invalid
- Empty result set if no tweets match the query
- Network timeout if Twitter API is slow to respond

## 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 tweet data matching the search query, including tweet text, metadata, and associated user information as returned by the Twitter v2 search endpoint.

## 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/twitter-v2-search-api-via-kiteendpoints-6113cbda/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)
