# KiteEndpoints.ai Twitter API47

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

Provides access to Twitter/X platform data and actions via endpoint api/twitter-api47, billed per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/twitter-api47
- Price: $0.08/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-api47-c9f6daa5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hBhU8jFHi0vbjvGWWkiK0

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

Example prompt: Pull the latest 20 tweets from @elonmusk and show me their engagement stats — retweets, likes, and replies for each.

## When to prefer this

Use this endpoint when you need pay-per-request Twitter/X data access without managing your own Twitter API credentials or monthly subscription, especially for sporadic or low-volume queries billed in USDC on Base.

## Known failure modes

- Invalid or suspended Twitter username returns an empty or error result
- Rate limits on the underlying Twitter API may cause temporary failures
- Malformed query parameters result in a generic error response
- Private/protected accounts may return no data
- Endpoint may return stale data if the underlying provider caches responses

## 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 Twitter/X data such as tweet content, user profile fields, engagement metrics (likes, retweets, replies), timestamps, and other metadata depending on the specific query sent to the twitter-api47 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/kiteendpoints-ai-twitter-api47-c9f6daa5/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)
