← Tools Reference

RocketReach

RocketReach integration (Communication, Marketing, Data). Imported from open-connector.

API key9 toolshttps://api.rocketreach.co/api/v2
GET
rocket_reach_get_account
Retrieve the authenticated RocketReach account profile.

/account

GET
rocket_reach_lookup_person
Look up a RocketReach person profile by id, email, name, or LinkedIn URL through the official lookup endpoint.

/person/lookup

8 parameters
ParamTypeRequiredDescription
idintegeroptionalThe RocketReach numeric identifier.
emailstringoptionalThe email address of the person to look up.
namestringoptionalThe name of the person to look up.
linkedin_urlstringoptionalThe LinkedIn profile URL of the person to look up.
current_employerstringoptionalThe current employer to pair with a person-name lookup.
lookup_typestringoptionalThe RocketReach lookup type to request.
webhook_idintegeroptionalThe RocketReach webhook identifier to associate with the request.
blockbooleanoptionalWhether RocketReach should block until the lookup completes when supported.
GET
rocket_reach_lookup_person_and_company
Look up a RocketReach person profile and return any company profile embedded in the official lookup response.

/person/lookup

11 parameters
ParamTypeRequiredDescription
idintegeroptionalThe RocketReach numeric identifier.
emailstringoptionalThe email address of the person to look up.
namestringoptionalThe name of the person to look up.
titlestringoptionalThe job title to pair with the person lookup.
npi_numberintegeroptionalThe NPI number to use for a healthcare-focused lookup.
lookup_typestringoptionalThe RocketReach lookup type to request.
linkedin_urlstringoptionalThe LinkedIn profile URL of the person to look up.
current_employerstringoptionalThe current employer to pair with the person lookup.
webhook_idintegeroptionalThe RocketReach webhook identifier to associate with the request.
return_cached_emailsbooleanoptionalWhether RocketReach should return cached emails when they are available.
blockbooleanoptionalWhether RocketReach should block until the lookup completes when supported.
GET
rocket_reach_check_person_status
Check the current status of one or more RocketReach person lookups.

/person/checkStatus

1 parameter
ParamTypeRequiredDescription
idsarrayoptionalThe person identifiers to check.
GET
rocket_reach_search_companies
Look up a company by exact name, domain, or id and return it as a single-item company list for search-style compatibility.

/company/lookup

6 parameters
ParamTypeRequiredDescription
querystringoptionalThe exact company name to look up for compatibility.
namestringoptionalThe company name to look up.
domainstringoptionalThe bare company domain to look up.
idintegeroptionalThe RocketReach numeric identifier.
pageintegeroptionalThe 1-based page number to request.
limitintegeroptionalHow many results to request per page.
GET
rocket_reach_lookup_company
Look up a RocketReach company profile by id, name, or domain.

/company/lookup

4 parameters
ParamTypeRequiredDescription
idintegeroptionalThe RocketReach numeric identifier.
company_idstringoptionalThe RocketReach company identifier.
namestringoptionalThe company name to look up.
domainstringoptionalThe bare company domain to look up.
GET
rocket_reach_get_company_size
Retrieve the employee-count data exposed on a RocketReach company profile by looking up the target company first.

/company/lookup

4 parameters
ParamTypeRequiredDescription
idintegeroptionalThe RocketReach numeric identifier.
company_idstringoptionalThe RocketReach company identifier.
namestringoptionalThe company name to look up.
domainstringoptionalThe bare company domain to look up.
GET
rocket_reach_get_company_funding
Retrieve the revenue and funding-investor data exposed on a RocketReach company profile by looking up the target company first.

/company/lookup

4 parameters
ParamTypeRequiredDescription
idintegeroptionalThe RocketReach numeric identifier.
company_idstringoptionalThe RocketReach company identifier.
namestringoptionalThe company name to look up.
domainstringoptionalThe bare company domain to look up.
GET
rocket_reach_get_company_industries
Retrieve the industry and industry-keyword data exposed on a RocketReach company profile by looking up the target company first.

/company/lookup

4 parameters
ParamTypeRequiredDescription
idintegeroptionalThe RocketReach numeric identifier.
company_idstringoptionalThe RocketReach company identifier.
namestringoptionalThe company name to look up.
domainstringoptionalThe bare company domain to look up.