Skip to content

🎯 Find any linkedin profiles from any company name and job title

Notifications You must be signed in to change notification settings

titi-devv/linkedin_profile_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LinkedIn Profiles Finder 🎯

This Python script finds LinkedIn profiles based on company names and job titles. It uses Google Dorks queries to search for LinkedIn profiles and extracts names, job titles, and LinkedIn profile links.

Getting Started πŸš€

  1. Python Installation: Install python here.

  2. Clone this repository: git clone https://github.com/titi-devv/linkedin_profile_finder.git

  3. Go in the root folder: cd linkedin_profile_finder

  4. Library Installation: Install the required libraries by running the following command:

    pip install requests beautifulsoup4 httpx pandas
  5. Prepare Your Data: Create a CSV file containing companies name.

Usage πŸ“‹

  1. Customize Queries: Customize the queries list with the job titles you want to search for.
queries = ["CEO", "Digital Marketing Manager", "Product", "Whatever you want"]
  1. Specify CSV Details: Specify the name of your CSV file and the column where the company names are located.
csv_file = "your_companies.csv"
companies_name_column = "company_name_column"
  1. Start Scraping: Run the script to start scraping LinkedIn profiles with the following command:
python linkedin.py

The script will initiate the scraping process and generate a JSON file with every companies and related LinkedIn profile information.

Features ✨

  • Searches and scrapes LinkedIn profiles based on company names and job titles.
  • Filters out irrelevant search results.
  • Extracts names, job titles, and LinkedIn profile links.
  • Outputs the results in a JSON file.

Customization πŸ› οΈ

You can customize the script by adjusting the queries, CSV file details, or other parameters to fit your specific requirements.

Credits πŸ™Œ

  • The script uses the requests library for making HTTP requests.
  • HTML parsing is performed using BeautifulSoup.
  • Google Dorks queries are used for LinkedIn profile searches.
  • Data processing and output are managed with pandas.
  • This is an updated version of @Rreddington_'s script

Author πŸ‘€

[titi]

About

🎯 Find any linkedin profiles from any company name and job title

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages