Created
November 7, 2019 18:03
-
-
Save ypcrts/ae7b392ee357fbb2a1641d525e88cafd to your computer and use it in GitHub Desktop.
LinkedIn name scraper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const j = new Set; | |
document.querySelectorAll('.actor-name').forEach(e => j.add(e.innerText)); | |
document.querySelector('#ember2469').click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment