A LinkedIn data extraction toolkit for scraping skills, experience and more.
Project description
LinkedIn Extractor
A Python tool to extract skills from LinkedIn profile pages using smart dynamic content detection.
Installation
pip install linkedin-extractor
Quick Start
from linkedin_extractor import LinkedInExtractor
scraper = LinkedInExtractor(headless=True)
try:
scraper.setup_driver()
scraper.login("your_email@example.com", "your_password")
skills = scraper.scrape_skills("profile-username")
print(f"Found {len(skills)} skills:", skills)
finally:
scraper.close()
Documentation
For full documentation, examples, and API reference, visit:
https://github.com/Julsgaard/LinkedIn-Extractor
Features
- Smart dynamic content loading detection
- CLI and programmatic API
- Automated browser control with Selenium
- Anti-detection measures
- Debug and logging support
Requirements
- Python 3.8+
- Chrome browser
- LinkedIn account
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linkedin_extractor-0.1.7.tar.gz.
File metadata
- Download URL: linkedin_extractor-0.1.7.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89b01e243057f05a132aef1170550431ef3220969723112dd91607c5f0ad76ad
|
|
| MD5 |
8eeb6cc26c08e04276f201c1e60880d1
|
|
| BLAKE2b-256 |
86a71a15f7376c1167b5ded5cdab928ec0bdd0ad7cf1f73c449378e9b943033e
|
File details
Details for the file linkedin_extractor-0.1.7-py3-none-any.whl.
File metadata
- Download URL: linkedin_extractor-0.1.7-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77f6259721eb2967196718beaec772393975f1863af275f87c8957a705e42781
|
|
| MD5 |
4b0bca0a47ea948dc8c4d51d549e6739
|
|
| BLAKE2b-256 |
c4a57ec2fddaad8b1697cf927c49e354cd979bfbd300a6cc2a19eafadeafa8c6
|