node-linkedin-scraper2 icon indicating copy to clipboard operation
node-linkedin-scraper2 copied to clipboard

industry field

Open medlot opened this issue 8 years ago • 5 comments

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

medlot avatar Apr 08 '16 01:04 medlot

hummm ... which link you are using?

danieljoppi avatar Apr 08 '16 22:04 danieljoppi

you mean linkedin link?

medlot avatar Apr 09 '16 16:04 medlot

Yeap

On Sat, Apr 9, 2016, 13:15 Mohamed Lotfi SASSI [email protected] 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

danieljoppi avatar Apr 10 '16 16:04 danieljoppi

I tried with many links that contains industry field

medlot avatar Apr 10 '16 17:04 medlot

try:

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

danieljoppi avatar Apr 11 '16 18:04 danieljoppi