Rest-sensor for scrape website

Hi,

I want to scrape a temperature value from a website, but the value is not in the HTML code. I guess that I need to use a rest-sensor, but I can not figure out how.
Can someone please guide me?

URL: https://goteborg.se/wps/portal/start/uppleva-och-gora/idrott-motion-och-friluftsliv/simma-och-bada/badplatser/hitta-badplatser-utomhusbad/?id=3686

2024-05-05_221636

Run DevTools (f12) in your browser. Open the Network tab and reload the page. Look at the resources with type xhr and see if you can find the one that contains the data.

1 Like