RocketReach
Use RocketReach to search and enrich people and companies and inspect API account usage.
rocketreachv1.0.07 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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 StatusConnection
Check Person Lookup Status
Authentication
Connected account requiredTags
People Data API
Company Lookup APIROCKETREACH_CREATE_COMPANY_LOOKUPSearch Companies by CriteriaConnection
Search Companies by Criteria
Authentication
Connected account requiredTags
Company Data API
Company Search APIROCKETREACH_CREATE_COMPANY_SEARCHSearch Companies by CriteriaConnection
Search Companies by Criteria
Authentication
Connected account requiredTags
Company Data API
People and Company Lookup APIROCKETREACH_CREATE_PERSON_AND_COMPANY_LOOKUPPerson and Company LookupConnection
Person and Company Lookup
Authentication
Connected account requiredTags
People Data APICompany Data API
People Lookup APIROCKETREACH_CREATE_PERSON_LOOKUPPerson Enrichment APIConnection
Person Enrichment API
Authentication
Connected account requiredTags
People Data API
People Search APIROCKETREACH_CREATE_PERSON_SEARCHSearch People by CriteriaConnection
Search People by Criteria
Authentication
Connected account requiredTags
People Data API
RocketReach API AccountROCKETREACH_GET_ACCOUNTRetrieve & Manage Account DetailsConnection
Retrieve & Manage Account Details
Authentication
Connected account requiredTags
Account