Getting data from a webpage in a stable and efficient way
- by Mike Heremans
Recently I've learned that using a regex to parse the HTML of a website to get the data you need isn't the best course of action.
So my question is simple: What then, is the best / most efficient and a generally stable way to get this data?
I should note that:
There are no API's
There is no other source where I can get the data from (no…