Scroll down and load more button

i have a website that i want to srapp LED UHD TV günstig kaufen (Sony, Samsung) | City-TV-HiFi but unfortunately i couldnt find a way to scroll down the page and click loadmore button
NP: the loadmore button show up after to scroll down

any help i will appreciate

@pacmangenious Hello, it appears that you can use a predefined page range interval pagination within the start URL that would substitute the need of using 'Element scroll/click' selectors.

Example:

{"_id":"city-tv-test","startUrl":["https://www.city-tv-hifi.de/tv-geraete/?p=[1-10]"],"selectors":[{"id":"wrap","multiple":true,"parentSelectors":["_root"],"selector":"div.listing > div","type":"SelectorElement"},{"id":"title","multiple":false,"parentSelectors":["wrap"],"regex":"","selector":"a.product--title","type":"SelectorText"}]}

1 Like