Skip to content

Instantly share code, notes, and snippets.

@ypcrts
Created November 7, 2019 18:03
Show Gist options
  • Save ypcrts/ae7b392ee357fbb2a1641d525e88cafd to your computer and use it in GitHub Desktop.
Save ypcrts/ae7b392ee357fbb2a1641d525e88cafd to your computer and use it in GitHub Desktop.
LinkedIn name scraper
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