v1
latestOpenAPI 3.1.02026-07-241640107.8 KBPeople Data API
People Search API
Search People by Criteria
post/person/search
Request body
Example request
{
"query": {
"all_skills": [
"python",
"sql",
"machine learning"
],
"company_competitors": [
"homedepot.com"
],
"company_country_code": [
"US"
],
"company_domain": [
"rocketreach.co"
],
"company_email": [
"info@rocketreach.co"
],
"company_funding_max": [
"50000000"
],
"company_funding_min": [
"1000000"
],
"company_id": [
"123456"
],
"company_industry": [
"Software Engineering"
],
"company_industry_keywords": [
"SaaS",
"B2B"
],
"company_intent": [
"hiring"
],
"company_job_posting_signal": [
"Accounting Roles::one_month"
],
"company_list": [
"Example Company List"
],
"company_list_id": [
"12345"
],
"company_naics_code": [
"541330",
"541512"
],
"company_name": [
"RocketReach"
],
"company_news_signal": [
"Funding::one_month"
],
"company_news_timestamp": [
"mergers & acquisitions::one_month"
],
"company_publicly_traded": [
"true"
],
"company_revenue": [
"10000000-50000000"
],
"company_sic_code": [
"7372"
],
"company_size": [
"51-200"
],
"company_tag": [
"unicorn"
],
"company_website_url": [
"rocketreach.co"
],
"connections": [
"500+"
],
"contact_method": [
"work email"
],
"current_or_previous_title": [
"VP of Sales"
],
"current_title": [
"Product Manager"
],
"degree": [
"Bachelors"
],
"department": [
"Product Management"
],
"description": [
"Experienced software engineer with a focus on backend development"
],
"domain": [
"rocketreach.co"
],
"email": [
"john.doe@rocketreach.co"
],
"email_grade": "A-",
"employer": [
"RocketReach"
],
"geo": [
"North America"
],
"growth": [
"5-30::Engineering,six_months"
],
"handle": [
"johndoe"
],
"health_credentials": [
"MD",
"RN",
"PhD"
],
"health_license": [
"MA12345"
],
"health_npi": [
"1234567890"
],
"health_specialization": [
"Cardiology"
],
"id": [
"123456"
],
"job_change_range_days": [
"30"
],
"job_change_signal": [
"Company Change::one_month"
],
"link": [
"https://linkedin.com/in/johndoe"
],
"major": [
"Computer Science",
"Biology"
],
"management_levels": [
"Director"
],
"name": [
"John Doe"
],
"phone": [
"+15555555555"
],
"previous_company_id": [
"123456"
],
"previous_employer": [
"Google"
],
"previous_title": [
"Software Engineer"
],
"school": [
"Stanford University"
],
"skills": [
"Python",
"SQL"
],
"state": [
"MA"
],
"update_time": [
"2025-01-01"
],
"years_experience": [
"10"
]
}
}Response
Success. People search request accepted
Example response
[
{
"update_time": "2023-10-01T12:00:00Z"
}
]