scrape-linkedin-selenium
scrape-linkedin-selenium is a Python package designed to extract structured data from public LinkedIn profiles and company pages, converting the scraped information into JSON format. Built on the Selenium web automation framework, the tool navigates LinkedIn pages to collect details such as skills, work history, and company information. It supports both command-line usage via the scrapeli interface and programmatic integration as a library module. The package allows users to target specific attributes, choose between Chrome or Firefox browsers, and process offline HTML files or live URLs. To overcome LinkedIn's anti-scraping measures and prevent IP blacklisting, the software requires the liat authentication cookie, which can be set via environment variables or passed directly to the scraper instance. It includes utilities for parallel processing to handle multiple requests efficiently. Users must be aware that LinkedIn enforces strict policies against unauthorized data extraction, so proper authentication and