Prospection · find_phone
Trouver un mobile
Numéro de mobile B2B (10 crédits par numéro trouvé, 0 sinon).
- Prix
- 10 crédits / résultat
- ≈ 0,78 € · 0,85 $US · débité par l'outil, au résultat
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| linkedinUrl | string | LinkedIn profile URL (e.g. "https://www.linkedin.com/in/john-doe"). Preferred — fastest and most accurate. |
| firstName | string | Prospect's first name (used if no LinkedIn URL) |
| lastName | string | Prospect's last name (used if no LinkedIn URL) |
| company | string | Company name (improves accuracy when no LinkedIn URL) |
| domain | string | Company domain (improves accuracy) |
| confirmed | boolean | Set to true ONLY after user has explicitly confirmed spending 10 credits for this lookup. Default false = returns cost estimate for user approval. |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"find_phone","input":{"linkedinUrl":"…","firstName":"…","lastName":"…","company":"…"}}'$
run({ "tool": "find_phone", "input": {"linkedinUrl":"…","firstName":"…","lastName":"…","company":"…"} })