GitHub Repo Stats avatar

GitHub Repo Stats

Pricing

$0.0005 / actor start

Go to Apify Store
GitHub Repo Stats

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

Bruno Finger

Maintained by Community

Actor 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

FieldTypeRequiredDefaultDescription
reposarray[string]yesList of GitHub repos in owner/repo format.
includeLanguagesbooleannotrueFetch language breakdown (one additional API call per repo).
includeContributorsbooleannotrueFetch contributor count (one additional API call per repo).
includeRecentCommitsbooleannotrueFetch 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.