A Chrome extension to assist in exporting data from LinkedIn Sales Navigator.
This tool automates actions on LinkedIn Sales Navigator and is against their Terms of Service. Use at your own risk. Your account could be restricted or banned. Avoid exporting large amounts of data quickly.
- Export profile data from Sales Navigator search results
- Configurable delay between actions to mimic human behavior
- Progress tracking
- CSV export
- Clean, modern UI
-
Clone this repository:
git clone https://github.com/yourusername/sales-navigator-export.git cd sales-navigator-export -
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
distdirectory from this project
- Open Chrome and go to
- Navigate to a Sales Navigator search results page
- Click the extension icon in your browser toolbar
- Click "Start Export" to begin scraping
- The extension will automatically:
- Extract profile data from the current page
- Navigate to the next page
- Continue until stopped or reaching the maximum profiles
- Click "Stop Export" at any time to end the process
- The data will be automatically downloaded as a CSV file
npm run build- Build the extensionnpm run watch- Build and watch for changesnpm run type-check- Run TypeScript type checking
src/
├── background.ts # Background service worker
├── contentScript.ts # Content script for DOM interaction
├── popup.ts # Popup UI logic
├── types.ts # TypeScript type definitions
├── utils.ts # Utility functions
├── selectors.ts # DOM selectors
├── popup.html # Popup UI
└── options.html # Options page UI
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational purposes only. Use at your own risk. The developers are not responsible for any consequences resulting from the use of this tool.