ContactOut
Marketing Live verified

ContactOut Connector

B2B contact enrichment via ContactOut's official API (BYOK Team/API key). Search people by filters and enrich a LinkedIn URL / email / name+company into work + personal emails and phone numbers, find decision-makers, and reverse-lookup a LinkedIn profile from an email. Free pre-flight existence checks + email verification. Returns third-party PII; reveal spends credits. Wraps ContactOut's own API — no scraping.

$pip install "toolsconnector[contactout]"
19
Actions
Marketing
Category
Free
Apache 2.0

All 19 Actions

Action Description Parameters Returns
check_personal_email_statusFREE check: does a personal email exist for a LinkedIn profile? (no reveal)profilebool
check_phone_statusFREE check: does a phone exist for a LinkedIn profile? (no reveal)profilebool
check_work_email_statusFREE check: does a work email exist (+ verification status) for a profile?profiledict
count_peopleFree dry-run: count how many people match a search (no credits, no contact data)filtersint
enrich_by_emailReverse-enrich a person from an email addressemail  [include_work_email]ContactOutProfile
enrich_domainEnrich company firmographics from domains (up to 30)domainsdict
enrich_linkedin_bulk_asyncAsync bulk reveal: queue up to 1000 LinkedIn URLs (returns a job id)profiles  [callback_url, include_phone, email_type]dict
enrich_linkedin_profileEnrich a LinkedIn profile URL into full profile + contact dataprofileContactOutProfile
enrich_peopleEnrich a person by LinkedIn URL / email / phone / name+company[linkedin_url, email, phone, full_name, first_name, last_name, company, company_domain, job_title, location, education, include]ContactOutProfile
find_linkedin_by_emailResolve an email address to its LinkedIn profile URLemaildict
get_bulk_reveal_jobPoll an async bulk-reveal job by id for status + resultsjob_iddict
get_decision_makersFind decision-makers for a company (by domain / LinkedIn / name); paginated[domain, linkedin_url, name, reveal_info, page]PaginatedList[ContactOutProfile]
get_linkedin_contact_infoReveal contact info (emails/phone) for one LinkedIn profile URLprofile  [include_phone, email_type]ContactOutProfile
get_linkedin_contact_info_bulkReveal contact info for up to 100 LinkedIn profile URLs in one callprofiles  [include_phone, email_type]list
get_usageGet remaining/consumed ContactOut credit balances (free)dict
search_companiesSearch companies by firmographic filtersfiltersdict
search_peopleSearch people by filters (paginated); set reveal_info to spend credits for emails/phonesfilters  [page, reveal_info]PaginatedList[ContactOutProfile]
verify_emailVerify deliverability of an email addressemaildict
verify_emails_bulkAsync bulk email verification: queue up to 100 emails (returns a job id)emails  [callback_url]dict
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing