Course Content
Web Scraping with Python
Web Scraping with Python
1. HTML Files and DevTools
2. Beautiful Soup
Challenge
Letβs check how well we can scrape the data from websites!
You have the following page you need to scrape the data from. Take a look at it and see which information contains. Firstly, we should access the content of the page.
Letβs continue. We can already get the HTML structure of the page.
The next step for working with the data is creating the BeautifulSoup
object.
Let's scrap the table!.
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 4