DEV Community

Discussion on: Practical Puppeteer: Get Instagram account profile detail

Collapse
 
apanjwani0 profile image
Aman Panjwani

I built a similar Instagram-Scrapper, worked very fine both with headless:true and false on localmachine (macos) but when deployed on platforms like heroku or glitch, instagram in not rendering the needed divs.
I tried several method, but none of them actually worked, even tried puppeteer-extra stealth plugin to bypass headless:true issues with some site.
Any clue how to solve this issue ?