Prospecting · search_prospects_linkedin
Search LinkedIn profiles
Find LinkedIn profiles by title and location, up to 30 per call.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| titleVariants * | array | Target job titles + all variants, most important first (min 3, max 10). E.g. ["DSI", "Directeur des Systèmes d'Information", "CIO", "Responsable Informatique", "IT Director"] |
| locations * | array | Cities, regions, or departments to search in (e.g. ["Lyon", "Villeurbanne", "Rhône-Alpes"]). Include nearby areas for better coverage. |
| company | string | Optional — restrict search to one specific company name. Use for company-first pipeline after SIRENE results. |
| keywords | array | Optional extra keywords (e.g. ["PME", "industrie", "BTP"]) |
| queryStrategy | broad | company_specific | mixed | broad (default): role + location variants. company_specific: role inside a known company. mixed: both. |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"search_prospects_linkedin","input":{"titleVariants":[],"locations":[],"company":"…","keywords":[]}}'$
run({ "tool": "search_prospects_linkedin", "input": {"titleVariants":[],"locations":[],"company":"…","keywords":[]} })