Simple Flask-inspired design - build a scraper with decorators.
Uses Playwright API - run your scraper in Chrome, Firefox and Webkit and leverage Playwright's powerful selector engine supporting CSS, XPath, text, regex, etc.
Data grouping - group related results.
URL pattern matching - run functions on matched URLs.
Priority - reorder functions based on priority.
Setup function - enable setup steps (clicking dialogs or login).
Navigate function - enable navigation steps to move to other pages.
Custom storage - option to save data to other formats or database.
Async support - write async handlers.
Option to use other parser backends aside from Playwright.