GitHub Repo Dependency Intelligence
Pricing
from $3.00 / 1,000 results
Go to Apify Store
GitHub Repo Dependency Intelligence
Analyze GitHub repositories, package manifests, dependencies, and repository health signals using the GitHub REST API.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
太郎 山田
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 days ago
Last modified
Categories
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, andgo.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_summarymanifest_filedependency
Webhook delivery sends the full payload and does not also push dataset rows.
Local Run
npm installnpm testnode src/index.js
Notes
This actor uses public GitHub APIs. Without a token, GitHub rate limits are lower. Add githubToken for larger batches.