parsers property
List of parsers that define how to extract data from the page.
Each parser specifies what data to extract and how to extract it. Parsers can be organized in a hierarchy where child parsers depend on parent parsers' output.
Implementation
List<Parser> parsers;