0

I'm developing an app to download a photo from instagram, for example: if I put this uri on the app https://www.instagram.com/p/BASqNR9wrKp/ it download the image on my computer. What I would like to achieve now is to pass the link of the instagram page (for instance: https://www.instagram.com/microsoft/?hl=it) and download all the photos on that page, how can I achieve that ?

I thought I could access those images from the instagram's Frames folder but I don't know how to do that, some can help me ? any advice ? That's an image of the folder i'm trying to access via java.

Images folder of instagram's microsoft page

Levenlol
  • 305
  • 5
  • 17

1 Answers1

1

What you need there is called a Web Crawler. The simplest I can think of in Java is Crawler4J and, for your specific case, their Image Crawler