My verdict: the reference framework for Python scraping.
Scrapy is the industrial solution when you need performance and control. The open-source Python framework for industrial scraping. Scrapy is ultra-fast, extensible, and designed to scrape thousands of pages efficiently. If you code in Python and want to scrape at scale, it's the absolute reference. Free, open-source, and a massive community. However, there's a real learning curve and you need to manage infrastructure. For JavaScript rendering, combine with Splash or use Playwright.
What I like less: the learning curve for beginners. And JavaScript handling that requires additional tools (Splash, Playwright).
My advice: learn Scrapy if you do scraping regularly in Python. The initial investment pays off in the long run. For simple one-shot projects, no-code tools may suffice. For JavaScript-heavy sites, look at Playwright.