How to limit reddit element scroll down

I am scraping a reddit forum and need to limit the scrape to 100 pages or a similar parmeter.
This is the query

{"_id":"reddit_tittle","startUrl":["https://www.reddit.com/r/ZeroWaste/"],"selectors":[{"id":"elemtn","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":".rpBJOHq2PR60pnwJlUyP0 > div > div > div._1oQyIsiPHYt6nx7VOmd1sz div.WnMeTcero48dKo501T-19","multiple":true,"delay":2000},{"id":"title","type":"SelectorText","parentSelectors":["elemtn"],"selector":"h3","multiple":false,"regex":"","delay":0},{"id":"comment","type":"SelectorText","parentSelectors":["elemtn"],"selector":"a._1UoeAeSRhOKSNdY_h3iS1O","multiple":false,"regex":"","delay":0}]}

Many thanks