RocketReach locates and verifies professional contact details, helping sales and recruiters reach leads and candidates more efficiently
RocketReach locates and verifies professional contact details, helping sales and recruiters reach leads and candidates more efficiently On Nagent, RocketReach is exposed as a fully-configurable crm integration that any agent can call — 12 actions, and API key authentication. No code is required to wire RocketReach into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use RocketReach to automate the kinds of tasks crm teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire RocketReach into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against RocketReach, with input parameters and output schema. Drop these into any step of an agent built in Helix.
ROCKET_REACH_CHECK_PERSON_STATUSTool to check the status of multiple person lookup requests. Use when you need to retrieve the current status of previously initiated person lookups.
Input parameters
List of person lookup request IDs to check.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_GET_ACCOUNTTool to retrieve account information for the authenticated user. Use when you need to fetch the current user's account details.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_GET_COMPANY_FUNDINGTool to retrieve funding details for a specified company. Use when you need to fetch historical funding rounds by company domain.
Input parameters
The domain of the company to retrieve funding details for, e.g., 'stripe.com'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_GET_COMPANY_GROWTHTool to get growth metrics for a specified company domain. Use when historical company growth data is needed after confirming the exact company domain.
Input parameters
Company domain, e.g. 'airbnb.com'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_GET_COMPANY_INDUSTRIESTool to list industries associated with a specified company. Tries multiple RocketReach endpoints using the provided identifier (ID, domain, or name) and extracts industry information from the response payload.
Input parameters
Company identifier to retrieve industries for. This may be a RocketReach company ID, a company domain (e.g., 'stripe.com'), or a company name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_GET_COMPANY_SIZETool to retrieve size metrics of a company. Use when you have a company's domain to get its employee size range.
Input parameters
The domain name of the company to look up, e.g. 'google.com'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_GET_COMPANY_TECH_STACKTool to get technology stack for a company by domain. Use when you need to discover the tech a company uses after confirming its domain.
Input parameters
The company's web domain (e.g., 'spotify.com').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_LOOKUP_COMPANYTool to lookup a company's domain via RocketReach Company Lookup API. Use when you need the company domain by name for downstream actions like funding, size, or tech stack.
Input parameters
Full name of the company to lookup the domain for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_LOOKUP_PERSONTool to lookup detailed person information from RocketReach. Use when you need to fetch a person's profile by email.
Input parameters
Email address of the person to lookup.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_LOOKUP_PERSON_AND_COMPANYTool to lookup both person and company information in a single request. Use when you need comprehensive profile data including employment details. At least one search parameter (name, email, id, linkedin_url, or npi_number) must be provided.
Input parameters
RocketReach internal unique profile ID. Use this for direct lookup by ID.
Name of the desired profile. Best combined with current_employer for accurate results.
Email address for the desired profile. If provided, returns exact match.
Job title of the desired profile. Helps narrow search when combined with name or employer.
NPI number for US healthcare professional. Used for healthcare-specific lookups.
Webhook unique ID number. Used to associate this request with a webhook for async results.
Lookup type for the person and company lookup request.
LinkedIn URL of the desired profile. Must be a valid LinkedIn profile URL.
Current employer of the desired profile. Can be combined with name to narrow search.
Whether to return cached email addresses. Set to true to retrieve previously cached emails.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_SEARCH_COMPANIESTool to list companies by name or keyword. Use when you need to discover companies matching specific criteria after obtaining an API key.
Input parameters
Page number for paginated results, starting at 1
Number of results per page, between 1 and 100
Search query string for companies (e.g., company name or keywords)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
ROCKET_REACH_SEARCH_PEOPLETool to search for people by name, title, or keywords. Use when you need to discover individuals matching specific criteria after obtaining an API key.
Input parameters
Page number for paginated results, starting at 1
Number of results per page, between 1 and 100
Search query string (e.g., name, title, skills, or keywords)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 86 agents privately built on Nagent that already use RocketReach.
Build on Nagent
Connect RocketReach to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find RocketReach, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, RocketReach is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once RocketReach is connected, you configure its 12 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop RocketReach steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a RocketReach event fires, the agent kicks off automatically.
Every RocketReach action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While RocketReach ships with 12 pre-built crm actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching RocketReach together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build RocketReach-based workflows tailored to your business.