A web application that fetches and displays LinkedIn profile data based on a provided URL.
- Enter LinkedIn profile URL to fetch details.
- Displays profile picture, name, headline, experience, education, and accomplishments.
- Click to toggle project descriptions.
- Python 3.x
- Flask
- Requests
- proxycurl API KEY
-
Clone the repository:
git clone https://github.com/yourusername/LinkedInWebsite.git cd LinkedInWebsite -
Install Dependencies:
pip install -r requirements.txt
-
Run Flask Server:
py backend.py
-
API End Point:
GET http://127.0.0.1:5000/fetch_linkedin?url=<profile_url>
@digg_deeperr on instagram for more great content