instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

download more than 40 post links

Open moeinrahimi opened this issue 4 years ago • 4 comments

hi instagram-scraper doesn't respect --count flag in order to get more than default 40 posts links

moeinrahimi avatar Sep 10 '21 16:09 moeinrahimi

same issue

ezimnitskiy avatar Dec 20 '21 09:12 ezimnitskiy

I wasn't using the CLI but had the same problem: every time I scraped data from a user, it gave me 50 posts (the max amount). If anyone else is having this issue, I got around it by setting the default options bulk property to false: image

jeannly avatar Jan 22 '23 00:01 jeannly

I wasn't using the CLI but had the same problem: every time I scraped data from a user, it gave me 50 posts (the max amount). If anyone else is having this issue, I got around it by setting the default options bulk property to false: image

Can you maybe tell how exactly to change this. I seem to not be able to find this file. Thank you!

Zabina avatar Jan 25 '23 05:01 Zabina

I wasn't using the CLI but had the same problem: every time I scraped data from a user, it gave me 50 posts (the max amount). If anyone else is having this issue, I got around it by setting the default options bulk property to false:

Can you maybe tell how exactly to change this. I seem to not be able to find this file. Thank you!

Sorry it's under node_modules/instatouch/build/entry.js

jeannly avatar Feb 10 '23 22:02 jeannly