# KiteEndpoints.ai - Twitter User Info

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

Fetches public profile information for a Twitter/X user by username or user ID

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/twitter-user-info
- Price: $0.11/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-info-7ad95f3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tO2eJzxknAub1fvUz4REc

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-info-7ad95f3d -d '<json body>'
```

Example prompt: Can you pull up the Twitter profile info for @elonmusk — I want to see their follower count, bio, and when the account was created?

## When to prefer this

Use this endpoint when you need to quickly retrieve public Twitter/X user profile metadata — such as follower counts, bios, or account age — without setting up direct Twitter API credentials. Ideal for agents performing influencer research, social media enrichment, or account verification workflows that need pay-per-use access with no monthly subscription.

## Known failure modes

- User not found — invalid or suspended username returns an error result
- Rate limiting by the underlying Twitter API causes temporary failures
- Payment failure if USDC balance is insufficient before the request is processed
- Malformed input (missing username/ID field) returns a validation error
- Private 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 public Twitter/X user profile data such as display name, handle, bio, follower and following counts, tweet count, profile image, verification 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-info-7ad95f3d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
