ContactOut
Connect to ContactOut to enrich LinkedIn profiles, emails, companies, people, and verify email/contact data.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
20 个可调用操作
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 }`.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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).
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags