joeyism / linkedin_scraper

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

Company scraper results (almost) empty #102

Open nsidicaro opened 3 years ago

nsidicaro commented 3 years ago

Hi, i am having same issues to scrape about_us data from companies.

linkedin-scraper==2.8.2 (from pypi) OS: Windows 10 Chrome v90.0.4430.212 Chrome driver 90.0.4430.212 Scrape attempt date: 2021-05-17

CODE driver = webdriver.Chrome() email = ############ password = ############# company = Company(linkedin_url= 'https://www.linkedin.com/company/123456', driver=driver, get_employees=False, close_on_complete=False) print(company)

OUTPUT: ##########

########## is committed to improving patient outcomes and quality of life through ########, the next step in the evolution of minimally invasive surgery. This innovative technology platform minimizes the footprint of surgery by decreasing the number of incisions and trocars needed in surgical procedures for better cosmetic outcomes.

We are developing proprietary technology that maximizes the benefit of Minimally Invasive Surgery - for both surgeons and patients. With this new platform, reduced-port surgeries will be performed with less visible scars, less pain, and faster recovery.

Now cleared for both laparoscopic cholecystectomy and bariatric procedures.

Specialties: None

Website: None Industry: None Type: None Headquarters: None Company Size: None Founded: None

Showcase Pages []

Affiliated Companies []

Thanks!

joeyism commented 2 years ago

Can you try it again with 2.9.0? I tried it and I see more things now

Alex-Bujorianu commented 2 years ago

Hi, i am having same issues to scrape about_us data from companies.

linkedin-scraper==2.8.2 (from pypi) OS: Windows 10 Chrome v90.0.4430.212 Chrome driver 90.0.4430.212 Scrape attempt date: 2021-05-17

CODE driver = webdriver.Chrome() email = ############ password = ############# company = Company(linkedin_url= 'https://www.linkedin.com/company/123456', driver=driver, get_employees=False, close_on_complete=False) print(company)

OUTPUT: ##########

########## is committed to improving patient outcomes and quality of life through ########, the next step in the evolution of minimally invasive surgery. This innovative technology platform minimizes the footprint of surgery by decreasing the number of incisions and trocars needed in surgical procedures for better cosmetic outcomes.

We are developing proprietary technology that maximizes the benefit of Minimally Invasive Surgery - for both surgeons and patients. With this new platform, reduced-port surgeries will be performed with less visible scars, less pain, and faster recovery.

Now cleared for both laparoscopic cholecystectomy and bariatric procedures.

Specialties: None

Website: None Industry: None Type: None Headquarters: None Company Size: None Founded: None

Showcase Pages []

Affiliated Companies []

Thanks!

I am having the exact same issue. I’m on 2.9.0 and using Chromium 92 (Arch Linux) for the web driver. With the exception of the company name, there is nothing: all the fields are null.

skurt commented 2 years ago

Did you manage to solve this issue?

nsidicaro commented 2 years ago

I put together some code in R to do it, so i didnt check it again. Sorry

skurt commented 2 years ago

Would it be possible to share it?