Introduction to xpath in the context of web-scraping. How to extract data from HTML documents using xpath, best practices and available tools.
Introduction to using CSS selectors to parse web-scraped content. Best practices, available tools and common challenges by interactive examples.
When it comes to web scraping, we're generally interested in two main steps: collecting raw data (such as HTML documents) and parsing this data into something we can digest in our business logic