# GitLab Python Projects — Top Starred

**Use case:** 

Get the most-starred Python projects on GitLab. Descriptions, stars, forks, and activity dates.

## Input

```json
{
  "sort": "stars",
  "language": "python",
  "max_results": 25,
  "min_stars": 0,
  "search": ""
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "full_path": {
    "label": "Full Path",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "open_issues_count": {
    "label": "Open Issues",
    "format": "number"
  },
  "last_activity_at": {
    "label": "Last Activity",
    "format": "date"
  },
  "created_at": {
    "label": "Created",
    "format": "date"
  },
  "visibility": {
    "label": "Visibility",
    "format": "text"
  },
  "readme_url": {
    "label": "README",
    "format": "link"
  }
}
```

## About this Actor

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