I’m trying to scrape the heating oil price from a local oil supplier:
I have successfully used the scrape integration to scrape weather data from AccuWeather, but I cannot find the correct CSS selector to use for this scrape. The information I am trying to scrape is the number below Heating Oil. ChatGpt suggested “div.dmNewParagraph p.ql-indent-1 strong”, but that did not work.
