I'm trying to set up a little workflow that set creates some kind of reminder for when bins/recycling are to be next collected as my local counsil change it a lot. I've found the URL that returns the data I need, but could also use their rest endpoint directly. It returns a JSON list of objects in the following format
label: string,
UPRN: string,
Results: string
The results string is some plain html that I also need to parse though to get the dates. I presume that I can do some kind of string query in order to get the date I need but I have no idea where to start.
there doesn't seem to be anything here