Open Connector
All tools

RocketReach

Use RocketReach to search and enrich people and companies and inspect API account usage.

rocketreachv1.0.07 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: "ROCKETREACH_CHECK_PERSON_LOOKUP_STATUS",  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("ROCKETREACH_CHECK_PERSON_LOOKUP_STATUS", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute ROCKETREACH_CHECK_PERSON_LOOKUP_STATUS --data '{ }'

Tool catalog

Available tools

7 callable operations

People Lookup Status APIROCKETREACH_CHECK_PERSON_LOOKUP_STATUSCheck Person Lookup Status

Check Person Lookup Status

Authentication

Connected account required

Tags

People Data API
Company Lookup APIROCKETREACH_CREATE_COMPANY_LOOKUPSearch Companies by Criteria

Search Companies by Criteria

Authentication

Connected account required

Tags

Company Data API
Company Search APIROCKETREACH_CREATE_COMPANY_SEARCHSearch Companies by Criteria

Search Companies by Criteria

Authentication

Connected account required

Tags

Company Data API
People and Company Lookup APIROCKETREACH_CREATE_PERSON_AND_COMPANY_LOOKUPPerson and Company Lookup

Person and Company Lookup

Authentication

Connected account required

Tags

People Data APICompany Data API
People Lookup APIROCKETREACH_CREATE_PERSON_LOOKUPPerson Enrichment API

Person Enrichment API

Authentication

Connected account required

Tags

People Data API
People Search APIROCKETREACH_CREATE_PERSON_SEARCHSearch People by Criteria

Search People by Criteria

Authentication

Connected account required

Tags

People Data API
RocketReach API AccountROCKETREACH_GET_ACCOUNTRetrieve & Manage Account Details

Retrieve & Manage Account Details

Authentication

Connected account required

Tags

Account

Provider resources