A LangGraph-based tool for parsing LinkedIn profiles using the ScrapingDog API.
- Parse one or multiple LinkedIn profiles
- Extract profile details and activity for the last 6 months (configurable)
- Summarize profiles using GPT-4
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile with your API keys:SCRAPINGDOG_API_KEY=your_scrapingdog_api_key OPENAI_API_KEY=your_openai_api_key
This application is designed to be deployed on LangGraph Cloud. Import the repository directly into LangGraph Cloud for deployment.
The application provides a simple interface where you can:
- Input one or multiple LinkedIn profile URLs
- Specify the timeline for activity extraction (default: 6 months)
- Run the extraction and summarization process