Skip to main content

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

linkedin_extractor-0.1.6.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

linkedin_extractor-0.1.6-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file linkedin_extractor-0.1.6.tar.gz.

File metadata

  • Download URL: linkedin_extractor-0.1.6.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for linkedin_extractor-0.1.6.tar.gz
Algorithm Hash digest
SHA256 50e551185e898deef952134e97af2b107060c13d1c09da0d1bb28f9ded4a1967
MD5 4180b58e363b5d33fd7c565ce6d1b341
BLAKE2b-256 7b673fec84a62545d0f9a9e7128fab0634c9247bbb1bee9c54e8c71fab9cb719

See more details on using hashes here.

File details

Details for the file linkedin_extractor-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for linkedin_extractor-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 87e236b5596a3a07d19fe3ac758d6cee5099616b3c02dcb6a1672ea6c0f2ebde
MD5 636e4f2e80a8c8c3ef2b79d4057e0317
BLAKE2b-256 8580e80029d2e454c3748ac3978d521dfa2fb258b09d935807f89514cd8c1398

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page