GitLab Repo Stats avatar

GitLab Repo Stats

Pricing

$0.0005 / actor start

Go to Apify Store
GitLab Repo Stats

GitLab Repo Stats

Fetch public stats for any GitLab repository: stars, forks, contributors, languages, recent commits, and more. Uses the official GitLab 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

3 days ago

Last modified

Categories

Share

Fetches public GitLab repository statistics via the official GitLab API: stars, forks, open issues, languages, contributors, recent commits, license, topics, and visibility.

Input

FieldTypeRequiredDefaultDescription
reposarray[string]yesList of GitLab repos in owner/repo format. Supports self-hosted instances via full URL.
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, defaultBranch, owner, isArchived, visibility, and optionally languages, contributorsCount, recentCommits.

Usage

{
"repos": ["gitlab-org/gitlab", "gitlab-org/gitlab-runner"]
}