Skip to content

Script to scrape data from Linkedin using e-mails to search.

Notifications You must be signed in to change notification settings

pixlmaster/scrink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scrink

Frameowrks/Libraries used

  1. Python 3.6.7
  2. Selenium 3.141.0
  3. BeautifulSoup

Usage

Just run the script in terminal using python3 script.py

FILES

  1. Input.csv Contains input email ids to be searched on thumbtube.
  2. Output.csv contains the scraped data which includes first name, last name,linkedin url designation, company, location.
  3. Script.py Python script for scraping data.

Functions

  1. broweser_init()= initiates a headless firefox window.
  2. site_login()= logs in to test account.
  3. profile_search()= searches for profile on thumbtube.
  4. get_deatils()= extracts data from linkedin profile.

NOT

Currently the extraction is limited to 50 accounts daily because of lack of API access by Linkedin, contact me if you know how to bypass this limit! :)

About

Script to scrape data from Linkedin using e-mails to search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages