Search code examples
instagraminstagram-api

instagram API media popular by Hashtag


Is it possible to have a filter for a specific hashtag in the instagram API for media/popular?
Will also work (if possible): /tags/tag-name/media/recent sorted by likes

Their documentation doesn't state it is possible, but I was wondering what is the easiest way to do it...


Solution

  • Instagram doesn't provides any filter for the media/recent, but they provide the number of likes of each picture. You can them save that on the database and sort it. Remember that you have to update database so the likes will be updated.