Description
In this course, you will :
- Learn the HTML structure. We begin by discussing why web scraping can be a valuable addition to your data science toolbox before delving into some HTML fundamentals.
- Learn CSS Locator syntax and start experimenting with the idea of chaining CSS Locators with XPath.
- Learn how to use scrapy to build web crawlers. These scrapy spiders will crawl the web through multiple pages, following links and scraping each of those pages automatically using the procedures we learned in previous chapters.
Syllabus :
- Introduction to HTML
- XPaths and Selectors
- CSS Locators, Chaining, and Responses
- Spiders