Our first spider tutorial

Part 1: An introduction to Scrapy

          An introduction to Scrapy and what it can do and why we want to learn how to use it.

Part 2: Setting up our first spider

          Learn how to create your first, basic spider

Part 3: Visiting next pages

          Want to learn how to get not only the first page of a store website but every page?

Part 4: Getting all the details

          Go one level deeper and get the details of  every item’s own link.

Part 5: How to use the shell

          Scrapy has a cool tool you need to learn to make your work easier.