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.13.0Changelog
- The asyncio reactor is now enabled by default.
- Replaced
start_requests()
(sync) withstart()
(async) and changed how it is iterated. - Added the
allow_offsite
request meta key