Apify Github Repo Insights avatar

Apify Github Repo Insights

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Apify Github Repo Insights

Apify Github Repo Insights

Extract stars, forks, languages, releases, and community health metrics for any public GitHub repository.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

xwj168888

xwj168888

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

GitHub Repository Insights Extractor

Extract comprehensive, structured data about any public GitHub repository. Built for investors, recruiters, researchers, and developer tool builders who need programmatic access to repository analytics.

What You Get

For each repository, this actor extracts:

CategoryFields
Basic InfoFull name, description, homepage, language, license, topics
PopularityStars, forks, watchers, open issues count
ActivityCreated, updated, pushed timestamps
LanguagesFull language breakdown with byte count and percentages
ReleasesLatest release tag, name, date, download count, prerelease flag
CommunityHealth score, has README/CONTRIBUTING/LICENSE/CoC/templates
SizeRepository size in KB

Input

FieldTypeRequiredDescription
reposstring[]YesList of repos as owner/repo (e.g. facebook/react)
githubTokenstringNoGitHub PAT for 5000 req/hr rate limit

Example Input

{
"repos": ["apify/apify-sdk-python", "facebook/react", "microsoft/vscode"],
"githubToken": ""
}

Output Format

Each repository produces one dataset record with all fields. Perfect for exporting to CSV/JSON for analysis in Excel, Pandas, or BI tools.

Use Cases

  • Tech Due Diligence: Assess open-source project health before depending on it
  • Competitive Analysis: Track competitor repos — stars, releases, community engagement
  • Investor Research: Evaluate startup tech stacks and developer ecosystem
  • Recruiting: Find active projects in specific tech stacks
  • Academic Research: Study open-source trends at scale

Pricing

Pay-per-event: 1 event per repository processed.

Rate Limits

  • Without token: ~60 repos/hour
  • With token: ~5,000 repos/hour

Built with Apify SDK for Python