All Projects → TufayelLUS → LinkedIn-Scraper

TufayelLUS / LinkedIn-Scraper

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LinkedIn-Scraper

Linkedin-Client
Web scraper for grabing data from Linkedin profiles or company pages (personal project)
Stars: ✭ 42 (-32.26%)
Mutual labels:  scraper, linkedin, leads, linkedin-scraper
LinkedIn-Downloader
LinkedIn DL is a small GUI program codded with Python and based on my previous Lynda Download script
Stars: ✭ 85 (+37.1%)
Mutual labels:  linkedin, linkedin-bot, linkedin-scraper
LinkedIn networking
Python code to automatically expend your LinkedIn network based on your interest. ONLY FOR EDUCATIONAL PURPOSES. PLEASE DO NOT MISUSE IT.
Stars: ✭ 27 (-56.45%)
Mutual labels:  linkedin, linkedin-bot, linkedin-scraper
linkedin connect
Configurable and easy to use LinkedIn tool to automate connections with personalized messages.
Stars: ✭ 58 (-6.45%)
Mutual labels:  linkedin, linkedin-bot, linkedin-scraper
github-readme-linkedin
📋 A serverless application to get dynamically generated images from your LinkedIn profile on your GitHub READMEs
Stars: ✭ 52 (-16.13%)
Mutual labels:  linkedin, linkedin-scraper
LinkedIn-Auto-Endorsement-Bot
A chrome extension to automatically endorse all your connection's skills. Or a LinkedIn bot to automatically endorse all skills of your connections. Endorse everyone on LinkedIn. Auto Endorser.
Stars: ✭ 29 (-53.23%)
Mutual labels:  linkedin, linkedin-bot
SocialInfo4J
fetch data from Facebook, Instagram and LinkedIn
Stars: ✭ 44 (-29.03%)
Mutual labels:  scraper, linkedin
linkedinscraper
LinkedinScraper is an another information gathering tool written in python. You can scrape employees of companies on Linkedin.com and then create these employee names, titles and emails.
Stars: ✭ 22 (-64.52%)
Mutual labels:  scraper, linkedin
Linkedin
Linkedin Scraper using Selenium Web Driver, Chromium headless, Docker and Scrapy
Stars: ✭ 309 (+398.39%)
Mutual labels:  scraper, linkedin
Operative Framework
operative framework is a OSINT investigation framework, you can interact with multiple targets, execute multiple modules, create links with target, export rapport to PDF file, add note to target or results, interact with RESTFul API, write your own modules.
Stars: ✭ 511 (+724.19%)
Mutual labels:  scraper, linkedin
Scrapedin
LinkedIn Scraper (currently working 2020)
Stars: ✭ 453 (+630.65%)
Mutual labels:  scraper, linkedin
Email Extractor
The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url
Stars: ✭ 81 (+30.65%)
Mutual labels:  scraper, email-marketing
linky
Yet Another LInkedIn Scraper...
Stars: ✭ 44 (-29.03%)
Mutual labels:  scraper, linkedin
Scrape Linkedin Selenium
`scrape_linkedin` is a python package that allows you to scrape personal LinkedIn profiles & company pages - turning the data into structured json.
Stars: ✭ 239 (+285.48%)
Mutual labels:  scraper, linkedin
Linkedin scraper
A library that scrapes Linkedin for user data
Stars: ✭ 413 (+566.13%)
Mutual labels:  scraper, linkedin
Linkedin Profile Scraper
🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON. Works in 2020.
Stars: ✭ 171 (+175.81%)
Mutual labels:  scraper, linkedin
linkedin-scraper
Tool to scrape linkedin
Stars: ✭ 74 (+19.35%)
Mutual labels:  linkedin, linkedin-scraper
social-media-hacker-list
Growing list of apps and tools for enhancing social media experiences.
Stars: ✭ 198 (+219.35%)
Mutual labels:  linkedin
diffbot-php-client
[Deprecated - Maintenance mode - use APIs directly please!] The official Diffbot client library
Stars: ✭ 53 (-14.52%)
Mutual labels:  scraper
ant
A web crawler for Go
Stars: ✭ 264 (+325.81%)
Mutual labels:  scraper

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].