Skip to content
JS
Package

node-fetch

Implementation of the Fetch API for Node.js, built on Node's http module.

v3.3.2, 25 Jul 2023MITESM onlyTypes: BundledRuns in: Node.jsHTTP clientsPromises and async control flow
$ npm install node-fetch

Key numbers

As of 25 Sept 2026
Weekly downloads
141.9m
+109% over 12 months
Gzip bundle size
-
No Bundlephobia data
Dependencies
3
Direct, from package.json
Last release
3 years ago
v3.3.2
GitHub stars
8.9k
1.1k forks
Open issues / PRs
190 / 59
Contributors
116
Commits, last 52 weeks
0

Downloads

Last week 2026-09-15 to 2026-09-21
050m100m150m200mSept 2025Mar 2026Sept 2026High 194.2m (25 Aug 2026)Low 47.9m (23 Dec 2025)
Weekly npm downloads, one point per week, weeks starting 23 Sept 2025 to 15 Sept 2026. The y axis starts at zero.

141,855,676 downloads last week, 701,335,337 in the last month. The 12-month change of +109% compares the average of the last 4 weeks with the first 4 weeks of the series.

Releases, last 12 months
073 in total
Latest version
3.3.2, 25 Jul 20233 years ago
First published
27 Jan 2015
Last push to GitHub
12 May 2026135 days before the snapshot
Repository archived
No
Open issues
190
Open pull requests
59
Commits, last 52 weeks
0
Dependents on npm
44,851

Major versions

  1. v3 first release 3.0.0, 31 Aug 2021
  2. v2 first release 2.0.0, 3 Feb 2018
  3. v1 first release 1.0.0, 27 Jan 2015
  4. v0 first release 0.1.0, 27 Jan 2015

Recent releases

VersionPublished
2.7.023 Aug 2023
2.6.1318 Aug 2023
3.3.225 Jul 2023
2.6.1229 Jun 2023
2.6.119 May 2023
2.6.108 May 2023
3.3.111 Mar 2023
2.6.930 Jan 2023
2.6.813 Jan 2023
3.3.010 Nov 2022
3.2.1031 Jul 2022
3.2.918 Jul 2022
3.2.812 Jul 2022
3.2.711 Jul 2022
Module format
ESM onlyFrom package.json type, main and exports fields
TypeScript types
Bundled
Node.js engine range
^12.20.0 || ^14.13.1 || >=16.0.0
Runtimes
Node.jsFrom the package docs
Unpacked size (npm)
105 kB
Dependencies (3)
fetch-blobformdata-polyfilldata-uri-to-buffer
npm install node-fetch

CDN

jsDelivr: 164.8k requests in 30 days
  • jsDelivrhttps://cdn.jsdelivr.net/npm/node-fetch@3.3.2/
  • unpkghttps://unpkg.com/node-fetch@3.3.2/
  • esm.shhttps://esm.sh/node-fetch@3.3.2
PackageWeekly downloadsGzipLast releaseModuleComparison
undici132.4m-todayCommonJS-
axios85.4m-29 days agoESM + CommonJSnode-fetch vs axios
got30.4m-25 days agoESM onlynode-fetch vs got
ky5.1m-27 days ago--
request-promise-core4.3m-6 years agoCommonJS-
get-it2.1m-todayESM only-
  • v3 is ESM-only and cannot be loaded with require(). v2 remains CommonJS and still receives critical bug fixes.
  • Response bodies are Node.js Readable streams, not WHATWG ReadableStreams as the Fetch standard specifies.
  • Node.js has a built-in global fetch, powered by undici, from v18.

Related

Sources: npm registry, npm downloads API, GitHub API, jsDelivr. Data fetched 25 Sept 2026.

Indexability: Indexed.