Can I use node red as an alternative to scrape sensor

Hi
I followed the following guide (https://www.youtube.com/watch?v=RZ7DkD3G6aM) to scrape
info that told me what colour bin was due for emptying. However, Oldham council (uk) decided to revamp the bin collection timetable site and now it requires me to enter a postcode and select an address. This obviously stops the scrape from working. Is there a way of using node-red to aquire the info?

you can give the http request & response nodes a try.

If you haven’t solved this yet. There are a few node red examples in this thread doing similar as what you require. Although I only got it working by using a different node red server to the HA Node Red addon.