yatish27 / linkedin-scraper

Scrapes the public profile of the linkedin page
MIT License
553 stars 221 forks source link

how to get the scraped data in an a file (instead of prompt)? #33

Closed LailaLai closed 9 years ago

LailaLai commented 10 years ago

Hello,

I need to use the scraped data to enrich some RDF files. How can i get the scraped data in an a file (instead of prompt)?

yatish27 commented 10 years ago

there is binary which gives you json back .you can parse that and use it for any format you want and stor e in file

LailaLai commented 10 years ago

Sorry I'm newbie , how can i get this binary . Can you give an example? Thank you.

yatish27 commented 9 years ago

install the gem

linkedin-scraper <link> > outputfile.txt
LailaLai commented 9 years ago

Thank you Le 4 janv. 2015 15:00, "Yatish Mehta" notifications@github.com a écrit :

install the gem

linkedin-scraper > outputfile.txt

— Reply to this email directly or view it on GitHub https://github.com/yatish27/linkedin-scraper/issues/33#issuecomment-68635612 .