# KiteEndpoints.ai - Twitter User Data Lookup

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

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

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-data-user
- Price: $0.17/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-data-lookup-d66bd34c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_08-kLqhf9kaT5bRqttqcZ

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

Example prompt: Can you pull up the Twitter profile data for @elonmusk — I need their follower count, bio, and account creation date?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to Twitter/X user profile metadata without managing your own Twitter API credentials or developer account. Ideal for agents that occasionally need social profile enrichment without a persistent Twitter API subscription. Good for lead enrichment, influencer research, and social analytics pipelines that operate at low-to-moderate volume.

## Known failure modes

- User not found — if the username or ID does not exist, returns an error or empty result
- Private/suspended account — data may be unavailable for suspended or private accounts
- Rate limiting — upstream Twitter API rate limits may cause temporary failures
- Invalid input — malformed username or ID returns an error response
- Stale data — cached responses may not reflect the most recent profile changes

## 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 public Twitter/X user profile data including fields such as username, display name, bio/description, follower count, following count, tweet count, account creation date, verified 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-data-lookup-d66bd34c/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)
