web scraping

I don't know if this is the right forum to ask this question, I wanted to know if anybody have implemented a web scraping program in java using standard library or using some third party library.

Is it advisable to write such a module in java or some scriptiong language is more suited for this task?

The scrapping module that I'm going to write will need to scrap multiple sites and it may need to do so a few number of times per minute. I wonder if it will be scalable if i write it in a scripting language.

[530 byte] By [anand_nalyaa] at [2007-11-27 3:58:56]
# 1
If I understand you're application right, I've used HTTPUnit for this type of thing. http://httpunit.org/Yes, it is mainly used for testing. However, it enables your program to request URLs and receive the HTML fully parsed in an object graph.--Erik
Erik-Ostermuellera at 2007-7-12 9:03:25 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...