joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.13k stars 583 forks source link

empty Interests and Accomplishments #175

Open xymoget opened 1 year ago

xymoget commented 1 year ago

Every time I run person scraping I receive empty Interests and Accomplishments list. Any ideas how to fix it? I tried for a lot of persons and it didnt work. The code I used: person = Person(i, driver=driver, scrape=True, close_on_complete=False) print(person) Result (sample):

Person Luca Reggiani

About
None

Experience
[Experience(institution_name='Mp Style srl · Part-time', linkedin_url='https://www.linkedin.com/company/10493089/', website=None, industry=None, type=None, headquarters=None, company_size=None, founded=None, from_date='Feb 2021', to_date='Aug 2022', description='Skills: Docker · Java · ofbiz · JavaScript · Sviluppo front-end\nSkills:Docker · Java · ofbiz · JavaScript · Sviluppo front-end', position_title='Junior Software Developer', duration='1 yr 7 mos', location='Soliera, Emilia Romagna, Italia'), Experience(institution_name="The BB's Way · Internship", linkedin_url='https://www.linkedin.com/company/68804451/', website=None, industry=None, type=None, headquarters=None, company_size=None, founded=None, from_date='Feb 2020', to_date='May 2020', description='', position_title='Sviluppatore web junior', duration='4 mos', location='Parma, Emilia Romagna, Italia')]

Education
[Education(institution_name='Junior Software Developer', linkedin_url='https://www.linkedin.com/company/10493089/', website=None, industry=None, type=None, headquarters=None, company_size=None, founded=None, from_date='Feb 2021', to_date='Aug 2022 · 1 yr 7 mos', description='Skills: Docker · Java · ofbiz · JavaScript · Sviluppo front-end\nSkills:Docker · Java · ofbiz · JavaScript · Sviluppo front-end', degree='Mp Style srl · Part-time'), Education(institution_name='Sviluppatore web junior', linkedin_url='https://www.linkedin.com/company/68804451/', website=None, industry=None, type=None, headquarters=None, company_size=None, founded=None, from_date='Feb 2020', to_date='May 2020 · 4 mos', description='', degree="The BB's Way · Internship")]

Interest
[]

Accomplishments
[]

Contacts
[Contact(name='Eugene Puntus', occupation='Python Developer', url='https://www.linkedin.com/in/1xeno0/')
joeyism commented 1 year ago

Can you provide the code you've used please?