
Instagram Scraper - All in one
Pricing
$30.00/month + usage

Instagram Scraper - All in one
Scrape instragram profiles, followers, posts, comments and get valuable information like email addresses, websites, post engagement insights, commented users, etc
2.1 (2)
Pricing
$30.00/month + usage
43
Total users
3.1K
Monthly users
67
Runs succeeded
95%
Issues response
35 days
Last modified
3 months ago
Help with Start from Cursor
Closed
Hello, i want to collect every single comment on a given post. When I run this scraper normally, it usually returns around 60-100 comments from a post with 160, for example. I saw that there is an option to Start from cursor, which requires a value from the default storage of a run, under the lastCursor key. I've tried copying the values from my last run and pasting them in the Start from Cursor option, but it still gives me the same comments, so I would like to know if I'm doing something wrong or if there is another way to collect all comments from a given post.
Thanks in advance

Thanks for opening the issue, Let me check and get back to you

Hi, It was quite tricky to get the proper cursor value from state
key of key-value store.
So i changed the code to save the cursor value under dedicated lastCursor
key.
weightless_greeting
I'll run the scraper a few times and check, but thanks a lot for the time!

Also you can just resurrect the stopped run if it gets stopped before scraping all records.
I noticed that the using lastCursor
value is still tricky and requires some coding knowledge. WIll figure out some solution soon