Examples

The best way to learn is with examples, and Scrapy is no exception. For thisreason, there is an example Scrapy project named quotesbot, that you can use toplay and learn more about Scrapy. It contains two spiders forhttp://quotes.toscrape.com, one using CSS selectors and another one using XPathexpressions.

The quotesbot project is available at: https://github.com/scrapy/quotesbot.You can find more information about it in the project’s README.

If you’re familiar with git, you can checkout the code. Otherwise you candownload the project as a zip file by clickinghere.