GitHub Trending Scraper - Hot Repos & Developers (No Key) avatar

GitHub Trending Scraper - Hot Repos & Developers (No Key)

Pricing

$0.50 / 1,000 results

Go to Apify Store
GitHub Trending Scraper - Hot Repos & Developers (No Key)

GitHub Trending Scraper - Hot Repos & Developers (No Key)

$0.5/1K πŸ”₯ Fast GitHub Trending scraper! Hottest repos & developers by language and day/week/month β€” stars, forks & language. No key. JSON, CSV, Excel or API in seconds. Pull the trending lists for dev intel & OSS sourcing ⚑

Pricing

$0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

GitHub Trending Scraper πŸ”₯

Scrape the hottest repositories and developers on GitHub Trending β€” by language and time range. No API key. No token. No rate-limit headaches.

Track what the developer world is starring right now. This actor turns the GitHub Trending page into clean, structured JSON: repositories with total stars, forks, language and stars gained in the period, plus trending developers with their most popular repo. Filter by any programming language and by daily / weekly / monthly windows.

Fast, datacenter-proxy friendly (works without proxies too), and priced to undercut everyone else.


πŸ’‘ Why use this actor?

  • No API key β€” parses public HTML, so there's nothing to configure and no GitHub token to burn.
  • Trend velocity β€” get stars_period (stars gained today/this week/this month), the single most important signal that the GitHub API does not expose.
  • Language filters β€” track python, rust, typescript, go, or all languages at once.
  • Two modes β€” trending repositories and trending developers.
  • Cheap β€” see pricing below. Built to be the lowest-cost option on the Store.

🎯 Use cases

Use caseHow this helps
Developer trend trackingWatch which repos and tools are exploding in popularity day by day.
VC / OSS sourcingDiscover fast-growing open-source projects and their creators before they hit the mainstream.
Tech radarFeed a weekly digest of trending repos-by-language into your internal newsletter or dashboard.
Competitor intelMonitor when competitors' repos or maintainers start trending.
Content & marketingAuto-generate "Top trending repos this week" roundups.

πŸš€ Input

FieldTypeDescription
modeselectrepositories (default) or developers.
languagesarrayLanguages to fetch. Use "" for all languages. Prefill: ["", "python", "javascript"].
sinceselectTime range: daily (default), weekly, or monthly.
maxItemsintegerMax items in total (default 100, max 1000).

Example input

{
"mode": "repositories",
"languages": ["", "python", "rust"],
"since": "daily",
"maxItems": 100
}

πŸ“€ Output

Repository item

{
"type": "repository",
"full_name": "tirth8205/code-review-graph",
"owner": "tirth8205",
"name": "code-review-graph",
"url": "https://github.com/tirth8205/code-review-graph",
"description": "Local-first code intelligence graph for MCP and CLI.",
"language": "Python",
"stars": 20947,
"forks": 2161,
"stars_period": 551,
"since": "daily",
"rank": 1,
"scraped_at": "2026-07-19T10:00:00+00:00"
}

Developer item

{
"type": "developer",
"username": "assafelovic",
"name": "Assaf Elovic",
"url": "https://github.com/assafelovic",
"popular_repo": "gpt-researcher",
"popular_repo_desc": "An autonomous agent that conducts deep research.",
"since": "daily",
"rank": 1,
"scraped_at": "2026-07-19T10:00:00+00:00"
}

πŸ’° Pricing

This actor is intentionally cheap β€” roughly $0.50 per 1,000 items on top of the platform usage it consumes. GitHub Trending is lightweight to scrape (one HTML request per language), so runs are fast and inexpensive. Built to undercut every other GitHub-trending option on the Store.


βš”οΈ Comparison

This actorGitHub REST/GraphQL APIGeneric HTML scrapers
API key required❌ Noβœ… Yes (token)❌ No
stars_period (trend velocity)βœ… Yes❌ No⚠️ Rarely
Developer trending modeβœ… Yes❌ No⚠️ Rarely
Language + time-range filtersβœ… Yes⚠️ Complex queries⚠️ Varies
CostπŸ’š CheapRate-limitedVaries


🏷️ Keywords

github trending Β· github scraper Β· trending repositories Β· trending developers Β· open source intelligence Β· dev intel Β· vc sourcing Β· tech radar Β· star growth Β· no api key


Not affiliated with GitHub. Scrapes only publicly available data from the GitHub Trending page. Use responsibly and in accordance with GitHub's Terms of Service.