LinkedIn parser - about the company, company posts, employees
The task: 400 companies from the Customer's list.
Need to parsed:
- general information about the company, the About tab
- company employees, People tab
- company posts, the Posts tab
- posts by company employees - search query with filters
Full parsing was performed and saved to the customer's database (#PosgreSQL).
The code was written in Python using Selenium and requests
The result: hundreds of thousands of different data.
#Parser #LinkedIn
Need to parsed:
- general information about the company, the About tab
- company employees, People tab
- company posts, the Posts tab
- posts by company employees - search query with filters
Full parsing was performed and saved to the customer's database (#PosgreSQL).
The code was written in Python using Selenium and requests
The result: hundreds of thousands of different data.
#Parser #LinkedIn