# StableSocial GitHub Contributions Scraper

> StableSocial GitHub Contributions 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-15).

Scrapes and returns a GitHub user's contribution data including commit history and activity statistics

## Facts

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

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-contributions-scraper-22e51de6 -d '<json body>'
```

Example prompt: Can you pull the GitHub contribution history for the user 'torvalds' — I want to see their contribution counts and activity data?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-request access to GitHub contribution data without managing GitHub API tokens or OAuth flows. Ideal for agent workflows that need developer activity signals for hiring, vetting, or benchmarking purposes. Prefer this over the GitHub REST API when you want a simple, tokenless scrape with per-call pricing.

## Known failure modes

- Invalid or non-existent GitHub username returns an error or empty result
- GitHub rate limiting or anti-scraping measures may cause request failures
- Private GitHub profiles or restricted accounts may return incomplete data
- Network timeouts if GitHub is slow to respond
- Payment failure via x402 protocol results in 402 response before data is returned

## How this service works

Scrape Creators · GitHub — Contributions

## Output

Returns structured data about a GitHub user's contributions, including contribution counts per day or time period, total contributions, repository-level contribution breakdowns, and potentially streak or calendar-style activity data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "GitHub profile URL"
  },
  "year": {
   "type": "number",
   "description": "Contribution graph year. Defaults to the current year."
  },
  "handle": {
   "type": "string",
   "description": "GitHub handle"
  }
 }
}
```

## More

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