GitLab Scraper
Pricing
Pay per usage
Go to Apify Store
GitLab Scraper
Extract GitLab project data including issues, merge requests, pipelines, contributors, and repository stats. Monitor development activity and project health.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
an hour ago
Last modified
Categories
Share
Extract repository data, projects, issues, and merge requests from GitLab.
Features
- Search for public repositories
- Get detailed project metadata
- Extract stars, forks, and activity
- Get README content and topics
- Public groups and user repositories
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| searchQuery | string | "" | Repository name or keyword to search |
| projectPath | string | "" | Exact project path (e.g., "gitlab-org/gitlab") |
| maxResults | integer | 10 | Maximum projects to extract (1-50) |
| includeReadme | boolean | false | Include README content |
Output Format
{"id": 12345,"name": "gitlab","path": "gitlab","fullPath": "gitlab-org/gitlab","description": "GitLab is an open source end-to-end software development platform.","url": "https://gitlab.com/gitlab-org/gitlab","webUrl": "https://gitlab.com/gitlab-org/gitlab","stars": 8500,"forks": 2100,"openIssues": 4500,"openMergeRequests": 850,"defaultBranch": "master","visibility": "public","lastActivityAt": "2024-01-15T10:30:00Z","createdAt": "2014-01-30T00:00:00Z","topics": ["git", "ruby", "rails", "devops"],"license": "MIT","language": "Ruby","readmeContent": "# GitLab\n\nGitLab is an open source...","namespace": "gitlab-org","namespaceType": "group","scraper": "gitlab","scrapeTime": "2026-02-15T07:00:00"}
API Used
- GitLab API:
https://gitlab.com/api/v4/projects/{id} - GitLab Search:
https://gitlab.com/api/v4/projects?search={query}
Limitations
- Rate limited to 10 requests per second for unauthenticated requests
- Private repositories require authentication
- Some metadata only available for authenticated users
Pricing
$5 per 1000 results
License
MIT