GitHub Trending Radar
Pricing
from $3.00 / 1,000 trending repositories
Go to Apify Store
GitHub Trending Radar
Daily/weekly structured feed of trending GitHub repositories by language and topic, with star-gain deltas (not just a daily snapshot). Built for newsletter writers, VC scouts, and AI ecosystem monitors.
Pricing
from $3.00 / 1,000 trending repositories
Rating
0.0
(0)
Developer
Vivek Gaur
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
Share
Daily/weekly structured feed of trending GitHub repos by language and topic, with star-gain deltas — not just a snapshot of today's trending page.
What Makes This Different
Most trending scrapers give you a one-time snapshot. This Actor:
- Tracks deltas: stores a snapshot in Apify Key-Value Store between runs, so you see how many stars each repo gained since your last run
- Works across multiple languages in a single run
- Designed to be scheduled (run daily, get a diff every morning)
- Returns a clean, diffable JSON perfect for newsletter automation or VC monitoring tools
Input
| Field | Type | Default | Description |
|---|---|---|---|
languages | string[] | all | Programming languages to filter by |
since | string | daily | daily, weekly, or monthly |
maxRepos | integer | 25 | Max repos per language |
storeSnapshot | boolean | true | Save snapshot for next-run delta |
Output
{"rank": 1,"repo": "open-webui","owner": "open-webui","description": "User-friendly AI Interface","url": "https://github.com/open-webui/open-webui","language": "python","stars": 52000,"starsGained": 1243,"starsGainedPct": 2.45,"forks": 5800,"since": "daily","snapshotDate": "2026-07-11T17:00:00.000Z","starsLastSnapshot": 50757}
Pricing (PPE)
| Event | Price |
|---|---|
actor-start | $0.01 |
trend-item | $0.01 per trending repo |
Related Actors
- GitHub Repository Insights — deep-dive any trending repo
- GitHub Issues Monitor — watch new issues on repos you find here