Python Web Scraping Tutorials – Real Python (original) (raw)

What Is Web Scraping?

Web scraping is about downloading structured data from the web, selecting some of that data, and passing along what you selected to another process.

In this section, you will learn

Free Bonus: Click here to download a "Python + Selenium" project skeleton with full source code that you can use as a foundation for your own Python web scraping and automation apps.