F
F
frigolov2015-08-09 21:30:15
API
frigolov, 2015-08-09 21:30:15

How to find out ONLY the number of followers/subscriptions per account in instagram?

And then here https://instagram.com/developer/endpoints/relation... they give out information about subscribers / subscriptions of 50 people, I don’t need to check a lot of pages.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Savchuk, 2015-08-10
@frigolov

https://instagram.com/developer/endpoints/users/#g...

{
    "data": {
        "id": "1574083",
        "username": "snoopdogg",
        "full_name": "Snoop Dogg",
        "profile_picture": "http://distillery.s3.amazonaws.com/profiles/profile_1574083_75sq_1295469061.jpg",
        "bio": "This is my bio",
        "website": "http://snoopdogg.com",
        "counts": {
            "media": 1320,
            "follows": 420,
            "followed_by": 3410
        }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question