GitHub Trending Radar avatar

GitHub Trending Radar

Pricing

from $3.00 / 1,000 trending repositories

Go to Apify Store
GitHub Trending Radar

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

Vivek Gaur

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

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

FieldTypeDefaultDescription
languagesstring[]allProgramming languages to filter by
sincestringdailydaily, weekly, or monthly
maxReposinteger25Max repos per language
storeSnapshotbooleantrueSave 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)

EventPrice
actor-start$0.01
trend-item$0.01 per trending repo