# StableSocial GitHub Following Scraper

> StableSocial GitHub Following Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

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

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/github/user/following
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-github-following-scraper-3a8df5b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QZtfhKomLUbtsJl0j9vAU

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 stablesocial-github-following-scraper-3a8df5b5 -d '<json body>'
```

Example prompt: Pull the full list of GitHub accounts that the user 'torvalds' is following — I want to see their following list with profile details.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-request access to a GitHub user's following list without managing GitHub API tokens or rate limits. Ideal for agents building social graphs, researching developer networks, or monitoring following activity on GitHub. Prefer over direct GitHub API calls when you want a simple per-call billing model with no OAuth setup.

## Known failure modes

- Invalid or non-existent GitHub username returns an error or empty result
- Private GitHub accounts may not expose following data
- Rate limiting or GitHub blocking the scraper returns a failure response
- Payment failure via x402 protocol prevents the request from completing
- Pagination may be required for users following large numbers of accounts

## How this service works

Scrape Creators · GitHub — Following

## Output

Returns a list of GitHub user profiles that the specified user follows, typically including usernames, display names, profile URLs, avatar images, and possibly follower/following counts and bio information for each followed account.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "GitHub profile URL"
  },
  "cursor": {
   "type": "number",
   "description": "Cursor from the previous response. Defaults to 1."
  },
  "handle": {
   "type": "string",
   "description": "GitHub handle"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-github-following-scraper-3a8df5b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
