v1
latestOpenAPI 3.1.02026-07-241640107.8 KB⭐ Universal People Lookup API
Person Enrichment API
Query parameters
Current employer of the desired profile. Must specify along with name.
- Example: RocketReach
An email address for the desired profile.
- Example: jamie@rocketreach.co
RocketReach internal unique profile ID.
- Example: 123456
linkedin_ext_url deprecated, please use linkedin_url instead
LinkedIn URL of the desired profile.
- Example: www.linkedin.com/in/jamesgullbrand
User metadata about the profile, such as external ids, tags, notes, etc.
Name of the desired profile. Must specify along with current_employer.
- Example: Jamie Gullbrand
An NPI number for the desired profile (US healthcare professional).
- Example: 1234567890
A phone number for the desired profile in either E.164 format or international format.
- Example: +15555555555
Controls whether cached emails are included in the initial response when lookup status = progress. When set to false, all email fields will be null until the lookup is complete and all emails are fully verified. Use /checkStatus or Webhooks to retrieve the completed response with fully verified emails (status = complete). Defaults to true.
<b>NOTE: Default will change to false on September 1st, 2026. No cached emails will be returned in the initial response. Use /checkStatus or webhooks to retrieve fully verified emails.</b>
Whether to reveal the detailed person enrichment data for the desired profile
Whether to reveal the healthcare enrichment data for the desired profile
Whether to reveal the personal email enrichment data for the desired profile
Whether to reveal the phone enrichment data for the desired profile
Whether to reveal the professional email enrichment data for the desired profile
Job title of the desired profile.
- Example: Product Manager
Your webhook's unique ID number. Find it in your API Usage & Settings page.
Response
Success. Returns the profile data for the person lookup.
Example response
{
"profile_list": {
"id": 123456,
"name": "Example List Name"
},
"status": "progress",
"emails": [
{
"email": "info@rocketreach.co",
"smtp_valid": "valid",
"type": "professional",
"last_validation_check": "2026-01-01T12:00:00Z",
"grade": "A-"
}
],
"phones": [
{
"number": "+1 234-555-6789",
"e164": "+12345556789",
"country_code": "1",
"extension": "123",
"type": "mobile",
"validity": "valid",
"recommended": true,
"premium": true
}
]
}