I have a list of 50k users. I would like to be able to get the screen names of each user’s friends. The current limit for the standard API and the premium API appear to both be 15 requests per 15 minute window.
If the user has a lot of followers, then we can take advantage of the 5000 ids per request, but most of my users have ~500 friends.
Is there a way to increase rate limit for getting a users friends_ids? Perhaps upgrading to the ‘enterprise’ API since the ‘premium’ API doesn’t support an increase in these requests?