Skip to Content
Krannert Purdue Logo

Analytics Practice : Web Scraping - Dynamic content (practice)

This page shows a practice of webscraping dynamic content. Assuming you have python and selenium package pre-installed, if not, please go to Web Scraping - dynamic content page.

The key is to locate where the dynamic content is stored in the host server. Fortunately, 'xpath' provides a nice way to copy the path. Hope you will find the following video helpful to learn webscraping dynamic content.