All tools

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

FieldTypeDescription
titleVariants *arrayTarget 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 *arrayCities, regions, or departments to search in (e.g. ["Lyon", "Villeurbanne", "Rhône-Alpes"]). Include nearby areas for better coverage.
companystringOptional — restrict search to one specific company name. Use for company-first pipeline after SIRENE results.
keywordsarrayOptional extra keywords (e.g. ["PME", "industrie", "BTP"])
queryStrategybroad | company_specific | mixedbroad (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":[]} })