Skip to content

SoCloseSociety/BOT-Linkedin_DataLinks_Scrapping

Repository files navigation

Scrapping LinkedIn Contact Info

Here is the Python code for scraping contact info on LinkedIn.

Libraries Used

  • Selenium
  • BeautifulSoup
  • Pandas
  • numpy
  • pyperclip
  • pyautogui
  • csv

How to Use

Before you can use this code, you first need to make sure that you have all the necessary libraries installed on your system. You can do this using pip, by running the following commands:

pip install selenium
pip install beautifulsoup4
pip install pandas
pip install numpy
pip install pyperclip
pip install pyautogui

Also, make sure you have installed the appropriate Chrome driver for your Chrome version. You can do this using the Webdriver Chrome driver manager by running the following command:

pip install webdriver-manager

Once you have installed all the necessary libraries and the Chrome driver, you can run the script using the following command:

python linkedin_scraper.py

Disclaimer

This script is provided for informational purposes only. You are solely responsible for the use of this script and any consequences that may arise from it. By using this script, you agree not to hold its author or any other party involved in its creation or distribution liable for any damages or losses that you may incur while using this script.

About

Here is the Python code for scraping contact info on LinkedIn.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages