drawrowfly / instagram-scraper

Instagram Scraper. Scrape useful data/posts from instagram users, hashtag and locations pages. Comments and people who liked specific posts and soon more. No login or API keys are required
580 stars 63 forks source link

get all followers #66

Open axshani opened 2 years ago

axshani commented 2 years ago

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?

VianaSamuel commented 1 year ago

Hey! Did you figured it out how to solve that?