Npm Package Downloads Api avatar

Npm Package Downloads Api

Pricing

$2.00 / 1,000 results

Go to Apify Store
Npm Package Downloads Api

Npm Package Downloads Api

Fetch npm package download counts from the public npm downloads API.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Best for

Developers, investors, and product teams watching JavaScript package adoption and ecosystem momentum.

Input

Provide npm package names and a supported period such as last-week, last-month, or last-year.

Output

Each item uses the portfolio normalized fields: source, query, recordType, title, url, and summary, plus source-specific fields.

Example input

{
"packages": [
"react",
"next",
"typescript"
],
"period": "last-week"
}

Example output

{
"source": "npm_downloads_api",
"query": "react",
"recordType": "npm_downloads",
"title": "react downloads last-week",
"url": "https://www.npmjs.com/package/react",
"summary": "react had 150000000 downloads from 2026-07-04 to 2026-07-10."
}

Notes

undefined