Datagma é uma plataforma de enriquecimento de dados B2B para encontrar e-mails corporativos verificados, números de celular diretos e perfis detalhados de pessoas e empresas a partir de entradas mínimas, como nome, domínio da empresa ou URL do LinkedIn.
Com o Datagma, você pode:
- Encontrar e-mails corporativos verificados: Resolver um e-mail profissional verificado a partir do nome completo de uma pessoa e do nome ou domínio da empresa.
- Enriquecer perfis de pessoas: Obter cargo, senioridade, localização e perfis sociais a partir de um e-mail ou URL do LinkedIn.
- Enriquecer dados de empresas: Recuperar firmográficos como tamanho, setor e localização a partir de um domínio ou nome da empresa.
- Encontrar números de celular: Buscar números de celular de discagem direta a partir de um perfil do LinkedIn.
- Verificar o saldo de créditos: Monitorar os créditos restantes do Datagma antes de executar jobs grandes de enriquecimento.
Na Zoen, a integração do Datagma permite que seus agentes enriqueçam contatos e empresas, encontrem e verifiquem e-mails e consultem telefones diretamente em um fluxo de trabalho — automatizando geração de leads, higiene de CRM e preparação de outreach sem sair da Zoen.
Integrate Datagma to find verified work emails from a name and company, enrich person profiles via email or LinkedIn URL, enrich company data from a domain or name, look up mobile phone numbers from LinkedIn, and check your credit balance.
Find a verified work email from a person's full name and company. Uses 1 credit when a verified email is found.
| Parameter | Type | Required | Description |
|---|
fullName | string | Yes | Person's full name (e.g., 'John Doe') |
company | string | Yes | Company name or domain (e.g., 'Stripe' or 'stripe.com') |
linkedInSlug | string | No | LinkedIn company URL slug to improve match accuracy by 20%+ |
findEmailV2Step | number | No | Lookup depth: 3 = full email (default), 2 = domain only |
findEmailV2Country | string | No | User's location to improve accuracy (e.g., 'General', 'Japan', 'France') |
apiKey | string | Yes | Datagma API key |
| Parameter | Type | Description |
|---|
email | string | Verified work email address |
emailStatus | string | Email verification status (e.g., valid, invalid) |
emailDomain | string | Email domain |
mxfound | boolean | Whether MX records were found |
smtpCheck | boolean | Whether SMTP validation succeeded |
catchAll | boolean | Whether the domain is catch-all |
Enrich a person's profile using their email, LinkedIn URL, or full name and company. Returns job title, company, location, and social data. Uses 2 credits per match; add 30 credits when a phone number is found.
| Parameter | Type | Required | Description |
|---|
data | string | Yes | Email address, LinkedIn URL, or full name (use companyKeyword when providing a name) |
companyKeyword | string | No | Company name or keyword to disambiguate when data is a full name |
countryCode | string | No | Two-letter country code to improve match accuracy (e.g., 'US', 'GB') |
personFull | boolean | No | Include education and work history in the response |
phoneFull | boolean | No | Attempt to find a mobile phone number (costs 30 additional credits if found) |
apiKey | string | Yes | Datagma API key |
| Parameter | Type | Description |
|---|
name | string | Full name |
firstName | string | First name |
lastName | string | Last name |
email | string | Work email address |
emailStatus | string | Email verification status |
jobTitle | string | Current job title |
company | string | Current company name |
linkedInUrl | string | LinkedIn profile URL |
location | string | Location string |
country | string | Country |
region | string | Region/state |
city | string | City |
extractedRole | string | Extracted role category |
extractedSeniority | string | Extracted seniority level |
twitter | string | Twitter handle |
phone | string | Mobile phone number |
personConfidenceScore | number | Confidence score for the person match (0–1) |
Enrich a company profile using a domain, company name, or SIREN number (France). Returns size, industry, revenue, and description. Uses 2 credits per match.
| Parameter | Type | Required | Description |
|---|
data | string | Yes | Company domain (e.g., 'stripe.com'), company name, or French SIREN number to enrich |
companyPremium | boolean | No | Include LinkedIn company data in the response |
companyFull | boolean | No | Include financial information in the response |
apiKey | string | Yes | Datagma API key |
| Parameter | Type | Description |
|---|
name | string | Company name |
website | string | Company website |
industries | string | Industry classification |
companySize | string | Employee headcount range |
type | string | Company type (e.g., Private, Public) |
founded | string | Year founded |
shortDescription | string | Short company description |
revenueRange | string | Estimated annual revenue range |
headquarters | string | Headquarters location |
Find a mobile phone number from a person's LinkedIn URL. Optionally supply an email to improve match accuracy. Uses 30 credits when a number is found.
| Parameter | Type | Required | Description |
|---|
username | string | Yes | LinkedIn URL of the person (e.g., 'https://linkedin.com/in/johndoe'\) |
email | string | No | Email address to improve phone match accuracy |
minimumMatch | number | No | Minimum match confidence threshold (0–1; default 1 for highest precision) |
apiKey | string | Yes | Datagma API key |
| Parameter | Type | Description |
|---|
phone | string | Mobile phone number |
countryCode | string | Country code prefix (e.g., +1) |
isWhatsapp | boolean | Whether the number is linked to WhatsApp |
Check remaining credit balance on a Datagma account. Free — no credits consumed.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | Datagma API key |
| Parameter | Type | Description |
|---|
credits | number | Remaining Datagma credits |