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
Release history Release notifications | RSS feed
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 details)
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 linkedScraper-0.0.2.tar.gz.
File metadata
- Download URL: linkedScraper-0.0.2.tar.gz
- Upload date:
- Size: 7.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e682bf29c4e0b22f6aa1b077d075d3980da247493014bc49e93ee6c93b92ba3
|
|
| MD5 |
098264448a362e506a57bdd00490a88c
|
|
| BLAKE2b-256 |
368b07c1cba40ad0ea9579593ac0f603fca034a3e4cfafacc88c407b747851f0
|
File details
Details for the file linkedScraper-0.0.2-py3-none-any.whl.
File metadata
- Download URL: linkedScraper-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49486d76f491e3de7267e99f4ad39d27041361f495b6f1e82b9bce000b64b240
|
|
| MD5 |
9011abd6417fe46dd685fb88f8d98a37
|
|
| BLAKE2b-256 |
077ba973b01513ba21c5dcaf32f8ef84392b6c82a74f7ad2e2471c78faf219e1
|