Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete Python Web Scraping : Real Projects & Modern Tools
Rating: 4.4 out of 5(87 ratings)
2,298 students

Complete Python Web Scraping : Real Projects & Modern Tools

Web Scraping with BeautifulSoup, Selenium, Scrapy and Scrapy-Playwright. 4 Project-like Exercises + 4 Real Life Projects
Created byAlp Can
Last updated 8/2024
English
English

What you'll learn

  • Scrapy
  • Web Automation with Selenium
  • Scrapy-Playwright
  • Scraping websites using Python
  • Python's most popular and effective web scraping libraries
  • Using the right method according to the structure of the website
  • Requests and Beautiful Soup
  • Reading and Analyzing HTML code
  • Saving scraped data
  • Downloading bulk images

Course content

15 sections97 lectures12h 53m total length
  • Section Introduction0:59

    Explore web scraping concepts and course materials, including Python intro and a GitHub repository. Learn static versus dynamic sites, HTML reading, and essential tool setup for real-life examples.

  • Course Material0:08
  • Checking If the Website is Static or Dynamic3:18

    Learn how to determine if a website is static or dynamic by inspecting network activity and disabling javascript, then choose appropriate scraping tools like selenium or playwright.

  • Deciding on the Method to be Used2:36

    Compare Beautiful Soup, Selenium, Scrapy, and Scrapy Playwright to choose the right web scraping method for static and dynamic websites.

  • Reading and Analyzing HTML Code23:14

    Learn to inspect and analyze HTML for web scraping, understanding head and body, common elements, and attributes like class, id, href.

  • Installing Python and Pycharm (WINDOWS)5:17

    Install python on windows, verify the version, check pip, install pycharm community edition, create a project, and run a hello world script.

  • Installing Python and Pycharm (LINUX)3:54

    Install Python on Linux, verify latest version with apt, install python3-pip, then install PyCharm Community Edition, and create a new project.

  • Installing Python and Pycharm (MACOS)4:56

    Install Python on macOS, verify with python3 --version and pip, install PyCharm community edition for macOS, select Apple silicon or Intel, create a project, and configure a virtual environment.

  • Installing Jupyter Notebook on Windows, Linux and MacOS (OPTIONAL)6:17

    Install and run jupiter notebook on Windows, Linux, and macOS using pip or python -m notebook, then create, save, and manage ipynb notebooks in your chosen folder.

  • About Real Life Examples...2:02

    Explore real life web scraping examples to master techniques, despite changing HTML structures that may break code; learn to adapt, solve issues, and apply concepts to your own projects.

  • Course Syllabus0:43

    Explore the course syllabus covering four web scraping tools, including beautiful soup, selenium, scrapy, and scrapy playwright, through hands-on exercises and real-life examples on ebay, imdb, yelp, and flying tiger.

Requirements

  • Just a PC with internet connection.
  • No programming experience is needed. I will teach you everything you need to know.
  • Fundamental Python knowledge is nice to have but not a must.

Description

In today's data-driven world, web scraping is a powerful tool that enables you to gather data from websites efficiently.

I designed this course to be the most complete web scraping course on Udemy. It is practical and exercise-based, ensuring you learn by doing through exercises and real-life projects.

We'll start with the basics on bookstoscrape and quotestoscrape (which are designed to be scraped) to help you grasp the fundamentals of web scraping. After learning the basics, we’ll dive deep into web scraping on real websites.

If you're new to Python, don't worry, we've got an extra section covering Python fundamentals to get you ready for this course.


What You'll Learn:

  • Requests and BeautifulSoup:

          Parse and extract data from HTML using eBay as an example.


  • Selenium:

          Automate browser interactions with real projects from IMDb.


  • Scrapy:

          Build scalable web scrapers with real-life examples from Flying Tiger and Yelp.


  • Scrapy-Playwright:

          Learn how to scrape dynamic websites with Scrapy by integrating Playwright.


Why This Course?

  • Hands-on Learning: The course is packed with exercises and real-life projects to help you apply what you learn immediately.


  • Practical Approach: I will focus on teaching you practical skills that you can use in your own projects.


  • Support for Beginners: An extra section on Python fundamentals ensures that even those new to programming can follow along and succeed.


Join me in this journey to unlock the full potential of web scraping. With practical exercises and real-world examples, you'll be well-equipped to gather data from the web effectively. Let's get started!

Who this course is for:

  • Total beginners who want to learn Web Scraping
  • Developers who intend to start Data Science from the essence of it