joeyism / linkedin_scraper

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

Added custom post-processing for the company card #191

Open gnud opened 1 year ago

gnud commented 1 year ago

This pull request enables library users to post-process certain values or perform CSS selection on additional fields. Furthermore, it provides the flexibility to pass grid, navigation, or other web element objects, granting full control over the scraping process within the post-processing function.

This change aims to reduce the number of PRs for adding additional request fields by empowering developer users to customize the parsing process as needed.

Please note that this is a work in progress. If you find the idea appealing and have specific requests, I'm open to making further adjustments.