Build a Metacritic Web Scraper using NodeJS and Puppeteer

Michelle Wiginton
Level Up Coding
Published in
10 min readJun 27, 2022

--

Introduction

This article will be an interactive tutorial where we will be building a web scraper using NodeJS and Puppeteer. This tool will scrape key information about video games within The Legend of Zelda franchise. We will write all of the information we have collected to a single CSV file so by the end of this exercise, we will have generated one…

--

--