Twitter followers scraper avatar
Twitter followers scraper

Pricing

$29.00/month + usage

Go to Store
Twitter followers scraper

Twitter followers scraper

Developed by

Curious Coder

Curious Coder

Maintained by Community

Scrape followers, following and subscriptions list of any twitter profile

5.0 (2)

Pricing

$29.00/month + usage

32

Total users

2.2K

Monthly users

83

Runs succeeded

97%

Issues response

7.1 days

Last modified

5 months ago

VI

Cursor example

Closed

vive opened this issue
2 years ago

The scraper works great. Thank you for building it.

I'm planning to scrape my Twitter followers every day.

So the actor will run on schedule (Say daily 9 AM)

The only issue is it scrapes the same set of followers.

I wanted it to scrape from where it left yesterday... So everyday it will scrape new followers.

I see there is an option to send cursor input to the actor but not sure how it will work?

Do we need to give the twitter name or what should we give as input to that?

If you can share some example that would be awesome.

Thanks

curious_coder avatar

Hi, this can be done by using same storage for all runs, But this feature is not available now, I will add it soon and update it here. Until then will keep this issue open

curious_coder avatar

Hi! added key value store id input option to the actor. You can now schedule this actor with same storage id so that it continues from last point. Use timeout option instead of count option to limit the number profiles scraped per day if you are planning to schedule it.