Scrape Any HTML Table to a CSV with Selenium in Python - With 2 Examples!

Опубликовано: 07 Октябрь 2024
на канале: TurbineThree
1,808
34

Movie Table: https://www.boxofficemojo.com/chart/t...
Population Growth Table: https://en.wikipedia.org/wiki/World_p...

In this video, I showcase how to scrape any HTML table with Selenium in Python to a CSV file. I go over the easiest way to do so and go over a simple movie table example, as well as a population growth table that requires more techniques to select the right table elements.

Timestamps:
00:00 | Intro
00:20 | Scraping a simple table
07:40 | Scraping a more difficult table