Doing scrape on Instagram

1

I would like to know if it is possible to "grab" the links of all the photos of an instragram profile without using Api?

With the code below I can only get the 20 most recent photos.

$.getJSON('https://crossorigin.me/https://www.instagram.com/nygiants/media', 
function(data) {
  console.log(data);
});
    
asked by anonymous 02.08.2016 / 17:59

0 answers