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.5.tar.gz (9.6 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.5-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for linkedin_extractor-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0160363e6c8499d77b725271518c5fe36df1123c2f5cac6cdd992e2623061f69
MD5 710e02af08e09ac48a5ba9cce221da9e
BLAKE2b-256 c14dde13f0a4487d49e2bdeae29992e24ef6b5370ada82708cebb6f2a168c055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for linkedin_extractor-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2beec216bb73f8305f3bca26a580dca703d4002a2d708cc1d177733c9a47e461
MD5 b683880e99695c8f9f5fc0fac635f2f1
BLAKE2b-256 615cacfbf09e1f99551a0c66a78c3cec842103927fd0d96963cea6d08a226030

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