# AnyAPI Twitter Following

> AnyAPI Twitter Following 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).

Retrieves the list of accounts that a given Twitter/X user is following

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.following
- 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-following-8587451d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pDFtJnKCqOT2xAPVxp7uk

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-following-8587451d -d '<json body>'
```

Example prompt: Can you pull the full list of accounts that @naval is following on Twitter right now?

## When to prefer this

Use this endpoint when you need to retrieve the following list of a Twitter/X user without a Twitter Developer account or API subscription. Ideal for one-off lookups, competitive research, influencer mapping, or social graph analysis where you want pay-per-request pricing rather than a monthly subscription. Prefer this over Twitter's official API when you need quick access without OAuth setup.

## Known failure modes

- User not found or account suspended — returns error with user not found message
- Private/protected account — following list may be inaccessible
- Rate limiting or anti-scraping measures triggered — request failure or empty result
- Invalid username format — validation error
- Twitter platform changes breaking scraper — unexpected empty or malformed response

## 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 array of Twitter/X accounts that the specified user follows, likely including usernames, display names, profile URLs, bios, and follower counts for each followed account.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-twitter-following-8587451d/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)
