Is there a jQuery webscrapper out there?

Posted by victor hugo on Stack Overflow See other posts from Stack Overflow or by victor hugo
Published on 2010-03-26T19:40:33Z Indexed on 2010/03/26 19:43 UTC
Read the original article Hit count: 366

Filed under:
|

I'm trying to pullout some info from an external site using jQuery and Adobe AIR. Right now I'm using a hidden div and jQuery's load function to load fragments of the external site, once the info is loaded I parse some info with selectors. This is fine but it's kinda dirty and I need to perform this several times (don't want to need many hidden divs).

Just wondering if anybody knows a good webscrapper written in jQuery or maybe another method I'm missing

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about webscraping