What is Scrapy Splash?
Scrapy Splash is a legacy integration that connects the Scrapy framework to Splash, a lightweight, scriptable browser based on Qt WebKit. It was historically the standard way to render JavaScript-heavy pages without breaking Scrapy's asynchronous event loop. Today, it is largely obsolete—replaced by modern CDP-based integrations like Scrapy-Playwright—but remains embedded in thousands of older enterprise data pipelines.