Load More Button Can't Pass first loaded

Hi

I am trying to scrape the site below:

URL: https://www.leafly.com/explore/sort-alpha

Sitemap:

{"_id":"leafly","startUrl":["https://www.leafly.com/explore/sort-alpha"],"selectors":[{"id":"Strain Link","type":"SelectorLink","parentSelectors":["_root"],"selector":"ul:nth-of-type(n+2) a.ng-scope","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["Strain Link"],"selector":".hero-tile div.strain-tile-footer","multiple":false,"regex":"","delay":0},{"id":"Name P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"div.hero-tile","multiple":false,"regex":"","delay":0},{"id":"Name C","type":"SelectorText","parentSelectors":["Strain Link"],"selector":".hero-tile div.strain-tile-footer","multiple":false,"regex":"","delay":0},{"id":"Type S","type":"SelectorText","parentSelectors":["Strain Link"],"selector":".hero-tile div.strain-tile-header","multiple":false,"regex":"","delay":0},{"id":"Type C","type":"SelectorText","parentSelectors":["Strain Link"],"selector":".hero-tile div.strain-tile-header","multiple":false,"regex":"","delay":0},{"id":"Name 2","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"h1.hero-content__header","multiple":false,"regex":"","delay":0},{"id":"Name 2 C","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"h1.hero-content__header","multiple":false,"regex":"","delay":0},{"id":"Overview","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"[itemprop='description'] p","multiple":false,"regex":"","delay":0},{"id":"Overview P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"div[itemprop='description']","multiple":false,"regex":"","delay":0},{"id":"Overview C","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"[itemprop='description'] p","multiple":false,"regex":"","delay":0},{"id":"Effect 1 P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#effects-tab-content div.histogram-item-wrapper:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Effect 1 S","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#effects-tab-content .histogram-item-wrapper div","multiple":false,"regex":"","delay":0},{"id":"Effect 2 P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#effects-tab-content div.histogram-item-wrapper:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Effect 3","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#effects-tab-content div:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Effect 4","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#effects-tab-content div:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Effect 5","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#effects-tab-content div:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"Medical 1","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#medical-tab-content div.histogram-item-wrapper:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Medical 2","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#medical-tab-content div.histogram-item-wrapper:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Medical 3","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#medical-tab-content div:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Medical 4","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#medical-tab-content div:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Medical 5","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#medical-tab-content div:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"Negatives 1 P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#negatives-tab-content div.histogram-item-wrapper:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Negatives 2","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#negatives-tab-content div.histogram-item-wrapper:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Negatives 3","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#negatives-tab-content div:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Negatives 4","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#negatives-tab-content div:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Negatives 5","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"#negatives-tab-content div:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"Lineage S","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"a div.strain-tile-footer","multiple":false,"regex":"","delay":0},{"id":"Lineage P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"a div.strain-tile-hybrid","multiple":false,"regex":"","delay":0},{"id":"Lineage","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"div#lineage-tab-content","multiple":false,"regex":"","delay":0},{"id":"Lineage P Big","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"div.page-section:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Flavor 1","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"li.background-earthy","multiple":false,"regex":"","delay":0},{"id":"Flavor 2","type":"SelectorText","parentSelectors":["Strain Link"],"selector":".background-honey div","multiple":false,"regex":"","delay":0},{"id":"Flavor 3","type":"SelectorText","parentSelectors":["Strain Link"],"selector":".background-pungent div","multiple":false,"regex":"","delay":0},{"id":"Flavor 1 P","type":"SelectorText","parentSelectors":["Strain Link"],"selector":"li.background-earthy","multiple":false,"regex":"","delay":0}]}

I'm very new to this. I wish there was a video tutorial to walk me through it, but can't find one.

If anybody could explain how to do it, that would be greatly appreciated.

Cheers