# KiteEndpoints.ai - Twitter User Lookup

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

Fetches profile and account data for a Twitter/X user by identifier

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter293-user
- Price: $0.2/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-lookup-bb0f25a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_95HEvP26qEk4rk1Iq0i5x

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

Example prompt: Can you pull up the Twitter profile info for the user @elonmusk — I want their bio, follower count, and account details?

## When to prefer this

Choose this endpoint when you need public Twitter/X user profile metadata — such as bios, follower counts, or account details — without building a direct Twitter API integration. It is ideal for agents doing social media research, influencer vetting, or identity enrichment tasks where per-request pay-as-you-go pricing via USDC is preferred over maintaining OAuth credentials.

## Known failure modes

- User not found — returns empty or error result if the handle/ID doesn't exist
- Rate limiting from upstream Twitter API — may return an error or stale data
- Invalid input format — if username or ID is malformed the endpoint may return an error
- Payment failure — USDC payment on Base chain not confirmed, request rejected
- Suspended or deactivated accounts may return limited or no data

## 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 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, verification status, and profile image URL.

## 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-lookup-bb0f25a8/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)
