# KiteEndpoints.ai - Twitter User Lookup (API47)

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

Retrieves Twitter/X user profile data for a given user via a third-party API aggregator, paid per request with USDC on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-api47-user
- Price: $0.1/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-api47-7108a849
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wtFe2FN6exMo5cd016817

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-api47-7108a849 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need quick, pay-per-request Twitter/X user profile lookups without committing to a monthly API subscription. Ideal for agents that occasionally need social profile enrichment, influencer vetting, or CRM enrichment with Twitter data. Prefer this over direct Twitter API access when you want USDC micropayment billing and no OAuth setup overhead.

## Known failure modes

- User not found — invalid or suspended Twitter handle returns an error or empty result
- Rate limiting from the underlying Twitter API provider may cause failures during high-volume usage
- Payment failure if insufficient USDC balance on Base chain returns a 402 error
- Stale or scraped data if the underlying provider caches profiles
- Private/protected accounts 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 result object containing the Twitter/X user's profile data, which typically includes display name, username/handle, bio, follower count, following count, tweet count, profile image URL, account creation date, and verification status.

## 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-api47-7108a849/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)
