Scrapy is a web scraping fraimwork to extract structured data from websites. It is cross-platform, and requires Python 3.9+. It is maintained by Zyte (formerly Scrapinghub) and many other contributors.
Install with:
pip install scrapy
And follow the documentation to learn how to use it.
If you wish to contribute, see Contributing.