GitHub Topic Momentum Tracker avatar

GitHub Topic Momentum Tracker

Pricing

Pay per event

Go to Apify Store
GitHub Topic Momentum Tracker

GitHub Topic Momentum Tracker

Compare GitHub topics by star-growth velocity among recently created repos - spot which developer trend is accelerating fastest right now.

Pricing

Pay per event

Rating

0.0

(0)

Developer

saint person

saint person

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

โญ GitHub Topic Momentum Tracker

๐Ÿš€ See which developer trend is accelerating fastest, not just which has the most stars. Compare star-growth velocity across GitHub topics in one run.

๐Ÿ•’ Last updated: 2026-07-07 ยท ๐Ÿ“Š 9 fields per topic ยท Built on GitHub's official Search API (no key required)

๐ŸŽ Try it free: the free Apify plan returns up to 10 results per run - enough to see the output quality. Any paid Apify plan unlocks full-size runs.

Give it a list of GitHub topics and it samples recently-created repos for each, then computes average stars-per-day-since-creation - so you can tell "llm" is EXPLOSIVE (469 stars/day) while "kubernetes" is COOL (6.8 stars/day) among new entrants, instead of just comparing total repo counts.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
VCs/analysts, developer-tool marketers, tech recruiters, engineering leadsTech trend-spotting, competitive landscape scanning, developer-marketing targeting, hiring-market research

๐Ÿ“‹ What this Actor does

  • Searches GitHub's official API for repos created within a recent window (default 180 days), per topic
  • Computes each sampled repo's stars-per-day-since-creation
  • Averages that into a topic-level velocity score, labeled EXPLOSIVE / HOT / WARM / COOL
  • Surfaces the top repo and a sample list behind the number

๐Ÿ’ก Why it matters: total star count rewards old, established projects. Velocity tells you what's actually catching fire right now.


๐ŸŽฌ Full demo

๐Ÿšง Video walkthrough coming soon - the Quick Start below takes under 3 minutes end to end.


โš™๏ธ Input

InputTypeDefaultBehavior
topicsstring(prefilled)Comma-separated GitHub topics/keywords, up to 6
createdWithinDaysinteger180Only repos created within this many days (30-730)
maxResultsinteger20Repos sampled per topic (5-50)
githubTokenstring(none)Optional personal access token for a higher rate limit

Example: Compare 4 dev trends

{ "topics": "llm, rust, kubernetes, webassembly", "createdWithinDays": 180, "maxResults": 20 }

Example: Very recent entrants only

{ "topics": "ai-agents, edge-computing", "createdWithinDays": 60, "maxResults": 15 }

โš ๏ธ Good to know: works unauthenticated for normal use; supply your own GitHub token only if you're running this frequently and hit GitHub's anonymous rate limit.


๐Ÿ“Š Output

Each topic returns 9 fields. Download as CSV, Excel, JSON, or XML, or consume via the Apify API.

๐Ÿงพ Schema

FieldTypeExample
topicstringllm
reposFoundinteger54076
reposSampledinteger20
avgStarVelocitynumber469.2
momentumLevelstringEXPLOSIVE
topRepostringaffaan-m/ECC
topRepoStarsinteger226819
sampleReposarray["affaan-m/ECC", "rtk-ai/rtk"]
generatedAtstring2026-07-07T10:41:34Z

๐Ÿ“ฆ Sample record

{"topic":"llm","reposFound":54076,"reposSampled":20,"avgStarVelocity":469.2,"momentumLevel":"EXPLOSIVE","topRepo":"affaan-m/ECC","topRepoStars":226819,"sampleRepos":["affaan-m/ECC","rtk-ai/rtk"],"generatedAt":"2026-07-07T10:41:34Z"}

โœจ Why choose this Actor

Capability
๐Ÿ†Velocity, not vanity metrics. Ranks by growth rate among recent entrants, not lifetime star count.
๐Ÿ’ปMulti-topic in one run. Compare up to 6 developer trends side by side.
โšกBuilt on GitHub's official API. Free, works unauthenticated - stable and durable.
๐Ÿ”Automatic retries. Transient failures retry with backoff.
๐Ÿ’ณPay per result. No subscription. A typical 4-topic run costs about $0.03.

๐Ÿ“Š Turns 4 manual GitHub searches into 1 ranked momentum table.


๐Ÿ“ˆ How it compares to alternatives

ApproachCostCoverageRefreshSetup
โญ GitHub Topic Momentum Tracker (this Actor)$5 free credit, then pay-per-useAny topic, up to 6 per runLive per runโšก 2 min
GitHub Trending pageFreeDaily/weekly snapshot, no cross-topic comparisonDaily๐Ÿข Manual browsing
Manually searching GitHubFreeOne topic at a timeLive๐Ÿข Manual, one by one
Manual copy-pasteFreeCurrent session onlyOne-shot๐Ÿข Hours of clicking

