# KiteEndpoints.ai - Twitter154 Search

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

Searches Twitter/X posts and returns matching tweet data based on a query string

## Facts

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

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

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

## When to prefer this

Use this endpoint when you need to programmatically search public Twitter/X posts by keyword, hashtag, or phrase and can pay per-request in USDC via x402 on Base chain. Prefer this over scraping or direct Twitter API access when you need a simple pay-as-you-go model without Twitter developer account setup.

## Known failure modes

- Empty results if no recent tweets match the query
- Rate limit errors if the underlying Twitter154 API quota is exceeded
- Invalid or malformed query may return an error or empty result set
- Payment failure via x402 if insufficient USDC balance on Base chain

## 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 JSON object containing tweet results matching the search query, including tweet text, author details, engagement metrics (likes, retweets), and timestamps.

## 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-bc53f172/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
