linkedin-osint-mcp
by djackreuter
This server uses Serper to perform Google searches to gather lists of employees from LinkedIn. It allows users to find and format employee information based on specific queries.
Last updated: N/A
What is linkedin-osint-mcp?
linkedin-osint-mcp is a tool that leverages the Serper API to perform Google searches aimed at extracting employee information from LinkedIn profiles. It allows users to query for employees of specific companies and format the results.
How to use linkedin-osint-mcp?
- Install uv. 2. Obtain a Serper API key and add it to a
.env
file. 3. Configure your MCP client with the provided example, ensuring the correct path to thelinkedin-osint-mcp
directory and themain.py
script.
Key features of linkedin-osint-mcp
Uses Serper API for Google searches
Extracts employee data from LinkedIn
Supports basic and advanced queries
Allows formatting of results (e.g., email addresses)
Can save results to a CSV file
Supports searching through multiple pages of results
Use cases of linkedin-osint-mcp
Identifying employees of target companies
Generating lists of potential leads
Creating email lists for marketing or outreach
Researching company organizational structures
Verifying employee information
FAQ from linkedin-osint-mcp
What is Serper?
What is Serper?
Serper is an API that allows programmatic access to Google search results.
Do I need a Serper API key to use this?
Do I need a Serper API key to use this?
Yes, a Serper API key is required to perform the Google searches.
How do I install uv?
How do I install uv?
Follow the installation instructions on the uv GitHub repository (https://github.com/astral-sh/uv).
Can I customize the search queries?
Can I customize the search queries?
Yes, you can modify the queries to target specific companies and roles.
How do I save the results to a CSV file?
How do I save the results to a CSV file?
Use the appropriate query format as shown in the examples to save the results to a CSV file.