danieljoppi / node-linkedin-scraper2

A simple linkedin profile scraper for nodejs
MIT License
19 stars 10 forks source link

industry field #1

Open medlot opened 8 years ago

medlot commented 8 years ago

Hello,

I have tried to add the industry field, but it does not work.

Can you help me please.

I have added

industry: $('.industry').text(),

to profile.js

Thanks

danieljoppi commented 8 years ago

hummm ... which link you are using?

medlot commented 8 years ago

you mean linkedin link?

danieljoppi commented 8 years ago

Yeap

On Sat, Apr 9, 2016, 13:15 Mohamed Lotfi SASSI notifications@github.com wrote:

you mean linkedin link?

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/danieljoppi/node-linkedin-scraper2/issues/1#issuecomment-207814227

medlot commented 8 years ago

I tried with many links that contains industry field

danieljoppi commented 8 years ago

try:

industry: $('[class=descriptor]', '#demographics').text()