- What library does Scrapy use to extract content from web pages as if they were regular expressions?
- What XPath expression could we use to extract the images of a certain URL from which the HTML code has been extracted?
- What XPath expression could we use to extract the links of a certain URL from which the HTML code has been extracted?
- What method of the BeautifulSoup module allows you to obtain all the elements of a certain label?
- What basic elements at the level of files and folders can we find in a Scrapy project?
- In which part of our Scrapy project do we define the extraction procedure for each of the items?
- In which part of our Scrapy project do we define the classes that allow us to validate the data or save the extracted data in some databases?
- What is the main Scrapy class that allows us to define our spider?
- What is the main method you must implement when building an item pipeline?
- What is the main platform for deploying spiders in the cloud and what are the commands for doing this task?