Skip to content

Srap scrap scrap! Let's scrap a person's LinkedIn profile.

License

Notifications You must be signed in to change notification settings

wisnuprama/pyscrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyscrap

Srap scrap scrap! And scrap people profile from LinkedIn.

REMINDER: Only for educational purpose

Usage

Install dependencies, please install pipenv.

$ pipenv shell --three && pipenv install

To scrap, we need to be authenticated by providing our linkedin cookies in JSON format. You can get your cookies with some chrome extension like EditThisCookie and follow its instruction. After that create a JSON file and paste in.

Run the main.py, we must provide action, url, save and and cookies argument.

$ python main.py --action=full --url=https://www.linkedin.com/in/{USER_PUBLIC_IDENTIFIER}/ --cookies=./cookies.json --save=./result.csv

Parameters

Parameter usage
action
  • full (user identifier, profile, skills, works, schools and connection)
  • profile (only user profile)
url user profile url that we want to scrap
cookies path to the cookies
save csv filename

About

Srap scrap scrap! Let's scrap a person's LinkedIn profile.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages