# KiteEndpoints.ai - Twitter154 Search

> KiteEndpoints.ai - Twitter154 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-13).

Searches Twitter/X for tweets, users, or content matching a query string via the Twitter154 API proxy

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter154-search
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter154-search-f255539d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nQ8-XumAlzSKVKOvyKWSP

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-twitter154-search-f255539d -d '<json body>'
```

Example prompt: Search Twitter for the latest tweets mentioning 'Bitcoin ETF' and show me what people are saying about it right now.

## When to prefer this

Use this endpoint when you need to search Twitter/X content without a direct Twitter API key or developer account, and when you want pay-per-request pricing via USDC rather than a subscription. Prefer this over direct Twitter API when operating in a crypto-native or agent-based payment context using Base chain.

## Known failure modes

- Invalid or missing search query returns an error or empty results
- Twitter154 upstream API rate limits or outages cause failures
- Query too broad returns truncated or incomplete results
- No matching tweets found returns an empty data array
- Payment failure (insufficient USDC balance) blocks the request with a 402 response

## 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 tweet results matching the search query, including tweet text, author info, timestamps, engagement counts (likes, retweets, replies), and associated metadata as provided by the Twitter154 data source.

## 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-twitter154-search-f255539d/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)
