# KiteEndpoints.ai - Twitter User Lookup (API45)

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

Fetches Twitter/X user profile data by querying the Twitter API45 backend via KiteEndpoints.ai, paid per request in USDC on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-api45-user
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-user-lookup-api45-2b437a22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V5Z7cEmtl5jUGZZ3MGRD4

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-api45-2b437a22 -d '<json body>'
```

Example prompt: Can you look up the Twitter profile for @elonmusk and tell me their follower count, bio, and when the account was created?

## When to prefer this

Use this endpoint when you need Twitter/X user profile metadata (bio, follower count, account age, verification status) without direct Twitter API access or developer credentials. It is particularly useful for agents doing social media enrichment, influencer research, or lead qualification at a low per-call cost ($0.14 USDC) via crypto micropayment on Base chain, without needing to manage Twitter OAuth tokens.

## Known failure modes

- User not found — invalid or suspended Twitter handle returns an error
- Rate limiting from upstream API45 provider causing failures
- Ambiguous or missing username input resulting in empty response
- Payment failure if USDC balance is insufficient on Base chain
- Stale or incomplete data if API45 cache is outdated

## 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 profile data, which typically includes display name, username/handle, follower count, following count, tweet count, bio/description, profile image URL, account creation date, and verified status, as provided by the Twitter API45 data source.

## 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-api45-2b437a22/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)
