Skip to content

A tool to scrape LinkedIn without API restrictions for data reconnaissance

Notifications You must be signed in to change notification settings

Natgho/ScrapedIn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScrapedIn

tool to scrape LinkedIn

this tool assists in performing reconnaissance using the LinkedIn.com website/API. Provide a search string just as you would on the original website and let ScrapedIn do all the dirty work. Output is stored as an XLSX file, however it is intended to be used with Google Spreadsheets. After importing the XLSX into Google Spreadsheets there will be a "dataset" worksheet and a "report" worksheet.

dataset

  • first name
  • last name
  • occupation
  • location
  • industry
  • profile URL
  • picture URL

report

  • Picture (displayed)
  • Full Name, Occupation
  • Link to Profile

Disclaimer

this tool is for educational purposes only and violates LinkedIn.com's TOS. Use at your own risk.

Screenshots

alt tag

alt tag

alt tag

alt tag

How to install

sudo apt-get install python-pip -y

sudo pip install -r requirements.txt

How to build

pyinstaller --onefile ScrapedIn.py

About

A tool to scrape LinkedIn without API restrictions for data reconnaissance

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%