@qaz Hi, after inspecting the structure of this website it appears that the desired data is embedded into an iframe(which basically is another document from a different source).
To avoid unnecessary complexity you can use the iframe source instead.
Sitemap example:
{"_id":"atlas-api-findigs-com","startUrl":["https://atlas.api.findigs.com/listings?1645539799771&filters%5Bproperty_list%5D=Colorado%20Active%20ListingsWEBSITE%20%28SMR%29&theme_color=292d7c&filters%5Border_by%5D=date_posted"],"selectors":[{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"div.listing-item","type":"SelectorElement"},{"delay":0,"id":"title","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".listing-item__title a","type":"SelectorText"},{"delay":0,"id":"details","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"p.u-space-ts","type":"SelectorText"}]}
Hope it helps!