Until recently there were several ways to retrieve Instagram user media without the need for API authentication. But apparently, the website stopped all of them.
Some of the old methods:
https://api.instagram.com/v1/users/user-id/media/recent/
https://www.instagram.com/user-id/media
https://www.instagram.com/user-id/?__a=1
And some old related questions are:
How can I get a user's media from Instagram without authenticating as a user?
Is there still a way to fetch instagram feed without using access token now (06/2016)?
I was able to retrieve the first twenty items by crawling the webpage of the user, but this is not a good or standard method especially when Instagram is not supporting it officially.
I was wondering If you know any method that currently works?