Twitter: Scraping Accounts

Cam Newton

Junior Member
Joined
Oct 4, 2017
Messages
103
Reaction score
31
Hey guys,

I want to scrape a lot of accounts, for followers, very quickly. I know there is a rate limit using the API of 15 requests per 15 minutes. That would be 1440 per day. If I use 100 API keys, I could scrape 144,000 accounts per day. But I am using the same IP address. Does twitter check, or care, what IP address is sending API requests? Is this possible? Would my IP address get banned?

Or would it be better to scrape the accounts using scraping bots, without APIs?

Thanks,
Cam
 
Thanks for the reply. I actually want the followers and followings of accounts. I know I will have to run a script to accomplish this. But I am just concerned about getting IP banned if I use 100+ API keys to do this.
 
I assume twitter has anti-scraping features, like Instagram. Does twitter allow infinite scrolling through lists of followers? I believe this can’t be done properly in Instagram. I haven’t tried twitter yet though.
 
with the java tool you can scrape the max amount (~1,3 m) with only one api key
Yea, but if i can remember well, that tool gives you user ids instead of usernames and pretty much every bot require usernames to work with and can't do anything with user ids. It's true that user ids can be converted to usernames, but it's a rather slow process.
 
Back
Top