Pick this Actor when you want a ranked, multi-topic velocity view without writing scoring logic yourself.


๐Ÿš€ How to use

  1. ๐Ÿ“ Sign up. Create a free Apify account with $5 credit (takes 2 minutes).
  2. ๐ŸŒ Open the Actor. Go to the GitHub Topic Momentum Tracker page on the Apify Store.
  3. โœ๏ธ Set your input. List your topics - or just press Start, the prefilled example works.
  4. ๐Ÿš€ Run it. Watch results stream into the Dataset tab.
  5. ๐Ÿ“ฅ Download. Grab results as CSV, Excel, JSON, or XML - or pipe them anywhere via the Apify API.

โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


๐Ÿ’ผ Business use cases

  • VCs/analysts: spot accelerating developer trends before they hit mainstream tech press.
  • Developer-tool marketers: find which ecosystem to target next based on real momentum.
  • Tech recruiters: identify hot skill areas before job postings catch up.
  • Engineering leads: justify a tech-stack bet with real adoption-velocity evidence.

๐ŸŒŸ Beyond business use cases

  • ๐ŸŽ“ Research & academia - software ecosystem and open-source adoption studies.
  • ๐ŸŽจ Personal & creative - content research for a dev newsletter or YouTube channel.
  • ๐Ÿค Non-profit & civic - track open-source tooling growth in public-interest areas.
  • ๐Ÿงช Experimentation - prototype a tech-trend dashboard on real data.

๐Ÿ”Œ Automating GitHub Topic Momentum Tracker

Node.js (apify-client on NPM):

const { ApifyClient } = require('apify-client');
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('saint_person/github-repo-momentum-tracker').call({ topics: "llm, rust, kubernetes", createdWithinDays: 180, maxResults: 20 });
const { items } = await client.dataset(run.defaultDatasetId).listItems();

Python (apify-client on PyPI):

from apify_client import ApifyClient
client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('saint_person/github-repo-momentum-tracker').call(run_input={"topics": "llm, rust, kubernetes", "createdWithinDays": 180, "maxResults": 20})
items = client.dataset(run['defaultDatasetId']).list_items().items

๐Ÿ“š Full Apify API documentation

Apify Schedules triggers this Actor on any cron interval - weekly for a standing dev-trend watch.


๐Ÿง  Use via MCP (for AI agents)

GitHub Topic Momentum Tracker is directly callable by any MCP-compatible AI agent (Claude, ChatGPT, Cursor, and others) through Apify's hosted MCP server - no custom integration code needed.

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/sse?actors=saint_person/github-repo-momentum-tracker",
"headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
}
}
}

Once connected, just ask your agent something like: "Use the GitHub Topic Momentum Tracker Actor to tell me which of these 4 tech topics is accelerating fastest."

๐Ÿ“š Apify MCP server docs


๐Ÿค– Ask an AI assistant about this Actor


โ“ Frequently Asked Questions

๐Ÿงฉ How does it work?

It queries GitHub's official Search API per topic, filtered to recently-created repos, then computes average stars-per-day since creation.

Why filter to recently-created repos?

Without it, decade-old giants with huge lifetime star counts would dominate every topic's average, hiding genuinely emerging momentum.

What counts as "EXPLOSIVE"?

An average star velocity of 200+ stars/day across the sampled repos.

Do I need a GitHub token?

No - it works unauthenticated for normal use. A token only raises the rate limit if you're running this very frequently.

โฐ Can I schedule regular runs?

Yes. Use Apify Schedules to run this Actor on any cron interval.

This Actor only collects data that is publicly accessible via GitHub's official API. No login, no bypass of access controls.

๐Ÿ’ณ Do I need a paid Apify plan?

No. The free Apify plan is enough for testing and small runs.

๐Ÿ” What happens if a run fails?

Transient errors retry automatically with backoff. If a run still fails, the log explains exactly why.

๐Ÿ†˜ What if I need help?

Open an issue on this Actor's Issues tab.


๐Ÿ”Œ Integrate with any app


Pairs well with HN Topic Momentum Tracker for comparing developer buzz against open-source adoption.

๐Ÿ’ก Pro tip: browse the complete saint_person collection for more tools like this.


๐Ÿ†˜ Help & custom requests

  • ๐Ÿ› Something not working? Open an issue on this Actor's Issues tab.
  • ๐Ÿ› ๏ธ Need a custom feature or a different data source? Open an issue describing what you need.

โš ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by GitHub, Inc. All trademarks are the property of their respective owners. Only publicly available data is collected.