I am trying to scrape a website using nodeJs. I am fairly new to web scraping and I am more experienced in javascript. The problem I had is that websites that use dynamic contents likeiframes
and ajax
calls need to be opened in a browser like environment to load the dynamic content.
how do I proceed to be able to load the dynamic content and get the data it provides using Javascript ?