# StableSocial GitHub Trending Developers Scraper

> StableSocial GitHub Trending Developers 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-14).

Scrapes and returns the current list of trending developers on GitHub

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/github/trending/developers
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-github-trending-developers-scraper-8d190a53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WJh-iOgDezyrBTqwb6AAe

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-trending-developers-scraper-8d190a53 -d '<json body>'
```

Example prompt: Can you pull the current list of trending developers on GitHub for this week — I want to see who's getting the most attention right now?

## When to prefer this

Use this endpoint when you need real-time data on which GitHub developers are currently trending, especially for recruiting, market research, or community monitoring purposes. Prefer this over GitHub's official API when you need the trending developers list, which is not exposed via GitHub's REST API.

## Known failure modes

- GitHub rate limiting or anti-scraping measures causing empty or partial results
- GitHub trending page layout changes breaking the scraper
- No developers returned if trending page is temporarily unavailable
- Invalid filter parameters returning an error response
- Network timeout on the scrape resulting in a failed request

## How this service works

Scrape Creators · GitHub — Trending Developers

## Output

A list of trending GitHub developers including their usernames, profile information, popular repositories, and other publicly available metadata scraped from the GitHub trending developers page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "since": {
   "enum": [
    "daily",
    "weekly",
    "monthly"
   ],
   "type": "string",
   "description": "Trending range: daily, weekly, or monthly. Defaults to daily."
  },
  "language": {
   "type": "string",
   "description": "Optional trending coding language, e.g. javascript, python, or go."
  }
 }
}
```

## More

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