Skip to content

Tag: puppeteer

Puppeteer & cycling a process through multiple users

I’m trying to scrape information from a webpage behind a login wall for two users. As it stands, I’ve managed to get the code to do what I want for the first user i.e. go to webpage, login, gather the links associated with properties in a saved list, use that list to gather more details and log th…

Puppeteer: compare return result with a text file

So I have this code, which is now scraping the web and returns the result (message and username): Since the above code is scraping a website that is dynamically changing, what I’m trying to achieve is to avoid returning duplicate messages. One of the ways I thought it could be possible done is by: creat…

empty line breaks when trying to scrape with puppeteer

I was experimenting with puppeteer on youtube and I was trying to scrape the URL src and title text from the thumbnails of the youtube main page and the scraping program works fine. The issue is when it scrapes for the title and src of the thumbnails the program starts to jump lines when logging the URL src b…