Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ScrapedIn — A tool to scrape LinkedIn without API restrictions for data reconnaissance | Kitploit
Tools/GitHubGitHub/dchrastil/scrapedin
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSocial EngineeringEmail Harvesting
GitHubdchrastil/scrapedin

ScrapedIn

A tool to scrape LinkedIn without API restrictions for data reconnaissance

View Repository
1.2k1612 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ScrapedIn

Tool to scrape LinkedIn

This tool assists in performing reconnaissance using the LinkedIn.com website/API for red team or social engineering engagements. It performs a company specific search to extract a detailed list of employees who work for the target company. Enter the name of the target company and the tool will help determine the LinkedIn company ID, which will be used to perform the search.

NOTE: The tool extracts the maximum results of any search (1,000 contacts) by sendings less than 20 requests.

Output is stored as an XLSX file, however it is intended to be used with Google Spreadsheets and includes a formated report with profile pictures, etc. After importing the XLSX into Google Spreadsheets there will be a "dataset" worksheet and a "report" worksheet.

How to install

root@kitploit:~
sudo apt-get install python3-pip -y
sudo pip install -r requirements.txt

How to run

root@kitploit:~
export LI_USERNAME={username}
export LI_PASSWORD={password}

python3 ScrapedIn.py

ScrapedIn Demo.webm

ScrapedIn_running

ScrapedIn_report

dataset

  • first name
  • last name
  • occupation
  • location
  • industry
  • profile URL
  • picture URL

report

  • Picture (displayed)
  • Full Name, Occupation
  • Link to Profile

Sponsorship

Scrape public LinkedIn profile data at scale with Proxycurl APIs.

  • Scraping Public profiles are battle-tested in court in HiQ VS LinkedIn case.
  • GDPR, CCPA, SOC2 compliant
  • High rate Limit - 300 requests/minute
  • Fast APIs respond in ~2s
  • Fresh data - 88% of data is scraped real-time, other 12% are not older than 29 days
  • High accuracy
  • Tons of data points returned per profile

Built for developers, by developers.

Disclaimer

this tool is for educational purposes only and violates LinkedIn.com's TOS. Use at your own risk.

Download Tool