Skip to content

You are employer. You made a job posting. Use this script to grab all applicants personal data.

Notifications You must be signed in to change notification settings

lucasudar/linkedin_applicants_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Applicant Scraper

This project is a LinkedIn applicant scraping tool built using Python and Selenium. It automates the process of logging into LinkedIn, navigating to a specific job posting, collecting applicant data (name, location, email, phone, and profile link), and saving this data into a CSV file.

Features

  • Login to LinkedIn: The scraper can log into LinkedIn using provided credentials.
  • Navigate to Job Postings: Once logged in, it navigates to a specified job URL to collect applicant data.
  • Collect Applicant Data: For each applicant, it gathers key details such as:
    • Name
    • Location
    • Email
    • Phone number
    • LinkedIn profile link
  • Handle Pagination: The scraper handles pagination and processes all applicants across multiple pages.
  • Save to CSV: After collecting data, it saves the information into a CSV file for further analysis or processing.

Requirements

Before running the scraper, ensure that you have the following dependencies installed:

  • Python 3.x
  • pip (Python package installer)

You can install the necessary Python packages using the following command:

pip install -r requirements.txt

Setup and Configuration

  1. Clone the Repository: Clone this project to your local machine:
git clone https://github.com/lucasudar/linkedin_applicants_scraper.git
  1. Configure LinkedIn Credentials: Create a configuration file app-config.properties with your LinkedIn credentials and job URL. Example app-config.properties file:
username=your_linkedin_username
password=your_linkedin_password
url=https://www.linkedin.com/jobs/view/job-id
  1. Setup your env.
  2. Run script.

About

You are employer. You made a job posting. Use this script to grab all applicants personal data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages