Instagram scrolling down

Hi web scrapers!
I have problem with scraping instagram page with hashtag #демалыс (#vacation) with 55000 posts. I think I have proper sitemap but scrolling is not working. I need only this element, please help. It scrapes only initial post or nor scraping at all. I have tried all of the methods of paginaton.
Url:
https://www.instagram.com/explore/tags/демалыс/?hl=ru
Sitemap:

{"_id":"demalys","startUrl":["https://www.instagram.com/explore/tags/демалыс/?hl=ru"],"selectors":[{"id":"pagination","type":"SelectorPopupLink","parentSelectors":["_root","pagination"],"selector":"article","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["_root","pagination"],"selector":"a.nJAzx","multiple":false,"regex":"","delay":0},{"id":"place","type":"SelectorText","parentSelectors":["_root","pagination"],"selector":"a.O4GlU","multiple":false,"regex":"","delay":0},{"id":"likes","type":"SelectorText","parentSelectors":["_root","pagination"],"selector":".sqdOP span","multiple":false,"regex":"","delay":0},{"id":"time","type":"SelectorText","parentSelectors":["_root","pagination"],"selector":"time._1o9PC","multiple":false,"regex":"","delay":0}]}

Refer to: