Ocean.io
Connect to Ocean.io to search and enrich companies and people, inspect data fields, reveal contact details, and manage segmentations.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "OCEAN_IO_ADD_MARKED_DOMAINS", 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("OCEAN_IO_ADD_MARKED_DOMAINS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute OCEAN_IO_ADD_MARKED_DOMAINS --data '{ }'Tool 目录
可用 Tools
26 个可调用操作
Add domains to the positive or negative list of a segmentationOCEAN_IO_ADD_MARKED_DOMAINSAppend domains to the positive or negative list of an existing segmentation to steer future results toward good-fit companies and away from poor-fit ones.需要连接
Append domains to the positive or negative list of an existing segmentation to steer future results toward good-fit companies and away from poor-fit ones.
认证
需要 Connected AccountTags
Attribute domains to segmentsOCEAN_IO_ATTRIBUTE_SEGMENTATION_DOMAINSAssign each input domain to the closest segment in a segmentation, with a 0-1 match score. The segmentation must have completed successfully first.需要连接
Assign each input domain to the closest segment in a segmentation, with a 0-1 match score. The segmentation must have completed successfully first.
认证
需要 Connected AccountTags
Autocomplete companiesOCEAN_IO_AUTO_COMPLETE_COMPANYAuto complete the name search需要连接
Auto complete the name search
认证
需要 Connected AccountTags
Autocomplete job titlesOCEAN_IO_AUTO_COMPLETE_JOB_TITLESAuto complete the job title search.需要连接
Auto complete the job title search.
认证
需要 Connected AccountTags
Autocomplete keywordsOCEAN_IO_AUTO_COMPLETE_KEYWORDSAuto complete the keyword search.需要连接
Auto complete the keyword search.
认证
需要 Connected AccountTags
Autocomplete locationsOCEAN_IO_AUTO_COMPLETE_LOCATIONSAuto complete the location search需要连接
Auto complete the location search
认证
需要 Connected AccountTags
Autocomplete skillsOCEAN_IO_AUTO_COMPLETE_SKILLSAuto complete the skill search.需要连接
Auto complete the skill search.
认证
需要 Connected AccountTags
Create segmentationOCEAN_IO_CREATE_SEGMENTATIONCreate a new segmentation from a list of company domains. Runs asynchronously — poll [Get Segmentation](/docs/getSegmentation) until `status` is `SUCCESSFUL` to read the resulting segments.需要连接
Create a new segmentation from a list of company domains. Runs asynchronously — poll [Get Segmentation](/docs/getSegmentation) until `status` is `SUCCESSFUL` to read the resulting segments.
认证
需要 Connected AccountTags
Enrich companiesOCEAN_IO_ENRICH_COMPANIESMatch companies with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_companies)需要连接
Match companies with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_companies)
认证
需要 Connected AccountTags
Enrich companyOCEAN_IO_ENRICH_COMPANYMatch a company with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_person_email)需要连接
Match a company with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_person_email)
认证
需要 Connected AccountTags
Enrich peopleOCEAN_IO_ENRICH_PEOPLEMatch people with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_people)需要连接
Match people with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_people)
认证
需要 Connected AccountTags
Enrich personOCEAN_IO_ENRICH_PERSONMatch a person with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_person_phone)需要连接
Match a person with our database and enrich it with additional information. **Webhook result:** [Documentation](/docs/webhooks/enrich_person_phone)
认证
需要 Connected AccountTags
Get credit balanceOCEAN_IO_GET_CREDIT_BALANCEGet credit balance需要连接
Get credit balance
认证
需要 Connected AccountTags
Get data fieldsOCEAN_IO_GET_DATA_FIELDS_PUBLICProvides a list of all industries and industry categories, technologies and regions searchable by Ocean.io. Calling this endpoint does not consume any credits.需要连接
Provides a list of all industries and industry categories, technologies and regions searchable by Ocean.io. Calling this endpoint does not consume any credits.
认证
需要 Connected AccountTags
Get segmentationOCEAN_IO_GET_SEGMENTATIONRetrieve a segmentation by its id, including its segments, traits, and CRM metrics once `status` is `SUCCESSFUL`.需要连接
Retrieve a segmentation by its id, including its segments, traits, and CRM metrics once `status` is `SUCCESSFUL`.
认证
需要 Connected AccountTags
Lookup multiple companies by domainOCEAN_IO_LOOKUP_COMPANIESLookup and enrich multiple companies by domain (max 1000). This endpoint provides simple, per-result pricing. **Key features:** - Batch lookup up to 1000 company domains - Domain redirections are handled automatically Returns enriched company data for each domain. Companies not found will have `company: null` in the result.需要连接
Lookup and enrich multiple companies by domain (max 1000). This endpoint provides simple, per-result pricing. **Key features:** - Batch lookup up to 1000 company domains - Domain redirections are handled automatically Returns enriched company data for each domain. Companies not found will have `company: null` in the result.
认证
需要 Connected AccountTags
Lookup multiple people by LinkedIn handle or Ocean IDOCEAN_IO_LOOKUP_PEOPLELookup and enrich multiple people by LinkedIn handles and/or Ocean.io IDs (max 1000 total). This endpoint provides simple, per-result pricing. **Key features:** - Batch lookup up to 1000 people (combined total of linkedinHandles + oceanIds) - Provide either linkedinHandles, oceanIds, or both lists Returns only successfully matched people in the response.需要连接
Lookup and enrich multiple people by LinkedIn handles and/or Ocean.io IDs (max 1000 total). This endpoint provides simple, per-result pricing. **Key features:** - Batch lookup up to 1000 people (combined total of linkedinHandles + oceanIds) - Provide either linkedinHandles, oceanIds, or both lists Returns only successfully matched people in the response.
认证
需要 Connected AccountTags
Preview - Lookalike companiesOCEAN_IO_PREVIEW_SEARCH_COMPANIES_V3Preview search companies using filters. **Only available for enterprise API customers.**需要连接
Preview search companies using filters. **Only available for enterprise API customers.**
认证
需要 Connected AccountTags
Reveal emailsOCEAN_IO_REVEAL_EMAILSGet emails and email statuses for people. **Webhook result:** [Documentation](/docs/webhooks/reveal_emails)需要连接
Get emails and email statuses for people. **Webhook result:** [Documentation](/docs/webhooks/reveal_emails)
认证
需要 Connected AccountTags
Reveal phonesOCEAN_IO_REVEAL_PHONESGet phones and phone statuses for people. **Webhook result:** [Documentation](/docs/webhooks/reveal_phones)需要连接
Get phones and phone statuses for people. **Webhook result:** [Documentation](/docs/webhooks/reveal_phones)
认证
需要 Connected AccountTags
Lookalike companies search (deprecated)OCEAN_IO_SEARCH_COMPANIESSearch companies using filters.需要连接
Search companies using filters.
认证
需要 Connected AccountTags
Lookalike companies searchOCEAN_IO_SEARCH_COMPANIES_V3Search companies using filters. Looking for the legacy endpoint? [Access it here](/docs/searchCompanies)需要连接
Search companies using filters. Looking for the legacy endpoint? [Access it here](/docs/searchCompanies)
认证
需要 Connected AccountTags
Search people (deprecated)OCEAN_IO_SEARCH_PEOPLESearch people using filters and/or people Ids需要连接
Search people using filters and/or people Ids
认证
需要 Connected AccountTags
Lookalike people searchOCEAN_IO_SEARCH_PEOPLE_V3Search people using filters and/or people Ids Looking for the legacy endpoint? [Access it here](/docs/searchPeople) **Webhook result:** [Email results](/docs/webhooks/people_search_emails) [Phone results](/docs/webhooks/people_search_phones)需要连接
Search people using filters and/or people Ids Looking for the legacy endpoint? [Access it here](/docs/searchPeople) **Webhook result:** [Email results](/docs/webhooks/people_search_emails) [Phone results](/docs/webhooks/people_search_phones)
认证
需要 Connected AccountTags
Preview - Lookalike peopleOCEAN_IO_SEARCH_PEOPLE_V3_PREVIEWPreview search people with company information. **Only available for enterprise API customers.**需要连接
Preview search people with company information. **Only available for enterprise API customers.**
认证
需要 Connected AccountTags
Warmup companiesOCEAN_IO_WARMUP_COMPANIESCheck available companies in Ocean's database and trigger process of data gathering for the missing ones. Calling this endpoint does not consume any credits需要连接
Check available companies in Ocean's database and trigger process of data gathering for the missing ones. Calling this endpoint does not consume any credits
认证
需要 Connected AccountTags