Go to Hyperscrape Store

GitHub Repository Scraper

hyperscrape/github-repo-scraper

Stars, forks, languages, topics, releases and contributors for any repo.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/github-repo-scraper?repos=vercel%2Fnext.js

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Collects public metadata for GitHub repositories using the official GitHub REST API (api.github.com, unauthenticated). For each owner/repo you get:

  • stars, forks, watchers (subscribers), open issues, repo size
  • primary language plus a full language breakdown in bytes and percent
  • topics, license (SPDX id and full name), homepage, description
  • latest release with tag, name, date, asset count and total downloads
  • contributors count (exact up to 100, reported as a lower bound beyond)
  • owner login/type/avatar, fork status and parent, default branch, archived/disabled flags, created / updated / pushed dates.

Unauthenticated by default (60 requests/hour per IP); set a GITHUB_TOKEN env var server-side to raise the limit. Structured source: JSON API only.