Data preview shows result, actual scrape shows nothing

{"_id":"iProperty222 ResidencySales","startUrl":"https://www.iproperty.com.my/sale/setapak/all-residential/?propertyId=3d918713d24e40e5ad66cfdd675f9a3f&property=222%20Residency","selectors":[{"id":"FC ads","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.sc-gGsJSs.Qhvkx","multiple":true,"delay":""},{"id":"Normal ads","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.sc-eLpfTy.cEJGhn","multiple":true,"delay":""},{"id":"FC Agent","type":"SelectorText","parentSelectors":["FC ads"],"selector":"h2","multiple":false,"regex":"","delay":""},{"id":"FC Post Date","type":"SelectorText","parentSelectors":["FC ads"],"selector":"p.ListingHeadingstyle__HeadingListingCreationDateWrapper-hjWJbE","multiple":false,"regex":"","delay":""},{"id":"FC Price","type":"SelectorText","parentSelectors":["FC ads"],"selector":"li.listing-primary-price-item","multiple":false,"regex":"","delay":""},{"id":"FC Size","type":"SelectorText","parentSelectors":["FC ads"],"selector":"a.attrs-price-per-unit-desktop","multiple":false,"regex":"","delay":""},{"id":"Agent","type":"SelectorText","parentSelectors":["Normal ads"],"selector":"h2.sc-czDwQe","multiple":false,"regex":"","delay":""},{"id":"Post Date","type":"SelectorText","parentSelectors":["Normal ads"],"selector":"div.sc-NOpvV","multiple":false,"regex":"","delay":""},{"id":"Price","type":"SelectorText","parentSelectors":["Normal ads"],"selector":"li.listing-primary-price-item","multiple":false,"regex":"","delay":""},{"id":"Size","type":"SelectorText","parentSelectors":["Normal ads"],"selector":"li.attributes-price-per-unit-size-item.builtUp-attr a.attrs-price-per-unit-desktop","multiple":false,"regex":"","delay":""}]}

This site uses random characters in the attributes like eLpfTy cEJGhn, so your sitemap would eventually fail. You need to use much better selectors, e.g:

{"_id":"iProperty222-forum","startUrl":"https://www.iproperty.com.my/sale/setapak/all-residential/?propertyId=3d918713d24e40e5ad66cfdd675f9a3f&property=222%20Residency","selectors":[{"id":"Property wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"div[class^='BasicCardstyle']","multiple":true,"delay":""},{"id":"Agent","type":"SelectorText","parentSelectors":["Property wrappers"],"selector":"div.heading-name","multiple":false,"regex":"","delay":""},{"id":"Post Date","type":"SelectorText","parentSelectors":["Property wrappers"],"selector":"p.heading-creation-date","multiple":false,"regex":"","delay":""},{"id":"Price","type":"SelectorText","parentSelectors":["Property wrappers"],"selector":"li[class^='ListingPricestyle']","multiple":false,"regex":"","delay":""}]}

--

Ref: https://www.w3schools.com/cssref/css_selectors.asp