Understand the Website
Learn how to approach a scraping requirement by understanding the target website.
We'll cover the following...
In this lesson, we’ll apply the knowledge we learned about web scraping to solve a real-world problem. We need to create a dataset on books, and we’ll collect that data from this website. Assume the following are the requirements we are given to perform this scraping task,
Get a list of book categories.
Get details of a specific book like title, price, description, etc.
Get details of all books under different categories. ... ...