An open API service indexing awesome lists of open source software.

https://github.com/carloocchiena/linkedin_orgchart_scraper

A Python automation that allows to extract company names and roles from an input company
https://github.com/carloocchiena/linkedin_orgchart_scraper

linkedin-scraper python scraper selenium-python

Last synced: about 2 months ago
JSON representation

A Python automation that allows to extract company names and roles from an input company

Awesome Lists containing this project

README

          

# linkedin_orgchart_scraper
A Python automation that allows to extract company names and roles from an input compan, using Selenium and BSoup.

It opens many ways to increase its functionality such as getting emails, persona urls, numbers of people in the company, doing multiple searches and so on.

### Release notes:
15/10/2021 removed dependencies from lxml module that may cause trouble in conda venv and switched to built-in html.parser

15/10/2021 added "company_list.py" to scrape thru a list of given companies. This is tested and working with latest class and div tags
15/10/2021 noticed that main.py is not working anymore since the class tags in Linkedin changed. This is quite frequent and atm i have no reason to maintain this repo in real time. But in the case I'll be glad to help if someone may need assistance.