https://github.com/kimyk0120/linkedin_scraper
LinkedIn_Scraper get public LinkedIn data.
https://github.com/kimyk0120/linkedin_scraper
django python selenium tailwindcss
Last synced: 5 months ago
JSON representation
LinkedIn_Scraper get public LinkedIn data.
- Host: GitHub
- URL: https://github.com/kimyk0120/linkedin_scraper
- Owner: kimyk0120
- Created: 2024-07-27T05:26:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T07:38:55.000Z (over 1 year ago)
- Last Synced: 2025-04-13T01:29:56.214Z (about 1 year ago)
- Topics: django, python, selenium, tailwindcss
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Profile Scraper
[//]: # ([](https://forthebadge.com))
[](https://forthebadge.com)
[](https://forthebadge.com)
This project is a web application that scrapes LinkedIn profiles that provide public information.

This scraper will extract publicly available data:
**π§βπ¨ Profile:** ......name, email, talks about, location
**π¨βπΌ Experiences:** ....job title, company name, company url
**πΊοΈ Education:** ... name, period
---
## Updated Features
2024.09.04
- **Company Search:** You can search for a company and get all the employees' information.
## Stacks
```angular2html
Django 5.0.7
Python 3.10.11
tailwindcss 3.0.0
selenium 4.23.1
```
## Prerequisites
- make login_info.txt file in root directory and write your linkedin email and password
```angular2html
your_email # first line your_email
your_password # second line your_password
```
## How to Run
- Clone the repository
- Install Requirements
```bash
$ pip install -r requirements.txt
```
- Run Django Server
```bash
$ python manage.py runserver
```
- Tailwind Build (for development)
```bash
$ npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css --watch
```
## Contact
For any feedback or queries, please reach out to me at [kimyk0120@gmail.com](kimyk0120@gmail.com).