Search code examples
instagraminstagram-api

What is the total number of images we can fetch per public profile from instagram


  1. What is the total number of images we can fetch per public profile
  2. If its only 200 like instagram, can we iteratively do it?
  3. Can we get the timestamp for each image fetched

Solution

    1. What is the total number of images we can fetch per public profile

    you can fetch all photos using api

    1. If its only 200 like instagram, can we iteratively do it?

    you can get 20 images per api call, and u can use pagination in api to iteratively get next set of 20

    1. Can we get the timestamp for each image fetched

    all photos have created_time in api response which has timestamp