I need to get the follower and follower numbers of the profile to which the request will be sent, before sending a follow request in the chrome extension I am coding.
However, since I have to get the information of dozens of profiles in a minute, the service offered by Instagram blocks me. I have reviewed all the methods on this platform. Instagram graph api is limited to 200 requests per hour.
However, this plugin is a plugin that is used by dozens of people and needs to pull data very often.
https://www.instagram.com/test/?__a=1
Such apis where instagram presents profile data as json are blocking me after 10-15 requests and please wait a few minutes before trying again. gives the error. When I pull the page source with the back end, I cannot access the information because Instagram does not bring profile data from the source.
On the back end, I'm working with .net core mvc. Can anyone help me how to get public data like number of followers without any limitations?