Skip to content

Linkedin-Sales-Navigator-Scraper is an open-source Chrome extension designed to extract valuable data from LinkedIn Sales Navigator. It helps users collect leads, profile information, and other essential details efficiently, making it a powerful tool for sales and recruitment professionals.

Notifications You must be signed in to change notification settings

qtecsolution/Linkedin-Sales-Navigator-Scraper

Repository files navigation

Linkedin Sales Navigator Data Scraper Chrome Extension

This project is a Chrome extension designed to scrape data from LinkedIn's Sales Navigator. It extracts relevant information such as names, profile URLs, industries, employee counts, and more, and allows users to download the data in CSV format. The extension is built using React and leverages Chrome's scripting and storage APIs for data extraction and management.

Features

  • Scrape Account Data: Extract detailed information from LinkedIn's Sales Navigator Account pages, including names, profile URLs, industries, employee counts, and more.
  • Scrape Lead List Data: Extract data from LinkedIn's Sales Navigator Lead List pages, including names, profile URLs, designations, and outreach activities.
  • CSV Export: Convert scraped data into CSV format for easy analysis and storage.
  • Chrome Storage Integration: Save scraped data locally within the Chrome browser for later retrieval.
  • User-Friendly Interface: Simple and intuitive UI for easy navigation and operation.

Demo

Watch the video below to see how the extension works:

linkedin_scrapper_tutorial.jpg

Installation Guide

Option 1: Use Pre-Built Extension (No Modifications Needed)

  1. Download the Project:

    • Download the project as a .zip file from the repository.
    • Unzip the folder to a location on your computer.
      likedin data scrapper extension
  2. Load the Extension in Chrome:

    • Open Chrome and go to chrome://extensions/.
    • Enable Developer mode in the top-right corner.
    • Click Load unpacked and select the dist folder from the unzipped project.
      load likedin data scrapper extension
    • The extension is now ready to use!
      likedin sales navigator data scrapper extension

Option 2: Build the Extension from Source (For Modifications)

Prerequisites:

Before installing the extension, ensure you have the following:

  • Node.js (v16 or higher recommended)
  • npm (usually comes with Node.js)
  • Google Chrome browser

Instructions:

  1. Clone the Repository:

    git clone https://github.com/qtecsolution/Linkedin-Sales-Navigator-Scraper.git
    cd Linkedin-Sales-Navigator-Scraper
    
  2. Install Dependencies:

    npm install
  3. Make Modifications (Optional):

    • Modify the code as needed for your use case.
  4. Build the Extension:

    npm run build
    • This generates the dist folder containing the built extension.
  5. Load the Extension in Chrome:

    • Open Chrome and go to chrome://extensions/.
    • Enable Developer mode in the top-right corner.
    • Click Load unpacked and select the dist folder from the project.

    The extension is now ready to use with your changes.

Usage

  1. Navigate to LinkedIn:

    • Open LinkedIn Sales Navigator and navigate to either the Account or Lead List page you wish to scrape.
    likedin data scrapper extension
  2. Scrape Data:

    • Click on the extension icon in the Chrome toolbar.
    • Select either Scrap This Table for Account data or Scrap This Table for Lead List data.
    • Ensure you scroll to the bottom of the page to load all data before scraping.
  3. Download CSV:

    • After scraping, click Download CSV to save the data to your computer.
  4. Clear Data:

    • Use the Clear Data button to remove all scraped data from the extension's storage.

Contribute

This is an open source project and contributions are welcome. If you are interested in contributing, please follow this steps:

  1. Fork the Repository:

    • Fork the project on GitHub.
  2. Create a Branch:

    • Create a new branch for your feature or bug fix.
    git checkout -b feature/your-feature-name
    
  3. Submit a Pull Request:

    • Open a pull request from your branch to the main repository. Provide a detailed description of your changes.

    Our Team will review and merge your request

Troubleshooting

Extension Not Loading

  • Ensure you have enabled Developer mode in chrome://extensions/.
  • Make sure you are selecting the correct dist folder after building the project.

Data Not Scraping

  • Ensure you are on a valid LinkedIn Sales Navigator page (Account or Lead List).
  • Scroll to the bottom of the page to load all data before scraping.

Build Errors

  • Ensure all dependencies are installed by running npm install.
  • Check for any syntax errors or missing files in your code.

Notes

  • Ensure you comply with LinkedIn's Terms of Service when using this extension.
  • This extension is intended for educational and ethical use only.

FAQs

Q1. Can I use this extension on other LinkedIn pages?

Ans: No, this extension is specifically designed for LinkedIn Sales Navigator (Account and Lead List pages).

Q2. Is this extension safe to use?

Ans: Yes, the extension runs locally in your browser and does not send data to external servers. However, always ensure you comply with LinkedIn's Terms of Service.

Q3. Can I modify the CSV output format?

Ans: Yes, you can modify the code in the src folder to customize the CSV output. After making changes, rebuild the extension using npm run build.

Changelog

v1.0.0 (Initial Release)

  • Added support for scraping Account and Lead List data.
  • Implemented CSV export functionality.
  • Integrated Chrome storage for local data saving.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

If you encounter any issues or have questions, feel free to reach out through the following channels:

Follow Us on Social Media

Stay updated with the latest news, updates, and releases:

Qtec Solution Limited.
View Portfolio Facebook Instagram LinkedIn X YouTube Website

About

Linkedin-Sales-Navigator-Scraper is an open-source Chrome extension designed to extract valuable data from LinkedIn Sales Navigator. It helps users collect leads, profile information, and other essential details efficiently, making it a powerful tool for sales and recruitment professionals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •