# GitHub Trending Python AI repos daily

**Use case:** 

Scrape daily GitHub Trending Python repositories with stars, rank, topics, license, API enrichment, and clean JSON output for AI research.

## Input

```json
{
  "periods": [
    "daily"
  ],
  "languages": [
    "python"
  ],
  "spokenLanguageCode": "",
  "enrichWithApi": true,
  "watchlistMode": false,
  "maxItems": 25,
  "useApifyProxy": false,
  "apifyProxyGroups": []
}
```

## Output

```json
{
  "outputSchemaVersion": {
    "label": "Output schema version"
  },
  "recordType": {
    "label": "Record type"
  },
  "recordId": {
    "label": "Record id"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "period": {
    "label": "Period"
  },
  "fullName": {
    "label": "Repo",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "language": {
    "label": "Language"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks"
  },
  "starsGainedThisPeriod": {
    "label": "+Stars",
    "format": "number"
  },
  "enrichment": {
    "label": "Enrichment"
  },
  "fieldCompletenessScore": {
    "label": "Field completeness score"
  },
  "agentMarkdown": {
    "label": "Agent markdown"
  }
}
```

## About this Actor

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