GitLab Repo Stats
Pricing
$0.0005 / actor start
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
Maintained by CommunityActor 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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
repos | array[string] | yes | — | List of GitLab repos in owner/repo format. Supports self-hosted instances via full URL. |
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, defaultBranch, owner, isArchived, visibility, and optionally languages, contributorsCount, recentCommits.
Usage
{"repos": ["gitlab-org/gitlab", "gitlab-org/gitlab-runner"]}