Skip to content

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.

Notifications You must be signed in to change notification settings

vaibhavxtripathi/LinkedIn-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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.

Resources

Stars

Watchers

Forks

Languages