Yalis LinkedIn Enumeration/Scraper
Installation
git clone https://github.com/EatonChips/yalis
cd yalis
go build
Put linkedin creds in config.yml.
Also consider:
- Changing the user agent.
- Increasing the delay to 5.
Usage
1. Find the target company ID
- Open the company page on LinkedIn
- Search the HTML source for
fsd_company:- The most common instance on the page is probably the one you want. (grep fu)
- You can test the company ID by visiting:
https://www.linkedin.com/company/<COMPANY ID/
- The ID is the number after fsd_company: and before
"
2. Connect with people in the company
- Log in to LinkedIn with the user account you are using with Yalis.
- Connect with as many people in the company as you can.
- Wait for them to accept your connection requests.
More accepted connections = More people from that company in your network = More results
3.Run yalis
- Log the output with the
scriptcommand as a backup in case Yalis crashes:script ~/yalis.script - Execute yalis.
- Replace
<COMPANY ID>with the company ID you found earlier. - Modify the output format to match your desired output.
- Replace
./yalis --id <COMPANY ID> -c config.yml -f '{first} {last}' -o ~/yalis-output.csv