# Trending AI Agent Repositories on GitHub

**Use case:** 

Track trending AI agent and LLM repositories on GitHub. Find new AI frameworks, tools, and agent projects.

## Input

```json
{
  "language": "python",
  "since": "weekly",
  "max_results": 30
}
```

## 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.