I am trying to scrape the webpage of the UCLA faculty for a personal project.
https://samueli.ucla.edu/search-faculty/#cs
How do I get the data of the webpage when none of the data is visible in the source code?
I am using beautifulsoup to web scrape the website. I cannot figure out how to get the names and other data when none of it is visible.