A chrome extension to extract information about your LinkedIn network without a LinkedIn developer account. All you need is your active LinkedIn login within the browser.
Extract Key Network Details:
chrome://extensions/
in your browser.Please note that InSight is not affiliated with LinkedIn. Using it might violate LinkedIn's Terms of Service. Use it at your own risk. This extension is meant to be used as a personal network evaluation tool. By using this tool, you agree to not hold the author or contributors responsible for any consequences resulting from its usage.
LinkedIn prevents straightforward web scraping without session cookies and specific headers. This extension modifies HTTP requests made by LinkedIn. It retrieves your connections in bulk while preserving the essential headers and cookie data.
The extension incorporates safeguards against exceeding LinkedIn's rate limits. It retrieves
connections in batches of 100 (set as requestChunksDivider
on background.js) and introduces
random delays (maximum delay in miliseconds is set as maxDelay
in background.js) between
requests to ensure smooth operation.
For more information about how linkedin Voyager API works, check out this amazing project by tomquirk, which inspired this project. (This project does not rely on linkedin-api by tomquirk)
Importantly, no data will be stored externally. The extension does not save any of the gathered data on any external servers.