How to get number of Instagram followers on a specified date like minter.io does?

62,281

Solution 1

They are probably storing this information on a daily basis and hence are able to keep a historical trend.

If you go to the minter.io website, they mention at the bottom that they have collected data for close to 198 million accounts. I guess you were one of those.

You don't need to get the list of all followers just to show the absolute change in the numbers. The Instagram API gives that directly when you query any of the endpoints giving user information.

Solution 2

I know how it works at smartmetrics.co. Smartmetrics collects information about all followers of tracked accounts and build history based on this data. So if you followed someone who is already tracked, you can get history for your account.

But minter makes fake linear graph according to some tests: How to Get Historical Data from Instagram API

Share:
62,281

Related videos on Youtube

Maxim Vasilkov
Author by

Maxim Vasilkov

software engineer, entrepreneur, coauthor of “Objective C memory management essentials” tech book, a founder of Vasilkoff Ltd — a software development company. Maxim was an early adopter of Blockchain Technology starting from Bitcoin and become an enthusiast of Energy efficient solutions. During last four years got an extensive background in building software and environment for altcoins. Last two years had a lot of experience working with blockchain networks and smart contracts and many more in distributed systems, crypto exchange and secure programming. LinkedIn http://www.linkedin.com/in/maximvasilkov

Updated on January 27, 2020

Comments

  • Maxim Vasilkov
    Maxim Vasilkov about 4 years

    enter image description here

    From the picture, you can see how followers statistics looks on minter.io

    The only way how I imagine I would count the followers change: I would download the list of all he followers every day by the Instagram API to my DB. And after having this history already can calculate any change.

    But on minter.io you can have such a graphics after few minutes after registration... How???

  • Maxim Vasilkov
    Maxim Vasilkov over 8 years
    Interesting version. Can you be more certain, please, about of getting of the absolute change you mentioned?
  • Jitesh
    Jitesh about 8 years
    The absolute change will be possible if you track a profile for two consecutive days. That is probably how minter.io is doing it. From what I can gather, they are just showing the change in number, which can be done once you have timeseries data.

Related