puppeteer-fetch

JSON →
library 0.3.1 ·javascript
verified Jun 7, 2026

puppeteer-fetch is a Node.js library that wraps Puppeteer to provide a fetch-like API for HTTP requests, mimicking the node-fetch interface but using Puppeteer as the underlying driver. This enables scraping of JavaScript-rendered pages and bypassing WAF protections. Current stable version is 0.3.1, released occasionally with minimal updates. It ships TypeScript types and requires Node >=14.15. Key differentiators: it combines the simplicity of fetch with Puppeteer's ability to handle dynamic content and anti-bot measures.