No description
| images | ||
| profiles | ||
| headers.py | ||
| ice.csv | ||
| ice.jpg | ||
| ice.json | ||
| ice_raw.json | ||
| index.html | ||
| linked_in_scraper.py | ||
| README.md | ||
| requirements.txt | ||
| template.html | ||
LinkedIn members who work for ICE
Browse it here: https://antiboredom.github.io/ice-linkedin/
Please note that this script requires a LinkedIn account with a premium membership
In order to run the code, first clone the repository, then install requirements:
pip install -r requirements.txt
Next, you'll need to edit header.py with info about your linkedin account. This is a bit tedious.
- Log in to your linkedin account in Chrome
- Go to the sales navigator page for ICE: https://www.linkedin.com/sales/search?pivotType=EMPLOYEE&pivotId=533534
- Open your browser's development tools, and then click on the
networktab, and then selectXHR - Scroll to the bottom of the page and click the
Nextbutton - You should see a url appear on the network tab. Right click and select
Copy as cURL - Open up https://curl.trillworks.com/ and paste into the
curl commandarea - Copy everything in between
headers = {}intoheader.py
Run the script with
python linked_in_scraper.py