# KiteEndpoints.ai - X.com (Twitter) Data Endpoint 2

> KiteEndpoints.ai - X.com (Twitter) Data Endpoint 2 is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Fetches data from X.com (Twitter) via a paid API proxy, returning social media content or user data for a given request

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/x-com2
- Price: $0.15/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-x-com-twitter-data-endpoint-2-203d94b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__J-A0pt-JQeyjlCunNcFU

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-x-com-twitter-data-endpoint-2-203d94b1 -d '<json body>'
```

Example prompt: Pull the latest tweets and profile info for @elonmusk from X.com so I can see his recent posts and follower count.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-request access to X.com (Twitter) data without managing your own Twitter API credentials or subscription. It is especially useful for agents making occasional or unpredictable Twitter lookups and wanting to pay per call in USDC rather than maintain a monthly API subscription.

## Known failure modes

- Invalid or nonexistent Twitter username returns empty or error result
- Rate limiting from the underlying X.com API causes delayed or failed responses
- Malformed input query results in a generic error response
- Private or suspended accounts may return no data
- Payment failure on Base chain blocks request entirely

## 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 X.com (Twitter) data such as user profile fields, tweet content, engagement metrics, or timeline entries, depending on the query submitted.

## 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-x-com-twitter-data-endpoint-2-203d94b1/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)
