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

  1. Open the company page on LinkedIn
  2. 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/
  3. The ID is the number after fsd_company: and before &quot;

2. Connect with people in the company

  1. Log in to LinkedIn with the user account you are using with Yalis.
  2. Connect with as many people in the company as you can.
  3. Wait for them to accept your connection requests.

More accepted connections = More people from that company in your network = More results

3.Run yalis

  1. Log the output with the script command as a backup in case Yalis crashes: script ~/yalis.script
  2. Execute yalis.
    • Replace <COMPANY ID> with the company ID you found earlier.
    • Modify the output format to match your desired output.
./yalis --id <COMPANY ID> -c config.yml -f '{first} {last}' -o ~/yalis-output.csv