-
Notifications
You must be signed in to change notification settings - Fork 0
A Python-based LinkedIn post scraper using Selenium and ChromeDriver. Automatically opens a browser, logs in, scrolls through the feed, and extracts post captions along with image/video links. Results are saved to a CSV file for easy access and analysis.
vaibhavxtripathi/LinkedIn-Scraper
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
LinkedIn Post Scraper (with Auto ChromeDriver Downloader) Instructions: 1. Ensure Python 3.x is installed on your Windows system. 2. Install required Python packages: pip install -r requirements.txt 3. Run the script: python linkedin_scraper.py 4. Provide your Chrome/Brave version, LinkedIn login, target profile URL, and number of posts to scrape. 5. A file 'linkedin_posts.csv' will be generated with scraped post text and media links. Note: - This uses a public ChromeDriver version API to download a compatible driver. - Do not misuse or automate LinkedIn beyond acceptable usage.
About
A Python-based LinkedIn post scraper using Selenium and ChromeDriver. Automatically opens a browser, logs in, scrolls through the feed, and extracts post captions along with image/video links. Results are saved to a CSV file for easy access and analysis.