You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: