GitHub Repo Stats
Pricing
$0.0005 / actor start
GitHub Repo Stats
Fetch public stats for any GitHub repository: stars, forks, contributors, languages, recent commits, and more. Uses the official GitHub REST API — no scraping, no auth needed.
Pricing
$0.0005 / actor start
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Fetches public GitHub repository statistics via the official GitHub REST API: stars, forks, open issues, languages, contributors, recent commits, license, topics, and more.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
repos | array[string] | yes | — | List of GitHub repos in owner/repo format. |
includeLanguages | boolean | no | true | Fetch language breakdown (one additional API call per repo). |
includeContributors | boolean | no | true | Fetch contributor count (one additional API call per repo). |
includeRecentCommits | boolean | no | true | Fetch last 5 commits (one additional API call per repo). |
Output
Each dataset item contains: fullName, description, url, stars, forks, openIssues, language, topics, license, createdAt, updatedAt, pushedAt, size, defaultBranch, owner, isArchived, and optionally languages, contributorsCount, recentCommits.
Usage
{"repos": ["opencode-ai/opencode", "apify/apify-actor-python"],"includeLanguages": true,"includeContributors": true,"includeRecentCommits": true}
Rate limit: 60 requests/hour unauthenticated. Runs as the brunofin Apify user with an authenticated token.