'I want to get post details of an Instagram account in a tabular format using Python and in this there needs to be a API uses pagination how to do?

{'Post ID': 123456, 'likes':234,'comments': 23,'reach':34567,'impressions':345678}

This data is needed to be displayed for each of the posts on the profile and also in a tabular format.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source