Open Connector
All tools

ContactOut

Connect to ContactOut to enrich LinkedIn profiles, emails, companies, people, and verify email/contact data.

contactoutv1.0.020 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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 }`.

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 required

Tags

Contact Info API
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.

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 required

Tags

Contact Info API
Bulk Email VerificationCONTACTOUT_BULK_VERIFY_EMAILSVerify deliverability for up to 100 email addresses asynchronously. Returns a job_id for tracking.

Verify deliverability for up to 100 email addresses asynchronously. Returns a job_id for tracking.

Authentication

Connected account required

Tags

Email Verifier API
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.

Check if a personal email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.

Authentication

Connected account required

Tags

Contact Checker API
Phone Number CheckerCONTACTOUT_CHECK_PHONECheck if a phone number is available for a LinkedIn profile. Does not consume credits. Only available to paid users.

Check if a phone number is available for a LinkedIn profile. Does not consume credits. Only available to paid users.

Authentication

Connected account required

Tags

Contact Checker API
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.

Check if a work email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.

Authentication

Connected account required

Tags

Contact Checker API
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.

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 required

Tags

People Search API
Email to LinkedIn ProfileCONTACTOUT_EMAIL_TO_LINKED_INGet the LinkedIn profile URL for a given email address.

Get the LinkedIn profile URL for a given email address.

Authentication

Connected account required

Tags

Email to LinkedIn API
Company Information from DomainsCONTACTOUT_ENRICH_DOMAINSGet company information based on given domain names (up to 30 per request).

Get company information based on given domain names (up to 30 per request).

Authentication

Connected account required

Tags

Company Information API
Email Address EnrichmentCONTACTOUT_ENRICH_EMAILGet LinkedIn profile details and contact info for a given email address. Match rate is typically higher with personal emails.

Get LinkedIn profile details and contact info for a given email address. Match rate is typically higher with personal emails.

Authentication

Connected account required

Tags

LinkedIn Profile API
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.

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 required

Tags

LinkedIn Profile API
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.

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 required

Tags

LinkedIn Profile API
Get Bulk Contact Info V2 ResultsCONTACTOUT_GET_BULK_CONTACT_INFO_V2_RESULTSRetrieve results of an async bulk contact info job by its ID.

Retrieve results of an async bulk contact info job by its ID.

Authentication

Connected account required

Tags

Contact Info API
Get Bulk Email Verification ResultsCONTACTOUT_GET_BULK_EMAIL_VERIFY_RESULTSRetrieve results of a bulk email verification job by its ID.

Retrieve results of a bulk email verification job by its ID.

Authentication

Connected account required

Tags

Email Verifier API
Contact Info from LinkedIn ProfileCONTACTOUT_GET_CONTACT_INFO_FROM_LINKED_INGet contact details (emails, phone) for a single LinkedIn profile URL.

Get contact details (emails, phone) for a single LinkedIn profile URL.

Authentication

Connected account required

Tags

Contact Info API
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.

Get profiles of key decision makers within a specified company. At least one of linkedin_url, domain, or name is required.

Authentication

Connected account required

Tags

Decision Makers API
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.

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 required

Tags

Account API
Company SearchCONTACTOUT_SEARCH_COMPANIESSearch for company profiles matching various criteria including name, domain, size, location, industry, revenue, and year founded.

Search for company profiles matching various criteria including name, domain, size, location, industry, revenue, and year founded.

Authentication

Connected account required

Tags

Company Search API
People SearchCONTACTOUT_SEARCH_PEOPLESearch for profiles matching various criteria including name, job title, skills, education, location, company, and more.

Search for profiles matching various criteria including name, job title, skills, education, location, company, and more.

Authentication

Connected account required

Tags

People Search API
Single Email VerificationCONTACTOUT_VERIFY_EMAILVerify the deliverability of a single email address. Returns: valid, invalid, accept_all, disposable, or unknown.

Verify the deliverability of a single email address. Returns: valid, invalid, accept_all, disposable, or unknown.

Authentication

Connected account required

Tags

Email Verifier API

Provider resources