GitLab Projects Scraper β Repos, Stars, Forks & Activity
Pricing
from $0.35 / 1,000 results
GitLab Projects Scraper β Repos, Stars, Forks & Activity
$0.35/1K π₯ Fast GitLab scraper! Public projects β stars, forks, topics, description & activity by search or path. JSON, CSV, Excel or API in seconds. Enter a query or path & pull thousands of repos for dev & market intel β‘
Pricing
from $0.35 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
GitLab Projects Scraper π¦
Scrape GitLab projects at scale β stars, forks, topics, visibility, activity dates and full metadata β with no API key for public repos. Search GitLab by keyword or pull exact repositories by group/path or numeric id, and export clean structured data to JSON, CSV, Excel, or the Apify API.
Built for developers, data teams, DevRel, recruiters and market researchers who need GitLab repository intelligence without wrestling the REST API, pagination, or URL-encoding.
β¨ What it does
- π Search mode β search all public GitLab projects for a keyword and get results sorted by star count (descending).
- π― Projects mode β fetch full detail for specific repos by
group/path(e.g.gitlab-org/gitlab) or numeric id. Namespace paths are URL-encoded for you. - β Rich fields β stars, forks, topics, description, visibility, last activity & creation timestamps, web URL.
- π« No API key required for public projects. Runs fine on datacenter proxies.
- π¦ Clean output β one row per project, ready for JSON / CSV / Excel / Google Sheets.
π₯ Input
| Field | Type | Description |
|---|---|---|
mode | select | search (query, sorted by stars) or projects (ids or group/path). |
query | string | Keyword for search mode. Prefilled with kubernetes. |
projects | array | Repo refs for projects mode, e.g. ["gitlab-org/gitlab","fdroid/fdroidclient"]. |
maxItems | integer | Cap on returned projects (1β1000, default 100). |
Example input
{"mode": "search","query": "kubernetes","maxItems": 100}
{"mode": "projects","projects": ["gitlab-org/gitlab", "fdroid/fdroidclient"],"maxItems": 100}
π€ Output
Each dataset item:
{"id": 278964,"name": "GitLab","full_name": "GitLab.org / GitLab","path": "gitlab-org/gitlab","description": "GitLab is an open source end-to-end software development platform.","web_url": "https://gitlab.com/gitlab-org/gitlab","stars": 6064,"forks": 12215,"topics": ["devops", "ci-cd", "git"],"visibility": "public","last_activity_at": "2026-07-01T10:00:00.000Z","created_at": "2011-01-01T00:00:00.000Z","url": "https://gitlab.com/gitlab-org/gitlab","scraped_at": "2026-07-03T01:00:00Z"}
π‘ Use cases
- Competitive & market research β track the most-starred projects in a topic (kubernetes, terraform, rustβ¦).
- Developer lead generation β find active open-source projects and the teams behind them.
- DevRel & community β monitor forks, stars, and activity on your ecosystem's repos.
- Data science β build datasets of open-source activity across GitLab.
- Due diligence β snapshot a project's popularity and maintenance signals.
π° Pricing
Pay-as-you-go, roughly ~$1 per 1,000 projects scraped (input + output). GitLab's public API is free, so your cost is essentially Apify compute + a small per-result margin. A 100-project run costs pennies. See the live pricing on the actor page.
βοΈ How it works
The actor calls the GitLab REST API v4 (https://gitlab.com/api/v4). Requests use curl_cffi with Chrome browser impersonation (great on datacenter IPs) and fall back to the standard library automatically. Search paginates by star count; detail lookups URL-encode group/path refs. Runs are async and batched (β€50) for speed, and fail loudly if zero projects come back.
π Comparison
| This actor | Manual API scripts | Generic web scrapers | |
|---|---|---|---|
| No API key (public) | β | β | β οΈ |
| Sorted-by-stars search | β | β οΈ manual | β |
group/path encoding | β auto | β οΈ manual | β |
| Clean structured export | β | β | β οΈ |
| Pagination handled | β | β | β οΈ |
π Related actors
π Support
Questions, bugs, or a field you want added? Open an issue on the actor page or contact us through Apify β we usually reply within a day.
π Keywords
gitlab scraper, gitlab api, gitlab projects, scrape gitlab, gitlab stars, gitlab forks, gitlab topics, repository scraper, open source data, devops data, git repositories, gitlab search, gitlab metadata, project popularity, gitlab crawler