Skip to main content

A package to scrape LinkedIn!

Project description

Welcome to the LinkedIn Scraper!

This package allows one to scrape LinkedIn for both profile data and company data

You need to have Chrome Version 85 installed

To install the scraper:

$ pip install linkedScraper

You always need to run the logon function first, this gets passed the sign-on page:

from linkedScraper import scraper

scraper.logon(LinkedIn_email, LinkedIn_passwod)

To scrape a profile:


profile_info = profilescaper(Profile_URL)

# returns an array of [name, about, job]

To scrape a profile:

For company scraping, the url format is:

https://www.linkedin.com/company/THECOMPANYNAME

company_info = companyscraper(urls)

# returns a dataframe of all the information on a company's abuot page

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

linkedScraper-0.0.2.tar.gz (7.2 MB view hashes)

Uploaded Source

Built Distribution

linkedScraper-0.0.2-py3-none-any.whl (7.2 MB view hashes)

Uploaded Python 3

Supported by

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