# Twitter User Followers Lookup

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

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

## Facts

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

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 twitter-user-followers-lookup-e739a6b7 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically retrieve the follower list of a Twitter/X account without managing your own Twitter API credentials or rate limits. Ideal for social media analytics, influencer research, audience profiling, and competitive analysis workflows that require pay-per-use access with crypto payments via USDC on Base chain.

## Known failure modes

- Invalid or non-existent Twitter username returns an error
- Private/protected accounts may not return follower data
- Rate limiting from the underlying Twitter API causing failures
- Insufficient USDC balance causing payment failure
- Malformed request body missing the username parameter

## 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 follower data for the specified Twitter/X user, including a list of follower accounts with associated profile metadata such as usernames, display names, and follower counts. The response is wrapped in a result object.

## 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/twitter-user-followers-lookup-e739a6b7/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)
