Skip to main content
Server path: /rocketreach | Type: Application | PCID required: Yes

Tools

ToolDescription
rocketreach_check_person_lookup_statusCheck person lookup status
rocketreach_get_accountGet account information
rocketreach_lookup_personLookup person contact information
rocketreach_search_peopleSearch for people

rocketreach_check_person_lookup_status

Check person lookup status Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesThe RocketReach person ID to check status for.

rocketreach_get_account

Get account information

rocketreach_lookup_person

Lookup person contact information Parameters:
ParameterTypeRequiredDefaultDescription
idintegerNoRocketReach internal person ID returned by searches.
namestringNoFull name of the person. Should be specified along with current_employer.
current_employerstringNoCurrent employer of the person. Should be specified along with name.
titlestringNoJob title of the person. May improve match rate.
linkedin_urlstringNoLinkedIn profile URL of the person to look up.
emailstringNoA known email address of the person. May improve match rate.
lookup_typestringNoSpecify an alternative lookup type to use if available.

rocketreach_search_people

Search for people Parameters:
ParameterTypeRequiredDefaultDescription
order_bystringNoHow to order the results.
page_sizeintegerNoMaximum number of results to return per page.
queryobjectYesSearch query parameters for filtering people.
startintegerNoPaginate through results starting from this value (1-based).