How To Do Web Scraping Weather Data Using Puppeteer
Puppeteer uses the Chromium browser behind the scenes to actually render HTML and Javascript and so is very useful if getting the content that is loaded by javascript/AJAX functions.
For this, you will need to install Puppeteer inside a directory where you will write the scripts to scrape the data. For example, make a directory like this...