VOOZH about

URL: https://apify.com/fetchcraft/github-repo-bulk-analyzer

โ‡ฑ GitHub Repo Bulk Analyzer - Stars, Languages, Activity ยท Apify


๐Ÿ‘ GitHub Repo Bulk Analyzer - Stars, Languages, Activity avatar

GitHub Repo Bulk Analyzer - Stars, Languages, Activity

Pricing

$5.00 / 1,000 repo analyzeds

Go to Apify Store

GitHub Repo Bulk Analyzer - Stars, Languages, Activity

Bulk analyze GitHub repos: stars, languages, top contributors, README signals, commit frequency, dependency stack hints, recent release activity, and license. OSS research at scale. Pay per repo, $0.005. Free preview run.

Pricing

$5.00 / 1,000 repo analyzeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Emily Ward

Emily Ward

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

GitHub Repo Bulk Analyzer

๐Ÿ‘ GitHub Repo Bulk Analyzer - Stars, Languages, Activity

Pass 500 GitHub repos in one run. Get a clean dataset of stars, forks, watchers, contributors, last commit, primary language, license, and topics for each.

What you get back per repo

FieldDescription
full_name, owner, nameRepo identifier
description, html_url, homepageIdentity fields
stars, forks, watchersEngagement metrics
open_issuesHealth indicator
language, license, topicsTech / license / tags
default_branch, size_kbRepo shape
is_archived, is_fork, is_templateStatus flags
created_at, updated_at, pushed_at, last_commit_atActivity timestamps
top_contributors (optional)Login + contribution count for top 10

Pricing

$0.02 per repo analysed. You only pay for successful fetches. 404s and rate-limit errors are not charged.

Use caseReposCost
Sample a category50$1.00
Track competitor ecosystem500$10.00
VC due-diligence sweep2,000$40.00

Why this beats writing your own script

  • GitHub API rate limits: 60 requests per hour unauthenticated, 5,000 with a token. This actor exposes both modes plus a clear warning when limits hit.
  • Bulk-ready: pass a list of 500 repos in any common format (owner/name, full URL, .git suffix tolerated).
  • Dataset-native: output streams straight into a Apify Dataset that you can export to CSV / JSON / Sheets / your warehouse.
  • Last-commit detection: GitHub's main repo endpoint returns pushed_at which is not always the last commit. We hit /commits?per_page=1 for the actual last-commit timestamp.

Pass your own GitHub token (recommended)

Without a token, GitHub limits you to 60 requests per hour. The actor stops gracefully at the limit.

With a token (no scopes needed for public repos), you get 5,000 requests per hour. Create one at https://github.com/settings/tokens, paste it into the github_token field. The field is stored as a secret, never logged.

Use cases

  • VCs: pull stars/contributor/license data for a portfolio scan or sector report.
  • Devtool marketing: track competitor velocity (last commit, open issues, contributor count) over time.
  • OSS maintainers: benchmark your repo against peers.
  • Recruiters: identify active maintainers in a tech stack.
  • Security teams: bulk-fetch license data for compliance audits.

What this actor does NOT do

  • It does not pull private repos (use a token with private-repo scope and write your own).
  • It does not deep-scan code (use code-search APIs separately).
  • It does not check vulnerability advisories (use GitHub's GHSA endpoints).

Tags

github developer-tools oss vc-research dev-tools code-search repo-stats analytics due-diligence


Made by Emily Ward, Cancel Costs.

Pairs well with

Integrations

This actor works out of the box with every Apify-supported integration:

  • API: call via Apify API or any official SDK (Python, JavaScript, PHP, .NET). Returns a clean dataset URL.
  • Schedule: set a daily, weekly, or custom cron cadence in Apify Console. Combine with notification for fresh feeds.
  • Webhooks: wire ACTOR.RUN.SUCCEEDED to Slack, Discord, Zapier, Make, n8n, Pipedream, or any HTTPS endpoint.
  • MCP: this actor is discoverable through Apify's hosted MCP server at mcp.apify.com for Claude, Cursor, Cline, Windsurf, and other MCP clients.
  • n8n / Make / Zapier: native HTTP-Request integration. Trigger the actor on schedule, pipe results to Google Sheets, Airtable, your CRM, or any database.

Try it free

Every Apify user gets $5/month in free platform credits (around 250 events at this actor's per-event price). Run preview mode first to confirm output shape before scaling.

New to Apify? Sign up here to get free credits on signup.

What's New

  • 2026-06-03: Metadata, categories, and SEO refreshed. Latest version live on Apify Store.

Last Updated

2026-06-03

You might also like

๐Ÿ™ GitHub Scraper โ€” Repos, Stars & Code Data

nexgendata/github-scraper

Extract repo data from GitHub โ€” stars, forks, contributors, languages, issues & READMEs. Build developer tools, open source analytics & technology trend trackers. Pay per repo.

GitHub Repo Stats. Stars, Forks, Languages, Contributors

seemuapps/github-repo-stats-scraper

Get stars, forks, issues, language breakdown, license, last commit, and contributor counts for any GitHub repository. Bulk-process a list of repos in one run.

GitHub Repo Scraper

artificially/github-repo-scraper

Scrape GitHub repository stats, README, languages, contributors, and releases.

๐Ÿ“Š GitHub Repo Stats โ€” Deep Analytics

nexgendata/github-repo-stats

Deep stats for any GitHub repo โ€” stars over time, contributor activity, commit cadence, issue/PR velocity, language breakdown. OSS Insight, Sourcegraph & GitHub Analytics alternative for dev intelligence and OSS due diligence. Pay per repo.

GitHub Scraper - Repos, Stars, Issues & Profiles

cryptosignals/github-scraper

Scrape GitHub repositories, profiles, and issues โ€” extract stars, forks, contributors, README, commit history, and topics. CSV/JSON output. No login.

27

GitHub Repo Scraper

devilscrapes/github-repo-scraper

Fetch full GitHub repository metadata for one or many repos in one call โ€” stars, forks, languages, topics, license, default branch, latest release, contributor count โ€” export to JSON or CSV. A GitHub repo API wrapper; optional token for higher rate limits.