Scroll page then go to each vendor profile to scrape text

Hey,

I'm trying to scrape the data from this website : https://www.weddingku.com/wedding-vendors/wedding-planner/jakarta

with the name of the vendors and its business description. I thought about use element scroll. Then use a link selector to select child elements from each vendor. However when I do that the scraper scrolled down to bottom then quit. Can someone tell me what I'm doing wrong please ? Thank you for your help

{"_id":"vendor","startUrl":["Weddingku | Komunitas Wedding & Honeymoon Indonesia a","type":"SelectorLink"},{"id":"judul","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"deskripsi","multiple":false,"parentSelectors":["link"],"regex":"","selector":"ul.address-list","type":"SelectorText"},{"elementLimit":0,"id":"scroll","multiple":true,"parentSelectors":["_root"],"scroll":true,"selector":"div.mt-0:nth-of-type(5)","type":"SelectorElement"}]}

Hi,

You sitemap code is broken, nonetheless, here is reference sitemap that should work:

{"_id":"weddingku","startUrl":["https://www.weddingku.com/wedding-vendors/wedding-planner/jakarta"],"selectors":[{"elementLimit":100,"id":"listing-wrapper","multiple":true,"parentSelectors":["_root"],"scroll":true,"selector":"div.col-md-25","type":"SelectorElement"},{"id":"link","linkType":"linkFromHref","multiple":false,"parentSelectors":["listing-wrapper"],"selector":"a","type":"SelectorLink"},{"id":"about","multiple":false,"parentSelectors":["link"],"regex":"","selector":"div#abouts","type":"SelectorText"}]}