# Top Starred GitLab DevOps Projects List

**Use case:** 

Retrieve a ranked list of the most starred GitLab DevOps projects. Get detailed insights on up to 500 top projects based on star count.

## Input

```json
{
  "mode": "projects",
  "query": "devops",
  "maxResults": 500,
  "orderBy": "star_count",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "namespace": {
    "label": "Namespace",
    "format": "text"
  },
  "starCount": {
    "label": "Stars",
    "format": "number"
  },
  "forksCount": {
    "label": "Forks",
    "format": "number"
  },
  "openIssuesCount": {
    "label": "Open Issues",
    "format": "number"
  },
  "visibility": {
    "label": "Visibility",
    "format": "text"
  },
  "lastActivityAt": {
    "label": "Last Activity",
    "format": "date"
  },
  "webUrl": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "topics": {
    "label": "Topics",
    "format": "text"
  },
  "defaultBranch": {
    "label": "Default Branch",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "path": {
    "label": "Path",
    "format": "text"
  },
  "projectId": {
    "label": "Project ID",
    "format": "text"
  },
  "projectPath": {
    "label": "Project Path",
    "format": "text"
  },
  "number": {
    "label": "Number",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "labels": {
    "label": "Labels",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "closedAt": {
    "label": "Closed At",
    "format": "date"
  },
  "createdAtItem": {
    "label": "Created At (Item)",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GitLab Scraper — Projects, Issues, MRs & Users](https://apify.com/logiover/gitlab-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/gitlab-scraper) to learn more, explore other use cases, and run it yourself.