GitHub Trending Scraper - Repos & Developers
Pricing
from $0.50 / 1,000 results
GitHub Trending Scraper - Repos & Developers
Scrape GitHub's trending repositories and developers daily, weekly, or monthly. Filter by programming language and spoken language. Get stars, forks, descriptions, and full metadata. Perfect for tech trend tracking, AI tool discovery, and developer recruiting.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
NIJ KANANI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
๐ฅ GitHub Trending Scraper
Pull GitHub's trending repositories and developers โ by programming language, time period, and spoken language โ directly from GitHub's official trending page. Daily, weekly, or monthly.
๐ Built for tech analysts, AI researchers, recruiters, and content creators tracking what's hot in the developer world.
โจ What you can do
- ๐ฆ Trending repos โ top GitHub repositories with stars, forks, language, descriptions
- ๐จโ๐ป Trending developers โ most followed/discussed devs of the period
- ๐ Filter by programming language โ Python, TypeScript, Rust, Go, etc.
- ๐ Time periods โ today, this week, this month
- ๐ฃ๏ธ Spoken language filter โ find Chinese, Japanese, Russian-language repos
- ๐ค JSON / CSV / Excel export
๐ Quick start
- Click Try for free
- Pick mode:
repositories,developers, orboth - Pick
since: daily / weekly / monthly - Optional: filter by programming language(s)
- Click Start
๐ฅ Input examples
Top trending Python repos this week
{"mode": "repositories","languages": ["python"],"since": "weekly"}
Both repos and devs across multiple languages
{"mode": "both","languages": ["typescript", "rust", "go"],"since": "daily"}
All trending repos worldwide today
{"mode": "repositories","languages": [],"since": "daily","maxItemsPerList": 25}
๐ค Output
Repository
{"type": "repository","rank": 1,"name": "awesome-tool","owner": "username","fullName": "username/awesome-tool","description": "Tool that does something great","language": "Python","stars": 12500,"forks": 850,"starsToday": 245,"since": "daily","url": "https://github.com/username/awesome-tool","builtBy": [{ "username": "user1", "avatar": "https://..." }],"scrapedAt": "2026-05-06T08:00:00.000Z"}
Developer
{"type": "developer","rank": 1,"username": "torvalds","fullName": "Linus Torvalds","avatar": "https://...","profileUrl": "https://github.com/torvalds","popularRepo": {"name": "linux","description": "Linux kernel source tree","url": "https://github.com/torvalds/linux"},"since": "weekly","language": null,"scrapedAt": "2026-05-06T08:00:00.000Z"}
๐ฏ Use cases
| Who | Why |
|---|---|
| ๐ค AI researchers | Discover hot ML/AI repos before they're widely known |
| ๐ฐ Tech newsletter writers | Daily content mining for "trending this week" sections |
| ๐ฏ Recruiters | Find rising stars in specific languages/communities |
| ๐ VCs & scouts | Early signal for investable open-source projects |
| ๐ข DevRel teams | Track ecosystem activity around your tech stack |
| ๐ Indie hackers | Idea mining + competitor watching |
โ๏ธ Tech notes
- Scrapes the official
https://github.com/trendingand/trending/developerspages - No login required, no API key, no rate-limit headaches
- Output is GitHub's own ranking (most-starred in the period for that language)
- Supports all GitHub-supported language slugs
โ FAQ
Why scrape the page instead of using GitHub API?
GitHub's REST API doesn't expose the curated /trending ranking. The trending pages are public and stable.
Can I run on a schedule? Yes. Use Apify Schedules for daily runs at 9 AM your time โ never miss a trend.
How fast? ~3-5 seconds per language per list.
Limit on items? GitHub's trending page shows ~25 items max. There's no pagination.