Developed by Pablo Hoffman and Shane Evans, Scrapy is an open source python framework built specifically for web data extraction. With Scrapy spiders, you are able to download HTML, parse and process the data, and save it in either CSV, JSON or XML file formats.
This video covers the basics of web scraping using your web browser, Scrapy shell and CSS selectors.
After watching this, you will know: