A tool to scrape LinkedIn profiles and company pages.
Stars
15
Forks
3
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Enhance output formatting in run.py by pretty-printing JSON results. Update uv.lock to include new dependencies and revisions, and adjust package markers for compatibility. Comment out debug logging in llm_extractor.py to reduce verbosity. Refactor import statement in main.py for consistency.
cf9f5abView on GitHubRefactor LinkedInAuthHandler and ProfileScraper to comment out random sleep calls, improving code clarity and potentially enhancing performance during login and profile scraping processes.
d5bc489View on GitHubRemove test.html file, cleaning up the project structure by eliminating unnecessary HTML content.
e4cfe9fView on GitHubImplement LLM extraction for LinkedIn profiles and companies, enhancing data quality. Update README.md with new command line options and usage examples. Refactor scraping logic to support HTML extraction and improve logging setup. Add new models for profile data and update dependencies in pyproject.toml.
9785873View on GitHubAdd References section to README.md with links to related open-source projects for user guidance and inspiration.
c0f3e27View on GitHubEnhance README.md with improved formatting and emoji icons for better readability and user engagement. Updated sections include Installation, Configuration, Usage, Command Line Options, Examples, Output, and Notes.
2feea04View on GitHubRefactor AntiDetectionHandler to streamline WebGL and navigator property modifications, removing unnecessary comments and enhancing code clarity.
5378ba6View on GitHubUpdate README.md to include instructions for activating the virtual environment after running `uv sync`
8051d15View on GitHubAdd section on LLM extraction of company information in README.md
c2a598fView on GitHubInitial implementation of the project structure and basic functionality.
a1e9544View on GitHub