Extracting Data From A Website?

Soldato
Joined
15 Jan 2004
Posts
10,206
I'm looking to extract data from a website, but was wondering what language would be most suitable to achieve this?

I would need it to just read through the HTML and find text between certain tags.
 
Last edited:
Depends on how specific your requirements are. It can vary from using a simple regex to a full blown HTML parser depending on what you want to do... I typically use python/perl or ruby because they have great text processing capabilities / parsers.
 
Back
Top Bottom