GitLab Repository Scraper avatar

GitLab Repository Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
GitLab Repository Scraper

GitLab Repository Scraper

Search and extract repositories from GitLab with stars, forks, languages and project details.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

19 days ago

Last modified

Share

GitLab Scraper

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

ParameterTypeDefaultDescription
searchQuerystring""Repository name or keyword to search
projectPathstring""Exact project path (e.g., "gitlab-org/gitlab")
maxResultsinteger10Maximum projects to extract (1-50)
includeReadmebooleanfalseInclude 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