# AnyAPI GitHub User Following

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

Retrieves the list of GitHub users that a specified GitHub account is following

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/github.user_following
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-github-user-following-b316461b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TIhwI6GQ7OLwxF7TfX_FK

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-github-user-following-b316461b -d '<json body>'
```

Example prompt: Can you get me the full list of GitHub users that the account 'torvalds' is following?

## When to prefer this

Use this endpoint when you need to retrieve a GitHub user's following list without managing GitHub API credentials, rate limits, or OAuth tokens. Ideal for agents that need quick, pay-per-request access to GitHub social graph data without a subscription. Prefer over direct GitHub API integration when cost predictability per call ($0.002) matters more than bulk access.

## Known failure modes

- GitHub username not found — returns error or empty result
- Rate limiting or blocking by GitHub during scrape — returns failure response
- Invalid or missing username input — returns validation error
- Private account with restricted following data — may return empty or partial list

## 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 GitHub users that the specified account follows, including profile information such as usernames, avatars, and profile URLs for each followed account.

## Response schema (JSON Schema)

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

## More

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