Web Scraper 1.111.13 release

We are happy to announce that Web Scraper 1.111.13 has been released. This update introduces several improvements to the AI Wizard, enhances CSS selector generation for pagination, expands language support, and includes fixes for element selection within shadow roots.


AI Wizard

The AI Wizard continues to make scraper creation faster and more reliable by automatically configuring common scraping patterns.


Automatic pagination detection

The AI Wizard can now automatically detect and generate pagination selectors for most websites. Instead of manually configuring navigation between listing pages, the AI Wizard will identify the pagination controls and include them in the generated sitemap whenever possible.


Automatic infinite scrolling

Many modern websites load additional content as you scroll rather than using traditional pagination. The AI Wizard now automatically detects these websites and enables infinite scrolling when needed, allowing you to scrape all available data without additional configuration.


Remember renamed column names

When refining a scraper, it's common to rename extracted fields to match your preferred naming convention. The AI Wizard now remembers renamed column names from previous scraping sessions, making it easier to regenerate or extend existing sitemaps without losing your customizations.


Firefox support

The AI Wizard is now available in Firefox, bringing the same AI-assisted scraper generation experience to Firefox users as previously available in Chromium-based browsers.


Improved CSS selector generation

We've improved CSS selector generation specifically for pagination elements. This results in more reliable pagination selectors and reduces the need for manual adjustments when scraping websites with complex navigation.


Available in 51 languages

Web Scraper is now available in 51 languages, making it more accessible to users around the world. The extension interface will automatically use your browser's preferred language whenever a translation is available.


Fixes

Improved element selection within shadow roots

We've improved how Web Scraper detects and selects elements inside shadow DOM structures. This makes selector creation more reliable on modern websites that use Web Components and shadow roots.

Go back to blog page