Instagram recently allowed accounts to link to a Facebook Business Page. They also added a new ‘Insights’ section that gives metrics like:
Impressions
Reach
Top Posts
Followers by Age
I can’t find a way to pull these new numbers in via the API. Is there a separate Analytics API that I need to apply for?
2
Answers
Having faced this very problem (analytics being confined to the mobile app), I decided to use the Android app SSL Packet Capture (NO root required) to capture the requests (you must manually fetch a post’s insights in the app whilst recording). The correct GET request will be listed inside one of the Instagram entries and it’s long!
The necessary access token is already embedded in the request and the instagram post id can be substituted to fetch post-level analytics: Reach, Impressions & Engagement. Moreover the GET request must be made over https.
The request (in URL decoded form) will look something like this:
Quick update for this question: the Instagram Platform API now offers an endpoint for insights.
Endpoint
Example
Example Response