NPM Package Health Enricher avatar

NPM Package Health Enricher

Pricing

$1.00 / 1,000 enriched npm packages

Go to Apify Store
NPM Package Health Enricher

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

Navpreet Singh

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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:

  • name
  • latestVersion
  • license
  • repositoryUrl
  • lastPublishAt
  • monthlyDownloads
  • maintainersCount
  • deprecated
  • healthScore
  • healthGrade
  • positiveSignals
  • cautionFlags

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 install
pnpm test
pnpm start

Smoke Test

$pnpm smoke