The LinkedIn finder helps agents identify the right people to contact at a target company. It constructs a targeted DuckDuckGo query scoped toDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/vrashmanyu605-eng/Agentic_Sales-Markerting/llms.txt
Use this file to discover all available pages before exploring further.
site:linkedin.com/in/ and filtered to engineering leadership titles, then returns up to five matching profiles with their LinkedIn URLs and a summary snippet — all without touching the LinkedIn API.
This tool uses a
site:linkedin.com/in/ search via DuckDuckGo — no LinkedIn API credentials or cookies are required.Source code
linkedin_finder.py
find_linkedin_profiles()
Searches DuckDuckGo for LinkedIn profiles of engineering leaders at the named company.
Parameters
The name of the company to search within, e.g.
"Acme Corp". The name is wrapped in quotes in the query to require an exact match.Return value
Returns alist of up to 5 dict objects, one per profile found. Each dict contains:
The LinkedIn page title as indexed by DuckDuckGo, typically in the format
"First Last - Job Title - Company | LinkedIn".The direct URL to the LinkedIn profile, e.g.
"https://www.linkedin.com/in/jane-doe-cto".A short description from the search result — usually the person’s headline or a brief bio excerpt.
Roles searched
The query matches profiles that include any of the following titles:- CTO
- CIO
- VP Engineering
- Head of Engineering
- Director Engineering
- Head of AI
- Head of Technology
- Engineering Manager