Pagination with auto-load as the page is scrolled down

I would like to scrape https://www.vitacost.com/productResults.aspx?N=0&ss=1&Ntt=gluten%20free%20snacks

You will notice that the page loads the first 20 products and then loads more as you scroll down the page. How do I implement pagination on this kind of page?

Thanks!

Hello!

For some reason scroll won't work properly on this website.
What I can recommend you to do instead is just to create an Element Click selector to cycle through using 'Next' button.

Information on how to it can be found within corresponding tutotial: