Linkedin Scraper
Project description
Linkedin Scraper
LinkdOutScraper is a Python library for scraping data from Linkedin
Installation
Use the package manager pip to install LinkedOutScraper.
pip install LinkedOutScraper
Scrape Multiple Profiles With A Single Keyword
from LinkedOutScraper import key_search
file_path= "somefile/path/with/csv/extension"
search = key_search.MultiProfiles(username="someusername@example.com",password="password",headless=True,file_path=file_path)
search.login()
profiles = search.get_mulitple_profiles("Google")
Scrape Multiple Profiles With A Single Keyword
from LinkedOutScraper import profile_scraper
search = profile_scarper.Linkedin(username="someusername@example.com",password="password")
search.login()
profiles = search.get_profiles("https://www.linkedin.com/in/muzammal-akram/")
for variables in profiles:
print(variables)
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
LinkdOutScraper-0.0.1.tar.gz
(5.1 kB
view details)
File details
Details for the file LinkdOutScraper-0.0.1.tar.gz.
File metadata
- Download URL: LinkdOutScraper-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a50496eccc8f6724761c8417adad4000afd240980680536ed19076f6edee2817
|
|
| MD5 |
9fcdbcfc69fc72f24e37524ad69d5b26
|
|
| BLAKE2b-256 |
f0194a6dc393ad117a0851f4137e6040db1b2da623a43cc525cf636646599df4
|