Github Trending Scraper
Pricing
Pay per usage
Go to Apify Store
Github Trending Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Sinan Donmez
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 hours ago
Last modified
Categories
Share
Scrape GitHub Trending repositories with structured output.
Features
- ๐ Daily, weekly, and monthly trending repos
- ๐ Filter by programming language
- โญ Stars, forks, and star growth data
- ๐ฅ Contributor info (built-by)
- ๐ Multi-language spoken language filter
Input
| Field | Type | Default | Description |
|---|---|---|---|
language | string | "" | Programming language filter (e.g. python, javascript) |
since | string | "daily" | Time range: daily, weekly, monthly |
spokenLanguage | string | "" | Spoken language code (e.g. en, fr) |
Output
Each item in the dataset contains:
{"owner": "torvalds","repo": "linux","full_name": "torvalds/linux","url": "https://github.com/torvalds/linux","description": "Linux kernel source tree","language": "C","total_stars": 185000,"forks": 55000,"stars_daily": 150,"built_by": ["torvalds"],"scraped_at": "2026-07-04T10:00:00+00:00"}
Use Cases
- Developer trend monitoring โ track what's hot in the dev world
- Content creation โ find trending repos to write about
- Competitive intelligence โ monitor language/framework trends
- Newsletter automation โ auto-generate weekly trending digests
How to Run
$apify run --input '{"language": "python", "since": "daily"}'