Skip to content
jasniec edited this page Nov 1, 2019 · 2 revisions

Website was created to make web scraping / web harvesing easier. Instead of creating methods / classes with extracting logic, you can describe your properties using attributes.

Extracting is done mostly using CSS selectors so this library is not resistant to website changes.

Unfortunately using attributes, this library can't have compile time error, but I tried to do it programmer-friendly. Most error's you will get are inside ParseException which contains information about property's name and property's type.

When you're using this library imagine if attributes pass their's value to attribute below and finally to the property.

If you want to see value in between attributes, use DebugAttribute which will print information in output window.