Scrapy Tutorial

Scrapy Tutorial

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.

Audience

This tutorial is designed for software programmers who need to learn Scrapy web crawler from scratch.

Prerequisites

You should have a basic understanding of Computer Programming terminologies and Python. A basic understanding of XPath is a plus.

Advertisements