# GitHub Trending Repos Scraper

**Use case:** 

Scrape today's trending GitHub repositories with stars, forks and enriched API metadata. Track daily rising open-source projects.

## Input

```json
{
  "maxItems": 5,
  "since": "daily"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "owner": {
    "label": "Owner",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "languageColor": {
    "label": "Language Color",
    "format": "text"
  },
  "totalStars": {
    "label": "Total Stars",
    "format": "number"
  },
  "totalForks": {
    "label": "Total Forks",
    "format": "number"
  },
  "starsThisPeriod": {
    "label": "Stars This Period",
    "format": "number"
  },
  "period": {
    "label": "Period",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "githubId": {
    "label": "Github Id",
    "format": "number"
  }
}
```

## About this Actor

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