This tutorial is about scrapy introduction. Scrapy is a Python framework for large scale web scraping. It gives you all the tools you need to efficiently extract data from websites, process them as you want, and store them in your preferred structure and format.
How scrapy works: Scrapy has 5 main elements Spider, Engine, Downloader, Scheduler, Item Pipelines.
Understand Default structure of scrapy project, features and advantages of scrapy in details.
#Python #Pythonscraping #scrapy