instagram-scraper
instagram-scraper copied to clipboard
get all followers
Hi! Great project. I'm trying to get all followers for my user, I'm using the node module.
const res = await instaTouch.followers('instagram', options) res contains the first 100 followers, count and has_more attributes. How can I continue scraping and get the other followers?
Hey! Did you figured it out how to solve that?