DEV Community

Discussion on: What have you built/automated with headless browsers (e.g. Puppeteer)?

Collapse
 
realabbas profile image
Ali Abbas • Edited

I scraped Javascript rendered data from my college's website. The website just has the data and it is not even responsive, still everyone is forced to use it on desktop view on mobile devices. I scraped the attendance, LMS and everything using Casper.js and Phantom.js and created RESTful APIs and developed a mobile app using React Native for Android and iOS. 🙄👍 By the way in my liesure, I find new ways to scrape contents. 🖖

Collapse
 
lostintangent profile image
Jonathan Carter • Edited

Very cool! Have you had trouble maintaining the scraping scripts (e.g. HTML layout changes)? Or does the school website change infrequently enough that scraping it is pretty reliable?

Collapse
 
realabbas profile image
Ali Abbas • Edited

They don't bring any updates. So they don't change any HTML content. Hence till now I didn't face anything of that sort...