Lost in web scrape

I am using the new Scrape integration in HA, and previously managed to scrape the sea temperature from a site that no longer updates. Now I have found a new page that contains the information I want, but after 3 hours of trial and error I still get nothing.

Web site: Almuñécar temperatura del agua del mar hoy | España
Data I want: Today’s water temperature, in the case below 11 mayo 2023

I have tried everything I can think of, but get only unavailable from the sensor. This is what I get from inspecting the web page and point to the temperature section I want:

So, I have tried s38 in “Select” and also tried td[class="x25"] but I don’t get anything but “unavailable” in the HA Scrape sensor.

Help needed!

I also couldn’t get it to work with this website as source.
Perhaps this website would also be suitable as a source for you:

Here you can just use the following selector:

#temp1 > h3

Many thanks! Then it wasn’t just me. I tried your suggestion and it works fine! :slight_smile: