# KiteEndpoints.ai - Twitter User Tweets

> KiteEndpoints.ai - Twitter User Tweets is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-13).

Fetches recent tweets posted by a specified Twitter/X user account

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-user-tweets
- Price: $0.11/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-twitter-user-tweets-09fb6283
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S4fP_k7Gc1uKIM9-cte5w

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-user-tweets-09fb6283 -d '<json body>'
```

Example prompt: Can you pull the most recent tweets from the Twitter account @naval so I can see what he's been posting lately?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a Twitter/X user's public tweet history without maintaining a direct Twitter API developer account. It is useful for agents performing social monitoring, influencer research, brand tracking, or content aggregation tasks. Pay-per-request pricing at $0.11 USDC makes it suitable for sporadic or low-volume lookups without a subscription commitment.

## Known failure modes

- User account not found or handle misspelled — empty or error result
- Account is private/protected — tweets inaccessible
- Rate limiting from underlying Twitter API — temporary failure
- Invalid or missing username parameter — bad request error
- Suspended or deactivated account — no tweets returned
- Underlying Twitter API quota exceeded — service unavailable

## 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 result object containing the recent tweets from the specified Twitter/X user, likely including tweet text, timestamps, engagement metrics, and tweet IDs for each post retrieved.

## 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-user-tweets-09fb6283/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)
