GitHub Scraper
Pricing
from $1.00 / 1,000 github scrapers
GitHub Scraper
Search GitHub repositories and pull structured repo, user and org data via the official GitHub API. Trending, star counts, languages, topics. Pay per record.
Pricing
from $1.00 / 1,000 github scrapers
Rating
0.0
(0)
Developer
Pedro Resende
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
GitHub Scraper pulls structured data from GitHub using the official GitHub REST API — search repositories, look up repos and users/orgs, and list a user's entire repository set. Star counts, forks, languages, topics, license, activity dates, follower counts and more. Pay only per record.
What this GitHub scraper does
- Search repositories with GitHub's full qualifier syntax (
language:rust stars:>5000,topic:llm,created:>2026-01-01, …). - Look up specific repos (
owner/name) or users/orgs for full profile data. - List every repository owned by a user or organization.
- Sort by stars, forks or recent activity — perfect for trending, star-velocity and maintainer research.
API token (recommended)
GitHub allows 60 requests/hour unauthenticated. Add a GitHub personal access token in the githubToken input to lift that to 5,000 requests/hour for larger runs. The token is stored as a secret.
Input
| Field | Description |
|---|---|
repoQueries | GitHub search queries (qualifier syntax). |
repos | Specific repos to look up (owner/name). |
users | Usernames/orgs to fetch profiles for. |
userRepos | Users/orgs whose full repo list to return. |
sort / order | Sort repositories by stars/forks/updated. |
githubToken | Optional token for higher rate limits. |
Output
Repo records: fullName, owner, description, language, topics, stars, forks, watchers, openIssues, license, createdAt, updatedAt, pushedAt, url. User records: login, name, company, location, bio, followers, following, publicRepos, url.
Pricing
Pay per event: billed once per record returned. No monthly rental.