# AnyAPI Twitter Followers

> AnyAPI Twitter Followers is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Fetches the list of followers for a given Twitter/X account via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.followers
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-twitter-followers-e5077a98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bRbrkw33x83UdJaQ_SxaC

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 anyapi-twitter-followers-e5077a98 -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 programmatic, pay-per-request access to Twitter/X follower data without managing a Twitter API subscription or developer account. Ideal for one-off lookups, agent workflows, or when you want to avoid monthly subscription costs. Prefer this over the official Twitter API if you want simplicity and per-call billing via crypto.

## Known failure modes

- Invalid or non-existent Twitter username returns an error or empty result
- Private/protected accounts may not expose follower data
- Rate limiting or scraping blocks from Twitter/X may cause failures
- Missing required input parameter causes a 400-level error
- Insufficient USDC balance for the $0.03 per-call charge

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing the followers of the specified Twitter/X account, including follower profiles, usernames, display names, and associated user metadata such as follower counts and bio information.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-twitter-followers-e5077a98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
