Hi all - I would highly appreciate some help here.
I'm trying to get some appartment for rent data scraped on 10 pages.
Describe the problem.
While I can enter the first links and click multiple of them not all elements get selected. So I tried to hold shift and added the others as well, which works in first instance. But when running Web Scraper only some elements get actively taken and most of them are left out (especially on the further pages).
Pagination though seems to work as intended.
Url: Wohnung mieten in 4053 - Vergleiche 100 Inserate mit comparis.ch
Sitemap:
{{"_id":"suchfiltercomparis","startUrl":["Wohnung mieten in 4053 - Vergleiche 100 Inserate mit comparis.ch a","multiple":true,"delay":0},{"id":"Objekt","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"div.css-ctytwt:nth-of-type(n+3) a, div:nth-of-type(n+9) a","multiple":true,"delay":0},{"id":"Titel","type":"SelectorText","parentSelectors":["Objekt"],"selector":"p.css-1e0n6hi","multiple":false,"regex":"","delay":0},{"id":"Beschreibung","type":"SelectorText","parentSelectors":["Objekt"],"selector":"div.css-16i3sck","multiple":false,"regex":"","delay":0},{"id":"Strasse + Nr","type":"SelectorText","parentSelectors":["Objekt"],"selector":"h5","multiple":false,"regex":"","delay":0}]}}
Thanks for any support/help 









