Extract structured information from websites using web_fetch for simple pages and browser automation for dynamic sites, login-gated flows, pagination, infini...
- Initial release of the web-scraping skill. - Supports data extraction from both static and dynamic websites. - Automatically chooses between direct HTML fetching and browser automation based on site complexity and interaction needs. - Handles dynamic content, authentication, infinite scroll, pagination, and search/filter flows. - Outputs structured data in concise bullet lists, JSON, or CSV formats. - Includes reliability rules for deduplication, error handling, and workspace file management.