π Edit page
β Add page
Scrapy
Scrapy is an open-source and collaborative web crawling framework for Python. It's designed for extracting structured data from websites, which can be used for a wide range of applications like data mining, information processing, or historical archival.
Byline:
Wikipedia excerpt:A Fast and Powerful Scraping and Web Crawling Framework
Scrapy is a free and open-source web-crawling framework written in Python. Originally designed for web scraping, it can also be used to extract data using APIs or as a general-purpose web crawler. It is currently maintained by Zyte (formerly Scrapinghub), a web-scraping development and services company.
Key links
- π Homepage: https://scrapy.org/
- π Docs: https://docs.scrapy.org/
- π Wiki: https://github.com/scrapy/scrapy/wiki
- π¨βπ» Repo:
- π¦ Package URL: https://pypi.org/project/Scrapy/
- π Wikipedia
Documentation
-
Scrapy Tutorial
- A comprehensive tutorial to get you started with Scrapy.
-
Scrapy at a glance
- An overview of Scrapyβs main concepts and architecture.
Tutorials
-
Scrapy Tutorial for Beginners
- A YouTube playlist by Build With Python, offering a step-by-step introduction to Scrapy.
-
Scrapy Course β Python Web Scraping for Beginners
- A comprehensive YouTube course by Coding Is Fun, covering Scrapy from basics to advanced topics.