Nicholas-C-Brown / COSC419F-Project

:)
1 stars 0 forks source link

Research Web Scraping #1

Open ross-morrison opened 2 years ago

ross-morrison commented 2 years ago
Nicholas-C-Brown commented 2 years ago

Since the LinkedIn API is extremely limited for general users web scraping is the only option for fetching data.

We'll be using the Selenium library to do web scraping. Selenium uses the Chrome Webdriver

Basic use of Selenium can be found here.