What this actor does
Track trending repositories, developers, star velocity, language shifts, and weekly breakout signals.
GitHub Trending Scraper normalizes repository and developer trend data into compact records for open-source scouting, recruiting, and technical radar agents.
Use cases
- Open-source trend scouting
- Developer tooling research
- Recruiting and ecosystem monitoring
Output fields
The actor is designed for compact JSON records that are easy to send into dashboards, webhooks, MCP clients, vector databases, and AI pipelines.
Best first run
Start with one narrow github trending scraper query or a short URL list, keep the default max item limit, and confirm the returned repo, developer, language, stars fields before scaling volume.
Sample JSON output
Field values vary by source and input, but the record shape is kept compact so it can move cleanly into dashboards, webhooks, and AI workflows.
{
"repo": "example/project",
"developer": "example-dev",
"language": "TypeScript",
"stars": 12000,
"stars_today": 320,
"description": "Open-source repository gaining weekly momentum."
}Related search intents
FAQ
What does GitHub Trending Scraper export?
GitHub Trending Scraper exports structured fields including repo, developer, language, stars, stars_today, description.
Who is GitHub Trending Scraper best for?
GitHub Trending Scraper is best for Open-source trend scouting, Developer tooling research, Recruiting and ecosystem monitoring.
Where can I run GitHub Trending Scraper?
Run the actor on Apify at https://apify.com/harvestlab/github-trending-scraper.