sure. If you know how to find the data in the html of the page, there's nothing preventing you from extracting that data (except maybe knowledge of the tools you elect to use to do it).
Any programming language that can handle blocks of text will do.
Depending on the details of how you plan to find the data you may be able to use more advanced tools like regular expressions to get you to your target more quickly, but there's certainly no requirement to use them.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
First he has to make up mind which language he wants to use. As same post been made in C++ forum. So I guess he has no clue, just fishing what may be easier
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
:-(
is this a forum only for experts?
No, not at all. You asked an incredibly general question and jwenting gave you a general answer. If you need specific answers you need to ask more specific questions.
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
browsers generally save whatever they download somewhere, at least temporarilly.
But that's irrelevant, as any program that needs to parse html and interpret the results will have to download that html itself.
It's easier that way, and you don't introduce dependencies on system specific settings (like installed browsers, where those browsers cache things, if they cache things at all, etc. etc.).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337