# GitHub Trending AI Repos Scraper

**Use case:** 

Find trending GitHub AI and machine learning repositories with stars, growth, topics, languages, licenses, and last updates.

## Input

```json
{
  "language": "",
  "since": "weekly",
  "spokenLanguageCode": "en",
  "aiOnly": true,
  "filterTopics": [
    "llm",
    "machine-learning",
    "pytorch"
  ],
  "includeReadme": false,
  "maxRepos": 25
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "fullName": {
    "label": "Repository",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "starsToday": {
    "label": "Stars Today",
    "format": "number"
  },
  "starsGrowthPercent": {
    "label": "Growth %",
    "format": "number"
  },
  "topics": {
    "label": "Topics",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "text"
  }
}
```

## About this Actor

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