Web scraping advanced

Tutorial: Web scraping Advanced

Learning goals

  • Make more advanced use of selenium, emulating user interaction on a site (e.g., scrolling, clicking, and filling in forms)
  • Save the retrieved data as JSON files.

Getting started

  • Start with this optional tutorial (download)

Note: The advanced tutorial is not compatible with Google Colab. Please use Jupyter Notebook or VS Code on your local machine.