Simple Tool for employees recon (searching trere LinkedIn profile)
- Create free account in : https://serper.dev (you can use Temp mail https://temp-mail.org/)
- Take the API Key and export it on Linux machine:
export SERPER_API_KEY="XXXXXXXXX"- Create enviroment
python3 -m venv LinkedInSearch- Enter the enviroment
Source LinkedInSearch/bin/active- Install:
pip install requests - Usage:
python3 LinkedInSearch.py -q "Company" --pages 5 --per-page 20