# StableSocial GitHub Repository Data

> StableSocial GitHub Repository Data 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).

Fetches structured metadata and details for a GitHub repository given its URL, with pay-per-request access and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/github/repository
- 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-repository-data-1335ccfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ep3Bb0hbsq2bHQmJzkWKe

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-repository-data-1335ccfc -d '<json body>'
```

Example prompt: Can you pull the repository details for https://github.com/vercel/next.js — I want the description, star count, main language, and topics?

## When to prefer this

Choose this endpoint when you need GitHub repository metadata without setting up GitHub API credentials or OAuth, want pay-per-request pricing with no subscription, or need to enrich data pipelines with repo details on an ad-hoc basis. It is especially useful for agents automating one-off lookups of public GitHub repos.

## Known failure modes

- Invalid or malformed GitHub URL returns an error
- Private or non-existent repository may return no data or an error
- Rate limiting or GitHub access restrictions may cause failures
- Payment not processed correctly may result in 402 response
- Temporary GitHub downtime may cause scrape failures

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured metadata about the specified GitHub repository, including fields such as repository name, description, star count, fork count, primary programming language, license, topics/tags, contributor information, and other repo-level details scraped directly from GitHub.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "GitHub repository URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-github-repository-data-1335ccfc/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)
