Scrapy is a fast, open-source web crawling framework written in Python, used to extract the data from the web page with the help of selectors based on XPath.
This tutorial is designed for software programmers who need to learn Scrapy web crawler from scratch.
You should have a basic understanding of Computer Programming terminologies and Python. A basic understanding of XPath is a plus.