linkedin2username is a OSINT Tool for Generate username lists from companies on LinkedIn. Works with Python2.
This is a pure web-scrapper, no API key required. You use your valid LinkedIn username and password to login, it will create several lists of possible username formats for all employees of a company you point it at.
Here’s how to get that company ID (I will automate this later):
– Log in to LinkedIn
– Find a comapny’s overview page (ie https://www.linkedin.com/company/uber/)
– Hover over “See all xxx employees on LinkedIn”
– Look for the ID number in “facetCurrentCompany” in the URL. (Uber is 361843).
Use and Download:
git clone https://github.com/initstring/linkedin2username && cd linkedin2username python linkedin2username.py myname@email.com 980761
Source: https://github.com/initstring