Hi,
im trying to scrape this page
https://www.fintastico.com/fintech-uk/
i manually scroll down until i see all results
then i try to run this sitemap
but i get only the "first page" results
how can i tell the scraper to automatically scroll down?
i also tried "element scroll down" but not sure how to set it up
thanks!
Sitemap:
{"_id":"fintastico","startUrl":["https://www.fintastico.com/fintech-uk/"],"selectors":[{"id":"cards","type":"SelectorElement","parentSelectors":["_root"],"selector":"ul.archive-list li","multiple":true,"delay":0},{"id":"companylink","type":"SelectorLink","parentSelectors":["cards"],"selector":"h4","multiple":true,"delay":0},{"id":"elements","type":"SelectorElement","parentSelectors":["companylink"],"selector":"div.col-md-8","multiple":true,"delay":0},{"id":"website","type":"SelectorText","parentSelectors":["elements"],"selector":"li:nth-of-type(1) a","multiple":false,"regex":"","delay":0},{"id":"linkedin","type":"SelectorText","parentSelectors":["elements"],"selector":"a.in","multiple":false,"regex":"","delay":0}]}