yogiwales
Newcomer
Hi,
How do I go about extracting data from a website?
I basically want to connect to a certain page that is updated all the time, and take the information and put it into a database to calculate. The only way I can think of is by saving the file as a html document and parse through it, but its going to be high maintenance, if they decide to change the layout etc.
How do I go about extracting data from a website?
I basically want to connect to a certain page that is updated all the time, and take the information and put it into a database to calculate. The only way I can think of is by saving the file as a html document and parse through it, but its going to be high maintenance, if they decide to change the layout etc.