scrapedin-linkedin-crawler icon indicating copy to clipboard operation
scrapedin-linkedin-crawler copied to clipboard

Scrape company employees

Open nicosh opened this issue 5 years ago • 6 comments

Is possible to retrieve users (and then scrape their profiles) from company url? Given a company url : https://www.linkedin.com/company/mycompany We can have a list of employees scraping : https://www.linkedin.com/company/mycompany/people/ There is any built-in functionality to achieve this or should i implement this by myself?

nicosh avatar Oct 22 '19 08:10 nicosh

@nicosh no, currently we don't have this feature, but we're glad about receiving such contribution :smile:

this feature was already asked on scrapedin, see here , please read my comment about how this could be implemented, thank you!

leonardiwagner avatar Oct 22 '19 17:10 leonardiwagner

Hey,

As mentioned by @a10kiloham. I do want to work on Company data scrapper.

When I submit Company URL instead of the user Profile URL, the scrapper should go to the Company page then click on see all employees and then it will see all employee data.

  1. It should click on each employee and fetch data from the profile as we already do (one by one operation).
  2. Then, it should click on view more and continue its operation

Attached file for Step 1

Scrapper should repeat it's operation.

As you mentioned above, I tried Creating companyScrapperTemplate for Step 1 and created click functionality and see more functionality in those relative files.

But it does not seem to be working. Made required changes in other files but still the same.

company.zip

gigaBITE397 avatar Oct 29 '19 12:10 gigaBITE397

@gigaBITE397 There is no need to scrape each Linkedin employee profile. Here is a really simple example on how you can scrape employees data from Company profile page.

nicosh avatar Oct 30 '19 13:10 nicosh

I do alot of LinkedIn scraping for company's employees as well but find it quite difficult running a scrapper due to the limitation in volume. I'm embarrassed to say but i ultimately gave up and resorted to a paid service, Mantheos which has an API that allows me to extract LinkedIn profile data at mass. Sharing here in case anyone requires something like this.

jeremiah-94 avatar Sep 01 '20 12:09 jeremiah-94

@nicosh I tried your method too, but using a voyager path means going through LinkedIn official APIs. I don't want to use that. I want to implement in the same way as we do for the contacts extraction. As @leonardiwagner said, I tried creating profile.js for the company too. But it's not working either.

ganeshBUnbound avatar Oct 22 '20 07:10 ganeshBUnbound