# Twitter Surf - User Followers

> Twitter Surf - User Followers is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Retrieves the list of followers for a given Twitter/X user via the twitter.surf proxy

## Facts

- Endpoint: POST https://twitter.surf.cascade.fyi/users/:ref/followers
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-surf-cascade-fyi-66bc39fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3IHO25p8JkK5ASYOce7E8

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-surf-cascade-fyi-66bc39fe -d '<json body>'
```

Example prompt: Can you pull the list of followers for the Twitter user @elonmusk — start from the beginning and give me the first page of results?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the followers of a specific Twitter/X user and your workflow supports micropayment via the x402 protocol. Prefer this over direct Twitter API access when you want a simple pay-per-call model without managing OAuth tokens or rate limit quotas directly. Best suited for social graph analysis, influencer research, or auditing follower bases.

## Known failure modes

- Invalid or non-existent user ref returns 404 or empty result
- Rate limiting by the underlying Twitter API may cause 429 errors
- Invalid pagination cursor may result in an error or restart from beginning
- Payment failure via x402 protocol blocks the request
- Private or suspended accounts may return restricted or empty follower lists

## How this service works

User followers

## Output

Returns a paginated list of Twitter/X user accounts that follow the specified user, including profile data for each follower and a cursor for fetching subsequent pages.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {
   "ref": "elonmusk"
  },
  "queryParams": {
   "cursor": ""
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-surf-cascade-fyi-66bc39fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twitter.surf.cascade.fyi](https://www.zero.xyz/host/twitter.surf.cascade.fyi/llms.txt)
