# KiteEndpoints.ai - Twitter User Lookup

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

Fetches Twitter/X user profile data by querying the endpoint with user-related parameters

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter293-user
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-user-lookup-e5519e2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xSsMSgXyc-l2rxymMr2pm

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-e5519e2f -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

Use this endpoint when you need to retrieve public Twitter/X user profile information programmatically and want to pay per-request in USDC on Base chain without managing a Twitter API developer account. Prefer this over direct Twitter API access when you need a quick, pay-as-you-go solution without OAuth setup.

## Known failure modes

- User not found — invalid or suspended Twitter handle returns an error
- Payment failure — insufficient USDC balance on Base chain results in 402 response
- Rate limiting — too many requests in a short window may return a 429 or equivalent error
- Invalid input schema — missing or malformed user identifier returns a 400 error
- Twitter API downstream outage — upstream failure returns a 503 or error result
- Private/protected account — may return limited or no profile 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 JSON object containing Twitter/X user profile data such as username, display name, bio, follower count, following count, tweet count, and other public account metadata.

## 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-e5519e2f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
