[http] fetch data from dynamic html page with delay

Hi all,
using OH3 with the http binding, I try to grab some data from this site:

It returns a list of covid vaccination stations, however, the availability status is updated dynamically during http/js code execution in the browser. The information is available in the html code some seconds after it was loaded .
In order to grab it with the http binding, it has to wait before parsing it. Is there a way to do this ?

The HTTP binding is not going to be executing any of that (and rightly so).

Try googling
“scrape a dynamically updated webpage”

This can be done e.g. with selenium.

Maybe use HABapp (HABApp - Easy automation with openHAB) and a custom python script?