Skip to main content
NPM Registry logo

Overview

Add NPM Registry to any ModuleX agent or workflow. Read-only access to the public npm registry: package info, search, popular packages, version history, dependency graphs, and download statistics.
Categories: Developer Tools & Infrastructure · Coding · Package Management · Developer Tools · Auth: API Key · Actions: 6

Authentication

API Key Authentication

Optional authentication for private npm registries. Leave empty for public npm registry access.

Required Credentials

Available Actions

Parameters

string
required
The name of the npm package to look up

Response

Parameters

string
required
Search query text
integer
Number of results to return (1-250) (Default: 10)

Response

Parameters

string
required
The name of the npm package

Response

Parameters

string
required
The name of the npm package
string
Specific version (defaults to latest)

Response

Parameters

string
required
The name of the npm package
string
Time period for download statistics (Default: last-week)

Response

Limits & Quotas

  • npm’s public registry has loose, unenforced limits — be reasonable. Two API hosts are involved: registry.npmjs.org (metadata) and api.npmjs.org (downloads).
  • period must be one of last-day, last-week, last-month, last-year (validated client-side; otherwise success=False).
  • Search size is clamped to [1, 250].

Algolia

Amazon Web Services

Apify