Equivalent of libwww-perl in .NET or Java
Posted
by voidvector
on Stack Overflow
See other posts from Stack Overflow
or by voidvector
Published on 2010-06-17T07:23:00Z
Indexed on
2010/06/17
7:33 UTC
Read the original article
Hit count: 395
I have written a crawler in Perl awhile back and it was super simple giving the high-level capability of libwww-perl. It is so straight forward in fact, it can take the raw HTML response of one request, and create the next HTTP request for you from the FORMs on that page (as in it will parse the HTML for you).
Does anyone know any library like this on .NET or Java?
Selenium is out of question because it requires the browser to be open, which we cannot accommodate in our implementation)
© Stack Overflow or respective owner