# KiteEndpoints.ai - Twitter User Followers Lookup

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

Retrieves the followers list for a given Twitter/X user account

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-user-followers
- Price: $0.08/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-followers-lookup-678307fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pHlREh_v7xnBfY3JT3ErW

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-followers-lookup-678307fc -d '<json body>'
```

Example prompt: Can you pull the followers list for the Twitter account @elonmusk so I can see who's following them?

## When to prefer this

Use this endpoint when you need to programmatically retrieve follower data for a Twitter/X user without managing your own Twitter API credentials, and you are comfortable paying $0.08 USDC per call via Base chain. Prefer this over direct Twitter API access when you want a simple pay-per-use model with no OAuth setup.

## Known failure modes

- Invalid or non-existent Twitter username returns error or empty result
- Private/protected Twitter accounts may not return followers
- Rate limiting from underlying Twitter API causing timeout or error
- Insufficient USDC balance or payment failure blocking the request
- Malformed input object causing API rejection

## 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 structured result object containing follower data for the specified Twitter/X user, likely including follower accounts, usernames, profile details, and/or follower count, wrapped in a result.data field.

## 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-followers-lookup-678307fc/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)
