[SOLVED] Help with Scraper configuration

I am trying to get prayer times from this website https://centralmosque.co.uk/ they daily prayers times are at the top
each prayer time has an id e.g. fajr_begins etc
when I use #fajr_begins as a selector it returns unkown not sure why
I tried different chrome selector extensions and they all return the same selector I used but hoeassistant scraper does not seam to like it
I am clueless with CSS unfortunately
any help please ?

My apologies if this is a very ignorant question… but have you looked at this:

If this will serve your needs it is likely easier and more reliable than website scraping

Thanks
I have been using that for a few years now but always had to use a helper to adjust the times a bit.
Now I want to streamline that in a better way especially Isha prayer as I have to always adjust the time as my local mosque uses an earlier prayer time for Isha compared to the integration whatever adjustments or changes I make

I have now managed to scrape the time as I did not realise that the website used dynamic pages and I have now used browserless addon to render a local copy and then use the scrape to pull the times

1 Like

Which browser less add on did you use?

It’s browserless 2.0
I used this guide