LinkedIn scrapper is advanced search result scrapper to find all people of different profile in excel sheet
You can install python 3 from https://www.python.org
You can install selenium using Python Package manager.
command: pip istall selenium
You can install webdriver for chrome browser for selenium from here : https://chromedriver.chromium.org/downloads
Note: Check your Chrome version before download
You can install BeautifulSoup using Python Package manager.
command: pip istall beautifulsoup4
You can install Xlsxwriter to generate Excel file using Python Package manager.
command: pip istall Xlsxwriter