Instagram endpoints limits

igorth

Newbie
Joined
Dec 21, 2022
Messages
12
Reaction score
0
Hello, everyone

I'm dealing with both old and new accounts and I'm looking for information about the request limits for each account (SessionId) when accessing Instagram's endpoints.

I've noticed that some endpoints are critical and can't handle too many requests, otherwise Instagram flags the account. This is the case with the endpoint "https://www.instagram.com/api/v1/friendships/<id>/followers/"

On average, how many requests do you make per day per account? Do you also limit requests by endpoints? I'm considering that older accounts might be able to make up to 1000 requests per day in general, by spacing them out.
 
if there are no limits shown anywhere, testing is the way to go

test how many requests you can do per hour/day and do an average, then stay within 80%-90% of that average to stay within the limit
 
Yes, that's what I'm doing but these tests will be slow to yield a result. Perhaps someone from the forum has already conducted these tests and could share
 
depends on what you are trying to achieve?

what you are fishing? what info you want? deets please
 
depends on what you are trying to achieve?

what you are fishing? what info you want? deets please
I'm trying to set up an API and wrap calls to all possible endpoints. For this I'm using old accounts but I need to find out the limits
 
Back
Top