LinkedIn-Profile-Scraper---MCP-Server
Verified Safeby 9Mercury
Overview
Automated discovery and data extraction of LinkedIn profiles for purposes such as recruitment, lead generation, market research, and competitive intelligence.
Installation
python main.pyEnvironment Variables
- RAPIDAPI_KEY
- SERPER_API_KEY
Security Notes
API keys (RapidAPI and Serper) are correctly loaded from environment variables using `python-dotenv`, preventing hardcoding and enhancing security. The system utilizes `httpx` for external API calls with timeouts, contributing to network stability. No direct use of `eval` or `exec`, and no malicious code patterns were identified. The primary security and legal considerations revolve around the ethical use of scraped data and adherence to LinkedIn's Terms of Service and data protection regulations, which the README extensively addresses.
Similar Servers
linkedin-mcp-server
Enables AI assistants to connect to LinkedIn for accessing profiles, companies, job searches, and job details via web scraping.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
linkedin-mcp-server
This server acts as a Model Context Protocol (MCP) tool to enable LLMs to interact with the LinkedIn API for professional network data retrieval and interaction.