Hi community,
I am looking for a way to parse a website for a specific value which is displayed on the site. The website unfortunately does not offer an API (XML, JSON).
Is there a way to load the website and parse the source code by using e.g. regex? I already have the regex to extract the desired value.
Thanks,
Mike