# Web Scraper New Feature ยท 2026-03-03 ## Details Employees can now read any public webpage. Give them a URL and they extract the readable content, stripping away navigation, ads, and clutter. The scraper uses a multi-stage extraction pipeline that handles both static HTML and JavaScript-rendered pages. Perfect for competitive research, content analysis, and pulling data from websites. ## What changed - Extract readable content from any public URL - Multi-stage pipeline handling static and dynamic pages - Clean text extraction without ads or navigation clutter - Perfect for research, analysis, and data collection