Last answered:

06 Nov 2024

Posted on:

02 Nov 2024

0

selenium library

what about selenium? isn't it necessary when scraping dynamic websites?
1 answers ( 0 marked as helpful)
Instructor
Posted on:

06 Nov 2024

0
Hi,

Selenium is indeed popular for scraping dynamic content. However, this coruse focuses more on the basics of scraping by traversing the plain HTML code with BeautifulSoup.

In addition, at the end we introduce requests-html which can serve a similar purpose as Selenium, allowing us to scrape dynamic content by running the JavaScript.

Best,
Nikola, 365 Team

Submit an answer