Is it possible to obtain the number of followers at a past point in time using the Instagram API?

53 views Asked by At

Is there an API available to retrieve the number of followers 7 days ago or 14 days ago from the acquisition date? As far as I've researched, I haven't been able to find a way to get the number of followers at any point in the past, so if anyone knows, please let me know.

1

There are 1 answers

2
sonnv0812 On

You can read the instructions here, use request with input parameter period, since and until https://developers.facebook.com/docs/instagram-api/reference/ig-user/insights/

https://graph.facebook.com/v19.0/17841405822304914/insights?metric=follower_count&period=day&since=1501545600&until=1502493720&access_token=IGQVJ...