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 |
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 |
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 |
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 |
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 |
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 |
|---|
domain | string | The resolved company domain |
technologies | array | List of technologies |
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 |
- Category:
tools
- Type:
findymail