Web scraping with Python, BeautifulSoup, Pandas and Selenium

preview_player
Показать описание
Learn how to use Python, Selenium WebDriver, BeautifulSoup, and Pandas to scrape websites and gather large datasets, which you will eventually need for your data science projects. All the coding will be done on Google Colab so it will be very easy for you to follow this tutorial.

I will be using Google Colab, and will make the Python notebook available on.

TIMESTAMPS:

0:00 Introduction
4:00 Starting the notebook in Google Colab
4:27 Installing Selenium/Webdriver with headless chrome
4:54 Opening the page to scrape in a chrome web browser
6:30 Typing search term using send_keys()
8:30 Clicking search button using click(()
11:00 Using implicit_wait to allow webdriver to wait for an element to be available
18:00 Using BeatifulSoup to parse the HTML in the page
Рекомендации по теме