• Stars
    star
    168
  • Rank 218,476 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A LinkedIn Scraper to scrape up to 10k LinkedIn profiles from company profile links and save their e-mail addresses if available!

LinkedIn Lead Scraper

A LinkedIn Scraper to scrape up to 10k LinkedIn profiles and save their e-mail addresses if available!
It collects 10k profiles from LinkedIn directory and their details like name, current position/headline and their location information. After all profiles are collected, it starts finding their email addresses

Prerequisites

  1. Python 3.x only (Download from here) and make sure to tick on "Add to PATH" during installation in windows machines
  2. Installation of below module using command line
pip3 install requests
  1. Account in LinkedIn is a must! You can create temporary profiles if you want.

Variants Details

Random_Scraper.py is the initial development of the scraper that collects up to 10k random linkedin profiles from directory and picks info from their profile
CompanyWise_Leads.py is the revised version of the code to be able to collect company wise employee profiles for more leads information.

Limits

  • Do not login from IP address from where you don't usually login to your linkedin account, otherwise it will trigger their security system and won't let you login.
  • Result is limited to 10,000 records only
  • First page data is not collected due to being away from API endpoint capability.

Usage

Once you have installed and setup the prerequisites, open the code(.py file) with a text editor(must not be any rich text editor) and you will see linkedin_email and linkedin_password variables.
Put your linkedin email and password there(inside the double quote) and save the code
Now you can double click the Random_Scraper.py or CompanyWise_Leads.py to execute and for linux or mac users, in the terminal, cd to script folder and type

python3 Random_Scraper.py
Or,
python3 CompanyWise_Leads.py

More Repositories

1

TikTok-Video-Downloader-PHP

A simple but effective one page TikTok video downloader(watermark free) script developed by Tufayel
PHP
287
star
2

LinkedIn-Email-Scraper

A python script that can scrape LinkedIn profiles for emails. Developed by Tufayel_LUS
Python
39
star
3

Instagram-Valid-Phone-Bruter

Bruteforces a range of phone numbers to detect which number is used to create account in instagram
Python
27
star
4

Twitter-UserName-Availability-Lookup

Checks for availability of twitter account using twitter web api. Supports bulk checker (last checked 12-03-2020)
Python
15
star
5

Yahoo-Account-Checker

A python driven yahoo username availability validation software developed by Tufayel with proxy support
Python
9
star
6

TikTok-Video-Downloader-Python-Flask

A simple TikTok video downloader using python flask that actually works but with watermarks!
HTML
4
star
7

Instagram-Reels-Downloader-Scripts

Instagram Reels Downloader Scripts that allows you to download Instagram reels on to your computer/phone easily
PHP
4
star
8

Python-Excel-Writer-Template-Code

A python template code that can save Unicode data in xls/xlsx file with headers included
Python
3
star
9

Likee-Video-Downloader-PHP

A simple but effective one page Likee video downloader script developed by Tufayel
PHP
3
star
10

Python-Selenium-Use-Authenticated-Proxy

Code for using authenticated proxy with selenium chromedriver in python
Python
3
star
11

TrueCar.com-Scraper-In-Python

This is a python based web scraper program made with love using Python and requests library
Python
3
star
12

FCM-Notifier

A C# program to send FCM(Firebase Cloud Messaging) push notification to devices using FCM listener
C#
2
star
13

Captcha-Solver-Templates-Python

This contains captcha solver python template code for 2captcha, deathbycaptcha etc.
Python
2
star
14

Generate-Text-On-Image-Background-Python

A function in python to use PIL and pilmoji libraries for creating text on a fixed color background
Python
2
star
15

Voice-Based-ChatBot-Using-Google-Bard-And-Speech-Recognition

Voice based ChatBot using google bard unofficial API library and Google speech recognition library of Python
Python
2
star
16

Instagram-Info-Scraper

Collects a list of instagram user profile data using jQuery Ajax and without any need of server!
HTML
2
star
17

Twitter-Tweet-Scraper-API-PHP

A PHP curl based Twitter tweets scraper API developed by Tufayel Ahmed
PHP
1
star
18

CGPA-Calculator

A GUI CGPA Calculator using C#
1
star
19

TufayelLUS

1
star
20

LinkedIn-CV-Downloader

A Python based GUI automation software for downloading bulk LinkedIn CV / LinkedIn Resume from a list of profile links
Python
1
star
21

Anibis-AutoScout24-Deal-Comparison-Tool

A python based software to monitor anibis.ch website to compare the listing price with autoscout24.ch similar listings to find price difference percentage
Python
1
star
22

Control-Android-Using-ADB-ScrCpy-And-Python

This is a template code repository for controlling android using adb shell, scrcpy mirroring tool and python
Python
1
star
23

Bulk-Reverse-IP-Grabber

A python tool to generate nearest reverse IP ranges from a given IP address (uses statsnode)
Python
1
star