Project utilizes Google search functionality to scan Linkedin for anything that has an email
let myLocalValue = `site:linkedin.com \"@${company}.com\" \"${searchTerm}\" email`;
is translated to
site:linkedin.com "@xxx.com" "recruiter" "email"
- Make sure nodejs is installed
- Clone the project
- Open up terminal
- Run
npm install
- Modify the input.csv for any companies you want, do not modify the first line where it says company
- Run:
npm start
- Follow instructions and wait for output to be spit out
Note: if you want to change the specific search term being used: var searchTerm = 'recruiter';