GitHub User Scraper
Profile data plus a recent-activity summary for any GitHub user or organization.
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-user-scraper?usernames=torvaldsSwap 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 the public profile of GitHub users/organizations via the official
REST API (api.github.com/users/{username}) and enriches it with a summary of
the account's most recent public activity (/users/{username}/events/public).
Each item includes name, bio, company, location, blog, Twitter/X handle, follower/following counts, public repo & gist counts, account age, and an activitySummary: total recent events, a breakdown by event type (pushes, PRs, issues, stars…), the repositories the user was recently active in, commit count, and the timestamp of the latest public action.
Inputs
usernames— GitHub logins (profile URLs also accepted).includeActivity— fetch the recent-events summary (one extra request each).
Source: official public JSON API, no key required. Unauthenticated rate limit
is 60 requests/hour; set a GITHUB_TOKEN env var on the runner to raise it.
Related scrapers
Universal Web Scraper
hyperscrape/web-scraper
Extract structured data from any page using CSS selectors.
Google Play App Scraper
hyperscrape/google-play-app-scraper
Extract app rating, installs, developer and reviews from Google Play.
Apple App Store Scraper
hyperscrape/app-store-scraper
Get iOS app details — rating, price, developer, category, size.