NPM Scraper avatar
NPM Scraper

Pricing

$10.00/month + usage

Go to Store
NPM Scraper

NPM Scraper

Developed by

epctex

epctex

Maintained by Community

One of the most crucial JavaScript communities is at your fingertips. Extract all the package information right away from NPM. Title, maintainers, readme, downloads per version, dependent libraries, and many other information can be retrieved directly! No limits! Get JSON, Excel, XML, and more!

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

10

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

You can access the NPM Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< "https://www.npmjs.com/package/lodash",
< "https://www.npmjs.com/~ljharb",
< "https://www.npmjs.com/search?q=keywords:front-end&page=0&ranking=optimal",
< "https://www.npmjs.com/search?q=keywords:modules",
< "https://www.npmjs.com/search?q=axios"
< ],
< "maxItems": 20,
< "endPage": 1,
< "customMapFunction": "(object) => { return {...object} }",
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify call epctex/npm-scraper --silent --output-dataset

NPM Scraper API through CLI

The Apify CLI is the official tool that allows you to use NPM Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: