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.
So far you've learned how to build a Scrapy spider to extract on item from a page. Now you will learn how to scrape muliple items from the same page.
After watching this, you will know:
If you haven't yet, we recommend you to first watch part I and part II of our tutorial series.