Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grab Instagram Follower count

So I have a question what would be the method to just grab the instagram follower count for a said user?

I have looked at two possible options the official instagram API, but I couldn't find a specific method named on how to do so, but they do have a some user endpoints, but couldn't find much detail on it or I was thinking about using the unofficial instagram API https://github.com/mgp25/Instagram-API

Any tips?

like image 533
Baker Avatar asked Oct 02 '16 23:10

Baker


People also ask

Can you scrape followers on Instagram?

If you need to scrape the follower list of an Instagram account, you're in for an up-hill battle as Instagram does not offer a public API to do this and is notorious for sueing companies who provide this as a service and banning individuals who try this via automated scraping means.

Can you download a list of Instagram followers?

Unfortunately, there's no option to export your instagram followers list directly from the app or through a smartphone. That's why we recommend the following third-party Google Chrome extension on a PC or Mac.


1 Answers

You can request https://www.instagram.com/<username>/?__a=1 and receive JSON with account information also with followers count as well. It doesn't need authorization.

like image 53
ilyapt Avatar answered Sep 21 '22 09:09

ilyapt