Problem with scraping site Lazy load & sub page

Describe the problem:
I am trying to scrape this page (link below. I have done:

  1. Element scroll down
  2. Link
  3. scraping email and data from the ads (from link)

Url: link

Problem is:
I receive only first 10-19 ads. Whatever I do this is all I get :frowning:
Please advise. Kind regards!

Hi @najem
This should work:

{"_id":"kvadrati","startUrl":["https://mojikvadrati.com/nepremicnine/nepremicnine-ljubljana"],"selectors":[{"id":"scroll","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.box","multiple":true,"delay":2000},{"id":"link","type":"SelectorLink","parentSelectors":["scroll"],"selector":"a","multiple":false,"delay":0},{"id":"e-mail","type":"SelectorText","parentSelectors":["element-card"],"selector":"div.contact p.email","multiple":false,"regex":"","delay":0},{"id":"element-card","type":"SelectorElement","parentSelectors":["link"],"selector":"body:has(div.detail-category)","multiple":true,"delay":0}]}

Hope it helps! :smiley:

1 Like