@mika Hello, to optimize the sitemap you can use lower delay values for the 'Element click' selectors, however knowing that the pagination is also based on the click execution, the results will be returned only after the scraper has clicked through all of the pagination pages and modals.
Learn more: My scraping job is running, although no results are being returned - Web Scraper Knowledge Base
Example:
{"_id":"xcombo","startUrl":["https://dir.econference.io/main/maculasociety/d917aae0-97c5-4dd4-b773-801389d59771"],"selectors":[{"id":"pages","paginationType":"clickOnce","parentSelectors":["_root","pages"],"selector":"li:has(a.ais-Pagination-link--selected) + li a","type":"SelectorPagination"},{"clickElementSelector":"div.ant-card","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":800,"discardInitialElements":"discard-when-click-element-exists","id":"clickboxes","multiple":true,"parentSelectors":["pages"],"selector":"div.ant-modal-content","type":"SelectorElementClick"},{"id":"locationx","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":"div.gx-d-flex:nth-of-type(1)","type":"SelectorText"},{"id":"statusx","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":"div.gx-d-flex:nth-of-type(2) p","type":"SelectorText"},{"id":"titlex","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":"div:nth-of-type(3) p","type":"SelectorText"},{"id":"phone","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":".gx-align-items-center:has(.member-phone-1)","type":"SelectorText"},{"id":"emailx","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":"a[href*=\"mailto\"]","type":"SelectorText"},{"id":"chpaterx","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":"p.gx-mb-1","type":"SelectorText"},{"id":"biox","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":".gx-mb-0 p","type":"SelectorText"},{"id":"namex","multiple":false,"parentSelectors":["clickboxes"],"regex":"","selector":"div.ant-modal-title","type":"SelectorText"},{"id":"imagex","multiple":false,"parentSelectors":["clickboxes"],"selector":"img","type":"SelectorImage"},{"extractAttribute":"","id":"all-data","parentSelectors":["clickboxes"],"selector":"div.gx-d-flex","type":"SelectorGroup"},{"clickElementSelector":"span.ant-modal-close-x","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":800,"discardInitialElements":"discard-when-click-element-exists","id":"close-click","multiple":true,"parentSelectors":["clickboxes"],"selector":"_parent_","type":"SelectorElementClick"}]}