Help with web scraper on home assistant

Hello, i am trying to get temperature values from this site Latest Conditions in Kozani
I am giving source this url, and css selector .realtime > div:nth-child(2) > div:nth-child(2) > span:nth-child(1)

I am testing the above in https://try.jsoup.org/ and they work fine.

Whatever css, the sensor created gives always unavailable.
Could someone help me? thank you

There is a jQuery script in the page. Perhaps that is the cause.
If those values are populated by the jQuery then you can’t scrape them.

Is this the same meteo?

1 Like

Thank you. This site ΚΟΖΑΝΗ: A meteo.gr - Ο Καιρός takes info from the first site. If i scrape ΚΟΖΑΝΗ: A meteo.gr - Ο Καιρός ok i am taking values.