# Trending Rust Repositories — Monthly

**Use case:** 

Discover trending Rust programming language repositories on GitHub. Monthly trends with star counts.

## Input

```json
{
  "language": "rust",
  "since": "monthly",
  "max_results": 25
}
```

## Output

```json
{
  "name": {
    "label": "Repository",
    "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"
  },
  "stars_today": {
    "label": "Period Stars",
    "format": "number"
  },
  "stars_period_label": {
    "label": "Period Label",
    "format": "text"
  }
}
```

## About this Actor

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