Html scraping made easy.

Project

Scraper is a simpler way to extract data from html documents. No more XPath or tree traversal!

Versioning

Scraper uses a simple versioning system: scraper-A.B.C.jar

Release Notes

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/ .

BugTracker And Email lists

Email Lists Bugtracker Just go to http://github.com/adaptideas/scraper/issues and don't be ashamed of creating a new ticket!

Project Members

Currently active project members are:

Get Involved

You can get involved to Scraper in a lot of ways. If you are just using it, you are already really helping us. Patches of any kind (source, documentation, etc) are always welcome. You can send your patches through our bugtracking system. Another way you can help is by answering new user's questions on our mailing list and also by giving us your feedback. You can even translate Scraper documentation to your native language and help us spreading the project around the world.