GitHub Repository Insights avatar

GitHub Repository Insights

Pricing

from $3.50 / 1,000 repository profiles

Go to Apify Store
GitHub Repository Insights

GitHub Repository Insights

Turn any GitHub repo URL or search query into a structured profile: stars, contributors, languages, dependencies, license, and a composite health score. Built for AI agents, VC diligence, and dev-tool comparison sites.

Pricing

from $3.50 / 1,000 repository profiles

Rating

0.0

(0)

Developer

Vivek Gaur

Vivek Gaur

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Turn any GitHub repo URL or search query into a structured profile: stars history, contributors, languages, dependency files, license, and a composite health score — no more reading READMEs manually.

The Health Score (unique differentiator)

Each repo gets a /100 health score computed from:

  • Commit recency (0–40 pts): Was the repo pushed in the last 7 days? 90 days?
  • Issue ratio (0–30 pts): Open issues relative to stars — lower is healthier
  • Contributor diversity (0–30 pts): Number of unique contributors

Input

FieldTypeDefaultDescription
repoUrlsstring[]GitHub URLs or owner/repo strings
searchQuerystringGitHub search query (used if repoUrls is empty)
maxReposinteger10Max repos to process
includeReadmebooleantrueInclude README summary
includeDependenciesbooleanfalseFetch package.json / requirements.txt
includeContributorsbooleantrueFetch top 10 contributors

Output

{
"fullName": "vercel/next.js",
"stars": 127000,
"forks": 26800,
"openIssues": 2341,
"primaryLanguage": "TypeScript",
"languages": { "TypeScript": 8942312, "JavaScript": 521430 },
"license": "MIT",
"lastCommitDate": "2026-07-11T12:00:00Z",
"contributorsCount": 10,
"topContributors": [{ "login": "timneutkens", "contributions": 3842, "url": "..." }],
"topics": ["nextjs", "react", "vercel"],
"readmeSummary": "The React Framework for the Web...",
"healthScore": 94,
"fetchedAt": "2026-07-11T17:00:00.000Z"
}

Pricing (PPE)

EventPrice
actor-start$0.01
repo-profile$0.04 per repo