# StableSocial GitHub User Profile Scraper

> StableSocial GitHub User Profile 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).

Scrapes and returns public profile data for a GitHub user by username

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/github/user
- 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-user-profile-scraper-2677b1d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_chStan8sD0cgC4Qjm269b

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-user-profile-scraper-2677b1d2 -d '<json body>'
```

Example prompt: Can you pull the public GitHub profile for the user 'torvalds' — I need their bio, follower count, number of repos, and location?

## When to prefer this

Choose this endpoint when you need structured GitHub user profile data without direct GitHub API access or OAuth credentials, or when you want pay-per-request pricing without managing API keys. It is ideal for one-off lookups of developer profiles, enriching contact records with GitHub data, or building lightweight pipelines that don't warrant a full GitHub API integration.

## Known failure modes

- User not found: returns error if the GitHub username does not exist
- Rate limiting: GitHub may throttle scraping resulting in failed or delayed responses
- Private/suspended account: no data returned for accounts that are private or banned
- Invalid input: missing or malformed username causes a request error
- Temporary scraping failure: network or anti-bot measures may cause intermittent failures

## How this service works

Scrape Creators · GitHub — User

## Output

Returns structured public profile data for the specified GitHub user, including username, display name, bio, avatar URL, follower count, following count, public repository count, location, company affiliation, personal website, and account creation date.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "GitHub user URL, e.g. https://github.com/torvalds."
  },
  "handle": {
   "type": "string",
   "description": "GitHub username/handle of the user you want the details for"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-github-user-profile-scraper-2677b1d2/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)
