Download Scrapy

Get the latest stable release of Scrapy to start your data extraction journey.

Stable Release

The recommended version for most users. Fully tested and production-ready.

Download v2.14.0

Changelog

  • More coroutine-based replacements for Deferred-based APIs
  • The default priority queue is now DownloaderAwarePriorityQueue
  • Dropped support for Python 3.9 and PyPy 3.10
  • Improved and documented the API for custom download handlers