NPM Package Health Enricher
Pricing
$1.00 / 1,000 enriched npm packages
NPM Package Health Enricher
Enrich npm packages with downloads, license, repository, freshness, maintainers, deprecation status, and practical health flags.
Pricing
$1.00 / 1,000 enriched npm packages
Rating
0.0
(0)
Developer
Navpreet Singh
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Evaluate npm packages before adding them to a project or AI toolchain.
What It Does
This Apify Actor enriches npm package names or npm search results with practical package-health signals:
- latest version;
- license;
- repository;
- maintainers;
- last publish date;
- last-month download count;
- deprecation status;
- TypeScript type declaration signal;
- health score and caution flags.
This is not a security scanner. It is a fast triage dataset for package selection and supply-chain review.
Buyer
developers, AI-agent teams, security reviewers
Input
Exact package names and/or npm search terms.
{"packages": ["react", "typescript", "@apify/actor"],"searchTerms": ["mcp server"],"maxSearchResults": 10,"includeDownloads": true,"limit": 100}
Output
One dataset row per package.
Key fields:
namelatestVersionlicenserepositoryUrllastPublishAtmonthlyDownloadsmaintainersCountdeprecatedhealthScorehealthGradepositiveSignalscautionFlags
Pricing Hypothesis
$2-$5 per 1,000 enriched packages after free trial/testing
Kill Criteria
No runs or saves after 30 days, or no clear usage after three listing-title iterations.
Run Locally
pnpm installpnpm testpnpm start
Smoke Test
$pnpm smoke