Go to Hyperscrape Store

GitHub Repository Search Scraper

hyperscrape/github-repo-search-scraper

Search GitHub repos by keyword, language and stars — full metadata for every match.

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-search-scraper?query=llm%20agent%20framework

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

Runs a repository search against the official GitHub search API (api.github.com/search/repositories) — no key required — and returns rich metadata for every matching repo.

Each item includes stars, forks, watchers, open issues, primary language, topics, license, owner (with avatar), homepage, size, template/fork/archived flags, created/updated/pushed timestamps, the relevance score, and the total match count for the query.

Inputs

  • query — anything GitHub's search syntax supports, e.g. web scraping, stars:>1000 language:rust, org:vercel topic:react.
  • language / minStars — convenience filters appended to the query.
  • sort — best match, stars, forks, or recently updated.
  • maxItems — up to 100 results (paginated at 100/request).

Source: official public JSON API. Unauthenticated search is limited to 10 requests/minute; set a GITHUB_TOKEN env var on the runner to raise it.