Obtain employee names and email addresses based on LinkedIn data
Goal
•
Installation
•
Usage
•
Issues
•
License
Built with ❤ by the Northwave Red Team
Obtain employee names and email addresses based on LinkedIn data.
pip install git+https://github.com/NorthwaveSecurity/linkedin-crawler
or
make install
Copy settings.example.toml
to settings.toml
and set the cookie values based on the values of a logged-in browser session.
You can also install a settings file in ~/.config/linkedin_crawler/settings.toml
Search for a company's employees on LinkedIn and copy the company ID from the URL:
linkedin_crawler <company_id> <email_domain>
linkedin_crawler --help
make tests
Issues or new features can be reported via the Github issue tracker. Please make sure your issue or feature has not yet been reported by anyone else before submitting a new one.
LinkedIn Crawler is open-sourced software licensed under the MIT license.