Scrapy
High-level Python web crawling and web scraping framework for structured data extraction.
Why consider Scrapy?
Scrapy is a fast, high-level web crawling and scraping framework for Python. It processes asynchronous requests via Twisted, supports XPath/CSS selectors, and exports structured datasets.
Learn Scrapy by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Scrapy
Scrapy provides built-in item pipelines, feed exports (JSON, CSV, XML), feed storage (S3, GCS), auto-throttling, and proxy middleware for large-scale data harvesting.
Creating a Spider
pip install scrapyscrapy startproject myprojectscrapy genspider quotes quotes.toscrape.comscrapy crawl quotes -o quotes.jsonScrapy is distributed under the BSD 3-Clause License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.