I am trying to scrape process from a section of a website initially but the price is being loaded dynamically and returning Null into the data. How do I get the price selector to return the price correctly?
Url: https://www.selcobw.com/products/insulation/cavity-insulation
Sitemap:
{"_id":"test-selco","startUrl":["https://www.selcobw.com/products/insulation/cavity-insulation"],"selectors":[{"id":"item code","type":"SelectorText","parentSelectors":["product"],"selector":".product-summary p","multiple":false,"regex":"","delay":0},{"id":"short desc","type":"SelectorText","parentSelectors":["product"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["product"],"selector":"#price-excluding-tax-6896 span.price","multiple":false,"regex":"","delay":0},{"id":"product","type":"SelectorLink","parentSelectors":["_root"],"selector":".title a","multiple":true,"delay":0}]}