# KiteEndpoints.ai - X/Twitter User Lookup

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

Fetches public profile data for a Twitter/X user by username or ID

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/x-twitter-user
- Price: $0.11/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-twitter-user-lookup-21ab9327
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QDbsbDIS0LWxeHz9L8aRa

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-twitter-user-lookup-21ab9327 -d '<json body>'
```

Example prompt: Look up the Twitter/X profile for the user @elonmusk — I want their follower count, bio, and account creation date.

## When to prefer this

Use this endpoint when you need quick, pay-per-request access to Twitter/X user profile metadata without managing your own Twitter API credentials or subscription. Ideal for agents performing one-off lookups, influencer research, or enriching a dataset with social profile data on an as-needed basis. Prefer over direct Twitter API integration when you want to avoid OAuth setup complexity and prefer USDC micropayments.

## Known failure modes

- User not found — username or ID does not exist or has been suspended
- Rate limit exceeded — Twitter/X upstream API quota hit
- Invalid input — malformed or empty username/ID provided
- Account suspended or deactivated — profile no longer publicly accessible
- Payment failure — insufficient USDC balance for the $0.11 per-call fee

## 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 the Twitter/X user's public profile data, which may include display name, username (handle), bio/description, follower count, following count, tweet count, account creation date, profile image URL, and verification status.

## 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-twitter-user-lookup-21ab9327/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
