# KiteEndpoints.ai Twitter User Lookup (twitter-api47-user)

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

Fetches Twitter/X user profile data by querying the twitter-api47-user endpoint on the KiteEndpoints.ai mega API hub, paid per request via USDC on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-api47-user
- Price: $0.1/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-twitter-api47-user-1d7b78f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-8_Vu4o9vmkbpV0fT3My8

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-twitter-api47-user-1d7b78f2 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically retrieve public Twitter/X user profile metadata (bio, follower counts, verification status) and want to pay per request in USDC on Base chain without managing a Twitter developer account or API credentials. Prefer it over direct Twitter API access when you lack API keys or need a quick pay-per-use solution.

## Known failure modes

- User not found — returns empty result or 404-like error if username does not exist
- Rate limiting — underlying Twitter API quota exceeded, returns error response
- Invalid input — missing or malformed username/user ID causes request failure
- Payment failure — insufficient USDC balance on Base chain causes 402 error
- Suspended account — Twitter account suspended, profile data unavailable

## 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 user profile data such as display name, username/handle, bio, follower count, following count, tweet count, profile image URL, verified status, and account creation date.

## 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-twitter-api47-user-1d7b78f2/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)
