# GitHub Trending Python Repos

**Use case:** 

Scrape daily GitHub trending Python repositories with rank, stars, forks, stars today, growth percent, topics, license, and updates.

## Input

```json
{
  "language": "python",
  "since": "daily",
  "spokenLanguageCode": "",
  "aiOnly": false,
  "filterTopics": [],
  "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.