Findymail é uma plataforma de dados de contatos B2B para encontrar e verificar e-mails corporativos, telefones e dados enriquecidos de perfis de funcionários. Combina busca de e-mail em tempo real, verificação de entregabilidade, reverse-lookup e detecção de stack tecnológico em uma única API.
Com o Findymail, você pode:
- Encontrar e-mails corporativos por nome e empresa: Resolver um e-mail corporativo verificado a partir do nome da pessoa mais o domínio ou nome da empresa.
- Encontrar e-mails a partir do LinkedIn: Buscar o e-mail corporativo verificado por trás de qualquer URL de perfil do LinkedIn.
- Encontrar contatos por cargo: Pesquisar um domínio de empresa por e-mails verificados que correspondam a cargos-alvo específicos (ex.: CEO, Founder).
- Verificar entregabilidade: Checar se um e-mail é entregável e identificar o provedor de e-mail subjacente.
- Fazer reverse-lookup de perfis: Dado um e-mail, retornar a URL do LinkedIn correspondente e um perfil enriquecido opcional (trabalho, educação, skills, certificados).
- Enriquecer empresas e funcionários: Buscar metadados da empresa por URL do LinkedIn, domínio ou nome, e encontrar funcionários por website e cargos-alvo.
- Encontrar telefones: Recuperar o telefone de um contato (somente EUA) a partir de uma URL de perfil do LinkedIn.
- Detectar stacks tecnológicas: Pesquisar o catálogo de tecnologias ou consultar o stack completo de uma empresa pelo domínio.
Na Zoen, a integração do Findymail permite que seus agentes montem listas de contatos verificados, enriqueçam CRMs, qualifiquem leads e reunam dados tecnográficos sem sair do seu fluxo de trabalho. Use-a para automatizar prospecção outbound, enriquecer envios de formulários, validar capturas de e-mail antes do envio e acionar ações downstream quando um contato verificado for encontrado.
Integrate Findymail to find verified work emails by name, domain, or LinkedIn URL, verify deliverability, reverse-lookup profiles from emails, enrich company data, find employees by job title, look up phone numbers, search technology stacks, and check credit usage.
Verifies the deliverability of an email address. Uses one verifier credit.
| Parameter | Type | Required | Description |
|---|
email | string | Yes | Email address to verify (e.g., john@example.com) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
email | string | The verified email address |
verified | boolean | Whether the email is verified as deliverable |
provider | string | Email service provider (e.g., Google, Microsoft) |
Find someone's email from their name and a company domain or company name. Uses one finder credit when a verified email is found.
| Parameter | Type | Required | Description |
|---|
name | string | Yes | Person's full name (e.g., 'John Doe') |
domain | string | Yes | Company domain (preferred) or company name (e.g., stripe.com) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
contact | object | Contact information |
↳ name | string | Contact full name |
↳ email | string | Contact email address |
↳ domain | string | Email domain |
Find verified contacts at a given domain matching one or more target roles (max 3 roles). Limited to 5 concurrent synchronous requests.
| Parameter | Type | Required | Description |
|---|
domain | string | Yes | Company domain (e.g., stripe.com) |
roles | array | Yes | Target roles at the company (max 3, e.g., ["CEO", "Founder"]) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
contacts | array | List of contacts found |
↳ name | string | Contact full name |
↳ email | string | Contact email address |
↳ domain | string | Email domain |
Find someone's email from a LinkedIn profile URL or username. Uses one finder credit when a verified email is found.
| Parameter | Type | Required | Description |
|---|
linkedin_url | string | Yes | Person's LinkedIn URL or username (e.g., 'https://linkedin.com/in/johndoe' or 'johndoe') |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
contact | object | Contact information |
↳ name | string | Contact full name |
↳ email | string | Contact email address |
↳ domain | string | Email domain |
Find a business profile from an email address. Uses 1 finder credit if a profile is found, 2 credits if returning full profile data.
| Parameter | Type | Required | Description |
|---|
email | string | Yes | Work or personal email address to look up |
with_profile | boolean | No | Whether to return enriched profile metadata (default: false) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
email | string | The email address that was looked up |
linkedin_url | string | LinkedIn profile URL |
fullName | string | Full name from profile |
username | string | LinkedIn username |
headline | string | Profile headline |
jobTitle | string | Current job title |
summary | string | Profile summary |
city | string | City |
region | string | Region or state |
country | string | Country |
companyLinkedinUrl | string | Current company LinkedIn URL |
companyName | string | Current company name |
companyWebsite | string | Current company website |
isPremium | boolean | Whether the profile has LinkedIn Premium |
isOpenProfile | boolean | Whether the profile is an Open Profile |
skills | array | List of profile skills |
jobs | array | Job history entries |
educations | array | Education history (school, degree, fieldOfStudy, startDate, endDate) |
certificates | array | Certifications (name, issuingOrganization, issueDate, expirationDate) |
Retrieve company information from a LinkedIn URL, domain, or company name. Uses 1 finder credit per successful response.
| Parameter | Type | Required | Description |
|---|
linkedin_url | string | No | Company LinkedIn URL (e.g., https://www.linkedin.com/company/stripe/\) |
domain | string | No | Company domain (e.g., stripe.com) |
name | string | No | Company name (e.g., Stripe) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
name | string | Company name |
domain | string | Company domain |
company_size | string | Employee headcount range (e.g., 1001-5000) |
industry | string | Industry classification |
linkedin_url | string | Company LinkedIn URL |
description | string | Company description |
Find employees at a company by website and target job titles. Uses 1 credit per found contact. Does not return email addresses.
| Parameter | Type | Required | Description |
|---|
website | string | Yes | Company website or domain (e.g., google.com) |
job_titles | array | Yes | Target job titles to search for (max 10, e.g., ["Software Engineer", "CEO"]) |
count | number | No | Number of contacts to return (max 5, default 1) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
employees | array | List of employees matching the search criteria |
↳ name | string | Employee full name |
↳ linkedinUrl | string | LinkedIn profile URL |
↳ companyWebsite | string | Company website |
↳ companyName | string | Company name |
↳ jobTitle | string | Job title |
Find someone's phone number from a LinkedIn profile URL. Uses 10 finder credits if a phone is found. EU citizens are excluded for legal reasons.
| Parameter | Type | Required | Description |
|---|
linkedin_url | string | Yes | Person's LinkedIn URL or username (e.g., 'https://linkedin.com/in/johndoe' or 'johndoe') |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
phone | string | Phone number in E.164 format. Only available for US numbers. |
line_type | string | Phone line type (e.g., "Mobile", "Landline") |
Search the technology catalog by name. Returns up to 25 technologies. Free endpoint, rate limited to 10 requests per minute.
| Parameter | Type | Required | Description |
|---|
q | string | Yes | Search term (min 2 characters, e.g., "React") |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
technologies | array | List of technologies |
↳ name | string | Technology name |
↳ category | string | Technology category |
↳ subcategory | string | Technology subcategory |
↳ last_detected_at | string | Last detection timestamp (ISO 8601) |
Get the technology stack for a company by domain. Optionally filter by technology names. 1 finder credit if technologies are found, free otherwise.
| Parameter | Type | Required | Description |
|---|
domain | string | Yes | Company domain to look up (e.g., stripe.com) |
technologies | array | No | Filter by technology names, case-insensitive (e.g., ["React", "TypeScript"]) |
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
technologies | array | List of technologies |
↳ name | string | Technology name |
↳ category | string | Technology category |
↳ subcategory | string | Technology subcategory |
↳ last_detected_at | string | Last detection timestamp (ISO 8601) |
domain | string | The resolved company domain |
Retrieve the remaining finder and verifier credits for the authenticated account.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Findymail API Key |
| Parameter | Type | Description |
|---|
credits | number | Remaining finder credits |
verifier_credits | number | Remaining verifier credits |