Html scraping made easy.

Download

You can browse all scraper releases and sources at http://github.com/adaptideas/scraper/downloads . If you use maven to build your project, you can just add the following lines to your pom.xml:
<dependencies>
...
    <dependency>
        <groupId>br.com.adaptideas</groupId>
        <artifactId>scraper</artifactId>
        <version>0.2</version>
    </dependency>
...
</dependencies>
Or even browse and checkout our sources at http://github.com/adaptideas/scraper/ .