https://github.com/rahulrmcoder/linkedin-scraper-application
This is an application which takes Linkedin url as input and it will be validated. In backend Linkedin Scraping will happen based on the url collected earlier. The scrapinig will done automatically using a tool called selenium. After scraping data regarding name,headline,location,connection,about and skills will be displayed. It makes use of tools
https://github.com/rahulrmcoder/linkedin-scraper-application
Last synced: over 1 year ago
JSON representation
This is an application which takes Linkedin url as input and it will be validated. In backend Linkedin Scraping will happen based on the url collected earlier. The scrapinig will done automatically using a tool called selenium. After scraping data regarding name,headline,location,connection,about and skills will be displayed. It makes use of tools
- Host: GitHub
- URL: https://github.com/rahulrmcoder/linkedin-scraper-application
- Owner: RahulRmCoder
- Created: 2024-06-15T12:38:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:33:05.000Z (about 2 years ago)
- Last Synced: 2024-06-16T14:08:12.424Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linkedin Scraper Application
### This is an application which takes Linkedin url as input and it will be validated. In backend Linkedin Scraping will happen based on the url collected earlier. The scrapinig will done automatically using a tool called selenium. After scraping data regarding name,headline,location,connection,about and skills will be displayed. It makes use of tools like HTML,CSS,Javascript,Node.js,Express.js,EJS and Selenium.