All Projects β†’ harsha-iiiv β†’ LInkedIn-Reverese-Lookup

harsha-iiiv / LInkedIn-Reverese-Lookup

Licence: MIT license
πŸ”ŽSearch LinkedIn profile by email addressπŸ“§

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to LInkedIn-Reverese-Lookup

Secret Agent
The web browser that's built for scraping.
Stars: ✭ 151 (+655%)
Mutual labels:  scraping, chromium, puppeteer
Linkedin Profile Scraper
πŸ•΅οΈβ€β™‚οΈ LinkedIn profile scraper returning structured profile data in JSON. Works in 2020.
Stars: ✭ 171 (+755%)
Mutual labels:  linkedin, scraping, puppeteer
puppeteer-botcheck
πŸ•΅β€β™‚ Bot detection tests for Puppeteer. Hide and seek!
Stars: ✭ 42 (+110%)
Mutual labels:  scraping, puppeteer, puppeteer-extra
Headless Chrome Crawler
Distributed crawler powered by Headless Chrome
Stars: ✭ 5,129 (+25545%)
Mutual labels:  scraping, chromium, puppeteer
Linkedin
Linkedin Scraper using Selenium Web Driver, Chromium headless, Docker and Scrapy
Stars: ✭ 309 (+1445%)
Mutual labels:  linkedin, scraping
briskine
Write faster with templates and keyboard shortcuts.
Stars: ✭ 88 (+340%)
Mutual labels:  linkedin, outlook
Linkedin Learning Downloader
Linkedin Learning videos downloader
Stars: ✭ 171 (+755%)
Mutual labels:  linkedin, scraping
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 (+1095%)
Mutual labels:  linkedin, scraping
pupflare
A webpage proxy that request through Chromium (puppeteer) - can be used to bypass Cloudflare anti bot / anti ddos on any application (like curl)
Stars: ✭ 183 (+815%)
Mutual labels:  chromium, puppeteer
clusteer
Clusteer is a Puppeteer wrapper written for Laravel, with the super-power of parallelizing pages across multiple browser instances.
Stars: ✭ 81 (+305%)
Mutual labels:  chromium, puppeteer
linkedin-scraper
Tool to scrape linkedin
Stars: ✭ 74 (+270%)
Mutual labels:  linkedin, scraping
Social-Media-Automation
Automate social media because you don't have to be active on all of themπŸ˜‰. Best way to be active on all social media without actually being active on them. πŸ˜ƒ
Stars: ✭ 186 (+830%)
Mutual labels:  linkedin, puppeteer
Thal
Getting started with Puppeteer and Chrome Headless for Web Scraping
Stars: ✭ 2,345 (+11625%)
Mutual labels:  scraping, puppeteer
Social Media Profiles Regexs
πŸ“‡ Extract social media profiles and more with regular expressions
Stars: ✭ 324 (+1520%)
Mutual labels:  linkedin, scraping
playwright-demos
playwright for scrapping and UI testing / automate testing workflows
Stars: ✭ 65 (+225%)
Mutual labels:  chromium, puppeteer
docker-selenium-lambda
The simplest demo of chrome automation by python and selenium in AWS Lambda
Stars: ✭ 172 (+760%)
Mutual labels:  scraping, chromium
Educative.io Downloader
πŸ“– This tool is to download course from educative.io for offline usage. It uses your login credentials and download the course.
Stars: ✭ 139 (+595%)
Mutual labels:  scraping, puppeteer
socials
πŸ‘¨β€πŸ‘©β€πŸ‘¦ Social account detection and extraction in Python, e.g. for crawling/scraping.
Stars: ✭ 37 (+85%)
Mutual labels:  linkedin, scraping
Awesome Puppeteer
A curated list of awesome puppeteer resources.
Stars: ✭ 1,728 (+8540%)
Mutual labels:  scraping, puppeteer
Whatsapp-Net
Generate a network graph of connections from your WhatsApp groups data
Stars: ✭ 75 (+275%)
Mutual labels:  scraping, puppeteer

LinkedIn-Reverese-Lookup

πŸ”ŽSearching LinkedIn profile by email addressπŸ“§

Sales Navigator is a sales tool, designed to allow sales teams to build and nurture customer relationships on LinkedIn. It was recently announced that as of March 2020 Sales Navigator would no longer function within Gmail, due to low usage. Whilst sales teams may not have been using Sales Navigator in its intended sense, OSINT practitioners were using it day-to-day when conducting people searching.

Until 08/04/2020, anyone with a LinkedIn account could manipulate a URL to give them the results of a Sales Navigator search for an email address, without having to pay for Sales Navigator. Simply changing the email address at the end of the URL, you could freely query LinkedIn for any email address, to identify if it was linked to a LinkedIn account. The query was as follows:

https://www.linkedin.com/sales/gmail/profile/viewByEmail/[email protected].

However, instead of getting the expected result for your query, you are now met with a message stating "Something went wrong while displaying this profile. Please reload or try again later.".

Fortunately, there is another way to search LinkedIn by email address. Since 2017, Sales Navigator has been integrated with Outlook, as well as Gmail. Microsoft owns both Outlook and LinkedIn and a large number of corporations use Outlook for day-to-day activity, so it makes sense for Microsoft to integrate with Outlook rather than Gmail.

πŸ”ŽLinkedIn by email address.

Disclaimer :- I am not promoting any illegal activity here. This is purely for educational purpose . I am not responsible if you use it for illegal purpose or cross the linkedin terms and conditions .

Installation Guide

  1. Open terminal on your PC.
  2. Clone the repo git clone https://github.com/harsha-iiiv/LInkedIn-Reverese-Lookup.git
  3. Go inside the project directory
  4. Go to keys.js file and add your microsoft email, password and emails count there.
  5. Install dependencies npm install
  6. Now before runnig find.js file make sure you imported emails as contacts into the your outlook and node find.js

Requirements

If you want to see the whole process

In keys.js file you have to set a variable name head=false;

But while for deployment we need headless as true.

Todo

Deployment on Cloud

How it works

Project is made using Puppeteer which is a Node library which provides a high-level API to control headless Chrome or Chromium. We open a chromium app on server where we can add create open tabs see browser versions and everything.

So here we are using puppeteer-extra and puppeteer-extra-plugin-stealth which helps in creating an instance of chrome where google don't able to detect that it is created by puppeteer.


Made with ❀️ by Harsha Surisetty

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].