GitHub Repo Dependency Intelligence avatar

GitHub Repo Dependency Intelligence

Pricing

Pay per usage

Go to Apify Store
GitHub Repo Dependency Intelligence

GitHub Repo Dependency Intelligence

Analyze GitHub repositories, package manifests, dependencies, and repository health signals using the GitHub REST API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

太郎 山田

太郎 山田

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Analyze public GitHub repositories, package manifests, dependencies, and repository health signals using the GitHub REST API.

What It Does

  • Fetch repository metadata from GitHub
  • Inspect common manifest files such as package.json, requirements.txt, pyproject.toml, and go.mod
  • Emit dependency rows with package manager, dependency group, name, and version
  • Emit manifest file rows and repository summary rows
  • Support optional GitHub token for higher API limits

Input

{
"repositories": ["facebook/react", "nodejs/node"],
"manifestPaths": [],
"includeDevDependencies": true,
"includeRepositorySummary": true,
"maxDependenciesPerRepo": 250,
"delivery": "dataset",
"dryRun": false
}

manifestPaths can be left empty to use common defaults.

Output Rows

  • repository_summary
  • manifest_file
  • dependency

Webhook delivery sends the full payload and does not also push dataset rows.

Local Run

npm install
npm test
node src/index.js

Notes

This actor uses public GitHub APIs. Without a token, GitHub rate limits are lower. Add githubToken for larger batches.