GitHub Trending Repos Scraper
Pricing
Pay per usage
Go to Apify Store
GitHub Trending Repos Scraper
Scrapes trending repositories from GitHub Trending page. Returns repo name, description, language, stars, forks, and daily/weekly/monthly star count.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Fred Deichler
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share
Scrapes GitHub Trending — repo name, description, language, stars, forks, and star growth.
Input
language(optional): Filter by language (e.g.python,typescript). Empty = all.since(optional):daily,weekly, ormonthly. Defaultdaily.
Output
Each dataset row:
{"repo": "owner/repo","description": "A fast web framework","language": "Python","stars": 12345,"forks": 678,"stars_today": 89,"since": "daily","scraped_at": "2026-07-03T20:00:00+00:00"}