linkedin_scraper
linkedin_scraper copied to clipboard
Does not bring the job descriptions text
In the part of the experiences comes only the titles, does not bring the job description. Can anyone help pls?

In this case, I need this informations

Can you paste the code you're using that isn't working?
### imports and chromedriver
actions.login(driver, os.getenv("LINKEDIN_USER"), os.getenv("LINKEDIN_PASSWORD"))
person = Person("https://www.linkedin.com/in/ricardojr/", driver = driver, close_on_complete=False)
print(person)
this code bring only the main title, and I trying to catch the full description of the job too
Can you try it with 2.9.0? A lot of things are fixed in that version
Same Issue. I'm using 2.9.0 and all I get is the Company, full time, daymonthyear to daymonthyear, and location. Its not pulling the bulleted inputs at all.