Scraping data from webpages can be a tedious job. But it doesn’t have to be. With Scrapy, you can scrape using XPath or CSS. With the large number of examples from both techniques, you’re sure to find a solution that fits for you. Whether your targeting data on a single page or multiple, Scrapy can handle the job. No matter if the data is within a list, you can scrape specific patterns right out of the list. Building up your specific Scrapy job isn't a difficult task. Scrapy is a Python library. If you're familiar with Python, XPath or CSS, you'll feel right at home using Scrapy.