ContactOut
Connect to ContactOut to enrich LinkedIn profiles, emails, companies, people, and verify email/contact data.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "CONTACTOUT_BULK_CONTACT_INFO_V1", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CONTACTOUT_BULK_CONTACT_INFO_V1", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute CONTACTOUT_BULK_CONTACT_INFO_V1 --data '{ }'Tool catalog
Available tools
20 callable operations
Bulk Contact Info V1CONTACTOUT_BULK_CONTACT_INFO_V1Get contact info for up to 100 LinkedIn profiles in one synchronous request. By default returns a map of profile URL to email address list; with `include_phone: true`, each value is instead `{ emails, phones }`.Connection
Get contact info for up to 100 LinkedIn profiles in one synchronous request. By default returns a map of profile URL to email address list; with `include_phone: true`, each value is instead `{ emails, phones }`.
Authentication
Connected account requiredTags
Bulk Contact Info V2 (Async)CONTACTOUT_BULK_CONTACT_INFO_V2Get contact details for up to 1000 LinkedIn profiles asynchronously. Includes real-time work email finder. Returns a job_id for tracking results.Connection
Get contact details for up to 1000 LinkedIn profiles asynchronously. Includes real-time work email finder. Returns a job_id for tracking results.
Authentication
Connected account requiredTags
Bulk Email VerificationCONTACTOUT_BULK_VERIFY_EMAILSVerify deliverability for up to 100 email addresses asynchronously. Returns a job_id for tracking.Connection
Verify deliverability for up to 100 email addresses asynchronously. Returns a job_id for tracking.
Authentication
Connected account requiredTags
Personal Email CheckerCONTACTOUT_CHECK_PERSONAL_EMAILCheck if a personal email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.Connection
Check if a personal email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.
Authentication
Connected account requiredTags
Phone Number CheckerCONTACTOUT_CHECK_PHONECheck if a phone number is available for a LinkedIn profile. Does not consume credits. Only available to paid users.Connection
Check if a phone number is available for a LinkedIn profile. Does not consume credits. Only available to paid users.
Authentication
Connected account requiredTags
Work Email CheckerCONTACTOUT_CHECK_WORK_EMAILCheck if a work email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.Connection
Check if a work email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.
Authentication
Connected account requiredTags
People CountCONTACTOUT_COUNT_PEOPLEGet the total count of profiles matching the search criteria. Accepts the same filter parameters as People Search (e.g., job_title, company, location, skills, etc.). The page, data_types, and reveal_info parameters are accepted but ignored. Does not consume credits.Connection
Get the total count of profiles matching the search criteria. Accepts the same filter parameters as People Search (e.g., job_title, company, location, skills, etc.). The page, data_types, and reveal_info parameters are accepted but ignored. Does not consume credits.
Authentication
Connected account requiredTags
Email to LinkedIn ProfileCONTACTOUT_EMAIL_TO_LINKED_INGet the LinkedIn profile URL for a given email address.Connection
Get the LinkedIn profile URL for a given email address.
Authentication
Connected account requiredTags
Company Information from DomainsCONTACTOUT_ENRICH_DOMAINSGet company information based on given domain names (up to 30 per request).Connection
Get company information based on given domain names (up to 30 per request).
Authentication
Connected account requiredTags
Email Address EnrichmentCONTACTOUT_ENRICH_EMAILGet LinkedIn profile details and contact info for a given email address. Match rate is typically higher with personal emails.Connection
Get LinkedIn profile details and contact info for a given email address. Match rate is typically higher with personal emails.
Authentication
Connected account requiredTags
LinkedIn Profile EnrichmentCONTACTOUT_ENRICH_LINKED_IN_PROFILEGet full profile details for a LinkedIn profile URL, including contact info, work history, education, skills, and more. Does not support Sales Navigator or Recruiter URLs.Connection
Get full profile details for a LinkedIn profile URL, including contact info, work history, education, skills, and more. Does not support Sales Navigator or Recruiter URLs.
Authentication
Connected account requiredTags
People EnrichmentCONTACTOUT_ENRICH_PEOPLEGet profile details using a combination of data points (name, email, phone, LinkedIn URL, company, education, location). Requires one primary identifier OR a name plus at least one secondary parameter.Connection
Get profile details using a combination of data points (name, email, phone, LinkedIn URL, company, education, location). Requires one primary identifier OR a name plus at least one secondary parameter.
Authentication
Connected account requiredTags
Get Bulk Contact Info V2 ResultsCONTACTOUT_GET_BULK_CONTACT_INFO_V2_RESULTSRetrieve results of an async bulk contact info job by its ID.Connection
Retrieve results of an async bulk contact info job by its ID.
Authentication
Connected account requiredTags
Get Bulk Email Verification ResultsCONTACTOUT_GET_BULK_EMAIL_VERIFY_RESULTSRetrieve results of a bulk email verification job by its ID.Connection
Retrieve results of a bulk email verification job by its ID.
Authentication
Connected account requiredTags
Contact Info from LinkedIn ProfileCONTACTOUT_GET_CONTACT_INFO_FROM_LINKED_INGet contact details (emails, phone) for a single LinkedIn profile URL.Connection
Get contact details (emails, phone) for a single LinkedIn profile URL.
Authentication
Connected account requiredTags
Decision MakersCONTACTOUT_GET_DECISION_MAKERSGet profiles of key decision makers within a specified company. At least one of linkedin_url, domain, or name is required.Connection
Get profiles of key decision makers within a specified company. At least one of linkedin_url, domain, or name is required.
Authentication
Connected account requiredTags
API Usage StatisticsCONTACTOUT_GET_STATSGet your API usage statistics for a given billing period. Returns email, phone, and search credit usage along with quotas and remaining credits.Connection
Get your API usage statistics for a given billing period. Returns email, phone, and search credit usage along with quotas and remaining credits.
Authentication
Connected account requiredTags
Company SearchCONTACTOUT_SEARCH_COMPANIESSearch for company profiles matching various criteria including name, domain, size, location, industry, revenue, and year founded.Connection
Search for company profiles matching various criteria including name, domain, size, location, industry, revenue, and year founded.
Authentication
Connected account requiredTags
People SearchCONTACTOUT_SEARCH_PEOPLESearch for profiles matching various criteria including name, job title, skills, education, location, company, and more.Connection
Search for profiles matching various criteria including name, job title, skills, education, location, company, and more.
Authentication
Connected account requiredTags
Single Email VerificationCONTACTOUT_VERIFY_EMAILVerify the deliverability of a single email address. Returns: valid, invalid, accept_all, disposable, or unknown.Connection
Verify the deliverability of a single email address. Returns: valid, invalid, accept_all, disposable, or unknown.
Authentication
Connected account requiredTags